Home
last modified time | relevance | path

Searched refs:countType (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLoopTests.cpp132 static const char* getLoopCountTypeName(LoopCountType countType) in getLoopCountTypeName() argument
137 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName()
138 return s_names[(int)countType]; in getLoopCountTypeName()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp171 static const char* getLoopCountTypeName (LoopCountType countType) in getLoopCountTypeName() argument
181 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName()
182 return s_names[(int)countType]; in getLoopCountTypeName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp230 static const char* getLoopCountTypeName (LoopCountType countType) in getLoopCountTypeName() argument
240 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName()
241 return s_names[(int)countType]; in getLoopCountTypeName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp230 static const char* getLoopCountTypeName (LoopCountType countType) in getLoopCountTypeName() argument
240 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName()
241 return s_names[(int)countType]; in getLoopCountTypeName()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp174 static const char* getLoopCountTypeName (LoopCountType countType) in getLoopCountTypeName() argument
184 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName()
185 return s_names[(int)countType]; in getLoopCountTypeName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth);
693 str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + " %input" + countNdx + "_val\n";
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth);
693 str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + " %input" + countNdx + "_val\n";

Completed in 16 milliseconds