Home
last modified time | relevance | path

Searched refs:numInput (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp136 bool isScalarInput (deUint32 spirvOperation, deUint32 numInput) in isScalarInput() argument
141 return (numInput > 1); in isScalarInput()
143 return (numInput > 0); in isScalarInput()
145 return (numInput > 0); in isScalarInput()
765 std::string createInputDecoration (deUint32 numInput);
766 std::string createInputPreMain (deUint32 numInput,
770 std::string createInputTestfun (deUint32 numInput,
880 std::string SpvAsmTypeTests<T>::createInputDecoration (deUint32 numInput) in createInputDecoration() argument
886 specs["n_input"] = de::toString(numInput); in createInputDecoration()
892 std::string SpvAsmTypeTests<T>::createInputPreMain (deUint32 numInput, deUint32 spirvOpertaion) in createInputPreMain() argument
[all …]