Searched refs:countType (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 132 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/ |
D | es3fShaderLoopTests.cpp | 171 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/ |
D | es2fShaderLoopTests.cpp | 174 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/ |
D | vktShaderRenderLoopTests.cpp | 230 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/ |
D | vktShaderRenderLoopTests.cpp | 230 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/ |
D | vktSpvAsmTypeTests.cpp | 682 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/ |
D | vktSpvAsmTypeTests.cpp | 682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth); in getFullOperationWithDifferentInputWidthStr() local 693 …str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + … in getFullOperationWithDifferentInputWidthStr()
|