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/
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/
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/modules/gles2/functional/
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_no_buildgn/vulkan/shaderrender/
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/vulkan/shaderrender/
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/spirv_assembly/
DvktSpvAsmTypeTests.cpp682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth); in getFullOperationWithDifferentInputWidthStr() local
693 …str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + … in getFullOperationWithDifferentInputWidthStr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth); in getFullOperationWithDifferentInputWidthStr() local
693 …str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + … in getFullOperationWithDifferentInputWidthStr()