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

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp92 static const char* getLoopCaseName (LoopCase loopCase) argument
126 DE_ASSERT(deInBounds32((int)loopCase, 0, LOOPCASE_LAST));
127 return s_names[(int)loopCase];
442 static ShaderLoopCase* createSpecialLoopCase (Context& context, const char* caseName, const char* description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCountType loopCountType) argument
476 if (loopCase == LOOPCASE_SELECT_ITERATION_COUNT)
480 if (loopCase == LOOPCASE_101_ITERATIONS)
520 switch (loopCase)
691 switch (loopCase)
875 switch (loopCase)
1195 for (int loopCase
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp102 static const char* getLoopCaseName (LoopCase loopCase) argument
138 DE_ASSERT(deInBounds32((int)loopCase, 0, LOOPCASE_LAST));
139 return s_names[(int)loopCase];
484 static ShaderLoopCase* createSpecialLoopCase (Context& context, const char* caseName, const char* description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCountType loopCountType) argument
514 if (loopCase == LOOPCASE_SELECT_ITERATION_COUNT)
518 if (loopCase == LOOPCASE_101_ITERATIONS)
525 if (loopCase == LOOPCASE_FUNCTION_CALL_RETURN)
527 else if (loopCase == LOOPCASE_FUNCTION_CALL_INOUT)
564 switch (loopCase)
756 switch (loopCase)
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp183 static const char* getLoopCaseName (LoopCase loopCase) argument
217 DE_ASSERT(deInBounds32((int)loopCase, 0, LOOPCASE_LAST));
218 return s_names[(int)loopCase];
526 LoopCase loopCase,
564 if (loopCase == LOOPCASE_SELECT_ITERATION_COUNT) {
596 if (loopCase == LOOPCASE_101_ITERATIONS) {
642 switch (loopCase)
813 switch (loopCase)
997 switch (loopCase)
1337 for (int loopCase
522 createSpecialLoopCase(tcu::TestContext& testCtx, const std::string& caseName, const std::string& description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCountType loopCountType) argument
[all...]

Completed in 266 milliseconds