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

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp171 static const char* getLoopCountTypeName (LoopCountType countType) argument
181 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST));
182 return s_names[(int)countType];
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp221 static const char* getLoopCountTypeName (LoopCountType countType) argument
231 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST));
232 return s_names[(int)countType];
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp174 static const char* getLoopCountTypeName (LoopCountType countType) argument
184 DE_ASSERT(deInBounds32((int)countType, 0, LOOPCOUNT_LAST));
185 return s_names[(int)countType];

Completed in 84 milliseconds