Searched refs:mandelbrotIterationCounts (Results 1 – 2 of 2) sorted by relevance
3066 static const int mandelbrotIterationCounts[] = { 32, 64, 128 }; in addShaderCompilationPerformanceCases() local3077 …for (int iterCountNdx = 0; iterCountNdx < DE_LENGTH_OF_ARRAY(mandelbrotIterationCounts); iterCount… in addShaderCompilationPerformanceCases()3079 int numFractalIterations = mandelbrotIterationCounts[iterCountNdx]; in addShaderCompilationPerformanceCases()
3086 static const int mandelbrotIterationCounts[] = { 32, 64, 128 }; in addShaderCompilationPerformanceCases() local3097 …for (int iterCountNdx = 0; iterCountNdx < DE_LENGTH_OF_ARRAY(mandelbrotIterationCounts); iterCount… in addShaderCompilationPerformanceCases()3099 int numFractalIterations = mandelbrotIterationCounts[iterCountNdx]; in addShaderCompilationPerformanceCases()