Home
last modified time | relevance | path

Searched refs:CaseShaderType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp95 enum CaseShaderType enum
103 static inline string getShaderPrecision (CaseShaderType shaderType) in getShaderPrecision()
126 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& funcDefs, co… in defaultProgramData()
160 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& mainStatemen… in defaultProgramData()
168 …onCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType) in ShaderOptimizationCase()
188 const CaseShaderType m_caseShaderType;
311 …LoopUnrollCase (Context& context, const char* name, const char* description, CaseShaderType caseSh… in LoopUnrollCase()
352 …onCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType… in LoopInvariantCodeMotionCase()
395 …FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType in FunctionInliningCase()
438 …onCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType… in ConstantPropagationCase()
[all …]
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp95 enum CaseShaderType enum
103 static inline string getShaderPrecision (CaseShaderType shaderType) in getShaderPrecision()
126 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& funcDefs, co… in defaultProgramData()
163 static inline ProgramData defaultProgramData (CaseShaderType shaderType, const string& mainStatemen… in defaultProgramData()
171 …onCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType) in ShaderOptimizationCase()
191 const CaseShaderType m_caseShaderType;
314 …LoopUnrollCase (Context& context, const char* name, const char* description, CaseShaderType caseSh… in LoopUnrollCase()
355 …onCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType… in LoopInvariantCodeMotionCase()
398 …FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType in FunctionInliningCase()
441 …onCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType… in ConstantPropagationCase()
[all …]
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp251 enum CaseShaderType enum
730 static const char* getCaseShaderTypeName (const CaseShaderType type) in getCaseShaderTypeName()
743 static CaseShaderType randomCaseShaderType (const deUint32 seed) in randomCaseShaderType()
745 return (CaseShaderType)Random(seed).getInt(0, CASESHADERTYPE_LAST-1); in randomCaseShaderType()
776 …UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType…
906 const CaseShaderType m_caseShaderType;
940 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase()
1767 …ryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, co…
1771 …ontext, const char* const name, const char* const description, const CaseShaderType shaderType, co… in UniformInfoQueryCase()
1822 CaseShaderType shaderType,
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp317 enum CaseShaderType enum
891 static const char* getCaseShaderTypeName (const CaseShaderType type) in getCaseShaderTypeName()
904 static CaseShaderType randomCaseShaderType (const deUint32 seed) in randomCaseShaderType()
906 return (CaseShaderType)Random(seed).getInt(0, CASESHADERTYPE_LAST-1); in randomCaseShaderType()
941 …UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType…
1075 const CaseShaderType m_caseShaderType;
1111 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase()
2186 …ryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, co…
2222 …ontext, const char* const name, const char* const description, const CaseShaderType shaderType, co… in UniformInfoQueryCase()
2324 CaseShaderType shaderType,
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp297 enum CaseShaderType enum
790 static const char* getCaseShaderTypeName (const CaseShaderType type) in getCaseShaderTypeName()
832 …UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType…
931 const CaseShaderType m_caseShaderType;
938 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase()
1717 CaseShaderType shaderType,
1777 const CaseShaderType shaderType, in UniformAssignCase()
1989 … const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderType); in init()
1999 …tGroup->addChild(new UniformAssignCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, un… in init()
2050 const string name = collName + getCaseShaderTypeName((CaseShaderType)shaderType); in init()
[all …]