Searched defs:CaseShaderType (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp95 enum CaseShaderType enum in namespace:deqp::gles2::Performance::__anon4267
103 static inline string getShaderPrecision (CaseShaderType shaderType)
126 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& funcDefs, const string& mainStatements)
160 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& mainStatements)
168 ShaderOptimizationCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType)
188 const CaseShaderType m_caseShaderType;
311 LoopUnrollCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType, int numRepetitions)
352 LoopInvariantCodeMotionCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int numLoopIterations)
395 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth)
438 ConstantPropagationCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderTyp
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp95 enum CaseShaderType enum in namespace:deqp::gles3::Performance::__anon4552
103 static inline string getShaderPrecision (CaseShaderType shaderType)
126 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& funcDefs, const string& mainStatements)
163 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& mainStatements)
171 ShaderOptimizationCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType)
191 const CaseShaderType m_caseShaderType;
314 LoopUnrollCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, CaseType caseType, int numRepetitions)
355 LoopInvariantCodeMotionCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int numLoopIterations)
398 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth)
441 ConstantPropagationCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderTyp
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp297 enum CaseShaderType enum in namespace:deqp::gles31::Functional::__anon4661
790 static const char* getCaseShaderTypeName (const CaseShaderType type)
832 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection);
833 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
932 const CaseShaderType m_caseShaderType;
939 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features)
948 UniformCase::UniformCase (Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection)
1727 CaseShaderType shaderType,
1787 const CaseShaderType shaderType,
1999 const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderTyp
[all...]

Completed in 97 milliseconds