Searched defs:numLoopIterations (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles3/performance/ |
H A D | es3pShaderOptimizationTests.cpp | 405 CaseShaderType caseShaderType, int numLoopIterations) in LoopInvariantCodeMotionCase() 796 const int numLoopIterations = useHeavierWorkload ? 32 : 4; in loopCaseStatements() local 893 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in deadBranchSimpleCaseStatements() local 913 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in deadBranchComplexCaseStatements() local 951 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in deadBranchFuncCallCaseStatements() local 986 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in unusedValueLoopCaseStatements() local
|
H A D | es3pShaderCompilationCases.cpp | 1214 static string loopVertexTemplate(LoopType type, bool isVertexCase, int numLoopIterations, int nesti… in loopVertexTemplate() 1278 static string loopFragmentTemplate(LoopType type, bool isVertexCase, int numLoopIterations, int nes… in loopFragmentTemplate() 1330 int numLoopIterations) in loopShaderAttributes() 1355 int numLoopIterations) in loopShaderUniforms() 2383 … LoopType type, int numLoopIterations, int nestingDepth) in ShaderCompilerLoopCase() 2870 … LoopType type, int numLoopIterations, int nestingDepth) in InvalidShaderCompilerLoopCase()
|
/aosp_15_r20/external/deqp/modules/gles2/performance/ |
H A D | es2pShaderOptimizationTests.cpp | 398 CaseShaderType caseShaderType, int numLoopIterations) in LoopInvariantCodeMotionCase() 784 const int numLoopIterations = useHeavierWorkload ? 32 : 4; in loopCaseStatements() local 881 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in deadBranchSimpleCaseStatements() local 901 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in deadBranchComplexCaseStatements() local 939 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in deadBranchFuncCallCaseStatements() local 974 const int numLoopIterations = useHeavierWorkload ? 16 : 4; in unusedValueLoopCaseStatements() local
|
H A D | es2pShaderCompilationCases.cpp | 1211 static string loopVertexTemplate(LoopType type, bool isVertexCase, int numLoopIterations, int nesti… in loopVertexTemplate() 1274 static string loopFragmentTemplate(LoopType type, bool isVertexCase, int numLoopIterations, int nes… in loopFragmentTemplate() 1324 int numLoopIterations) in loopShaderAttributes() 1349 int numLoopIterations) in loopShaderUniforms() 2366 … LoopType type, int numLoopIterations, int nestingDepth) in ShaderCompilerLoopCase() 2853 … LoopType type, int numLoopIterations, int nestingDepth) in InvalidShaderCompilerLoopCase()
|