Home
last modified time | relevance | path

Searched refs:loopTypeName (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp1158 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1164 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1187 …string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCoun… in init()
1210 …string desc = string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + shade… in init()
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp1282 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1288 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1311 …string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCoun… in init()
1334 …string desc = string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + shade… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1297 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1303 …std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iteration… in init()
1328 …std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + … in init()
1352 …std::string desc = std::string(loopCaseName) + " loop with " + loopTypeName + " iteration count in… in init()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp2954 const char* loopTypeName = loopType == (int)LOOP_TYPE_STATIC ? "static" in addShaderCompilationPerformanceCases() local
2959 DE_ASSERT(loopTypeName != DE_NULL); in addShaderCompilationPerformanceCases()
2961 TestCaseGroup* validLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
2962 TestCaseGroup* invalidCharLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
2963 TestCaseGroup* semanticErrorLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
2964 TestCaseGroup* cacheLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp2974 const char* loopTypeName = loopType == (int)LOOP_TYPE_STATIC ? "static" in addShaderCompilationPerformanceCases() local
2979 DE_ASSERT(loopTypeName != DE_NULL); in addShaderCompilationPerformanceCases()
2981 TestCaseGroup* validLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
2982 TestCaseGroup* invalidCharLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
2983 TestCaseGroup* semanticErrorLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()
2984 TestCaseGroup* cacheLoopTypeGroup = new TestCaseGroup(context, loopTypeName, ""); in addShaderCompilationPerformanceCases()