Searched refs:CaseShaderType (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOptimizationTests.cpp | 95 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/ |
D | es3pShaderOptimizationTests.cpp | 95 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/ |
D | es2fUniformApiTests.cpp | 251 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… 777 …UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType… 907 const CaseShaderType m_caseShaderType; 941 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase() 950 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase() 1777 …ryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, co… [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 317 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… 942 …UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType… 1076 const CaseShaderType m_caseShaderType; 1112 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase() 1121 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase() 2196 …ryCase (Context& context, const char* name, const char* description, CaseShaderType shaderType, co… [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 297 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… 833 …UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType… 932 const CaseShaderType m_caseShaderType; 939 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase() 948 …ontext, const char* const name, const char* const description, const CaseShaderType caseShaderType… in UniformCase() 1727 CaseShaderType shaderType, 1787 const CaseShaderType shaderType, in UniformAssignCase() 1999 … const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderType); in init() [all …]
|