Searched refs:LOOPCOUNT_LAST (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 129 LOOPCOUNT_LAST enumerator 136 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == LOOPCOUNT_LAST); in getLoopCountTypeName() 137 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName() 1146 for (int loopCountType = 0; loopCountType < LOOPCOUNT_LAST; loopCountType++) in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 168 LOOPCOUNT_LAST enumerator 180 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == LOOPCOUNT_LAST); in getLoopCountTypeName() 181 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName() 1160 for (int loopCountType = 0; loopCountType < LOOPCOUNT_LAST; loopCountType++) in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 171 LOOPCOUNT_LAST enumerator 183 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == LOOPCOUNT_LAST); in getLoopCountTypeName() 184 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName() 1284 for (int loopCountType = 0; loopCountType < LOOPCOUNT_LAST; loopCountType++) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 144 LOOPCOUNT_LAST enumerator 239 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == LOOPCOUNT_LAST); in getLoopCountTypeName() 240 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName() 1525 for (int loopCountType = 0; loopCountType < LOOPCOUNT_LAST; loopCountType++) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 144 LOOPCOUNT_LAST enumerator 239 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == LOOPCOUNT_LAST); in getLoopCountTypeName() 240 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST)); in getLoopCountTypeName() 1525 for (int loopCountType = 0; loopCountType < LOOPCOUNT_LAST; loopCountType++) in init()
|