/external/deqp/modules/gles2/performance/ |
H A D | es2pShaderOptimizationTests.cpp | 168 ShaderOptimizationCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType) argument 170 , m_caseShaderType (caseShaderType) 172 , m_measurer (context.getRenderContext(), caseShaderType == CASESHADERTYPE_VERTEX ? gls::CASETYPE_VERTEX 173 : caseShaderType == CASESHADERTYPE_FRAGMENT ? gls::CASETYPE_FRAGMENT 311 LoopUnrollCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType, int numRepetitions) argument 312 : ShaderOptimizationCase (context, name, description, caseShaderType) 352 LoopInvariantCodeMotionCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int numLoopIterations) argument 353 : ShaderOptimizationCase (context, name, description, caseShaderType) 395 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth) argument 396 : ShaderOptimizationCase (context, name, description, caseShaderType) 438 ConstantPropagationCase(Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType, bool useConstantExpressionsOnly) argument 540 CommonSubexpressionCase(Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType) argument 681 DeadCodeEliminationCase(Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType) argument 879 const CaseShaderType caseShaderType = (CaseShaderType)caseShaderTypeI; local [all...] |
/external/deqp/modules/gles3/performance/ |
H A D | es3pShaderOptimizationTests.cpp | 171 ShaderOptimizationCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType) argument 173 , m_caseShaderType (caseShaderType) 175 , m_measurer (context.getRenderContext(), caseShaderType == CASESHADERTYPE_VERTEX ? gls::CASETYPE_VERTEX 176 : caseShaderType == CASESHADERTYPE_FRAGMENT ? gls::CASETYPE_FRAGMENT 314 LoopUnrollCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType, int numRepetitions) argument 315 : ShaderOptimizationCase (context, name, description, caseShaderType) 355 LoopInvariantCodeMotionCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int numLoopIterations) argument 356 : ShaderOptimizationCase (context, name, description, caseShaderType) 398 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth) argument 399 : ShaderOptimizationCase (context, name, description, caseShaderType) 441 ConstantPropagationCase(Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType, bool useConstantExpressionsOnly) argument 551 CommonSubexpressionCase(Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType) argument 692 DeadCodeEliminationCase(Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType) argument 890 const CaseShaderType caseShaderType = (CaseShaderType)caseShaderTypeI; local [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 939 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) argument 944 , m_caseShaderType (caseShaderType) 948 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection) argument 953 , m_caseShaderType (caseShaderType)
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 941 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) argument 946 , m_caseShaderType (caseShaderType) 950 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection) argument 955 , m_caseShaderType (caseShaderType)
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 1112 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) argument 1117 , m_caseShaderType (caseShaderType) 1121 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection) argument 1126 , m_caseShaderType (caseShaderType)
|