Home
last modified time | relevance | path

Searched refs:lightCounts (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp2822 static const int lightCounts[] = { 1, 2, 4, 8 }; in addShaderCompilationPerformanceCases() local
2846 for (int lightCountNdx = 0; lightCountNdx < DE_LENGTH_OF_ARRAY(lightCounts); lightCountNdx++) in addShaderCompilationPerformanceCases()
2848 int numLights = lightCounts[lightCountNdx]; in addShaderCompilationPerformanceCases()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp2842 static const int lightCounts[] = { 1, 2, 4, 8 }; in addShaderCompilationPerformanceCases() local
2866 for (int lightCountNdx = 0; lightCountNdx < DE_LENGTH_OF_ARRAY(lightCounts); lightCountNdx++) in addShaderCompilationPerformanceCases()
2868 int numLights = lightCounts[lightCountNdx]; in addShaderCompilationPerformanceCases()