Searched refs:ConstantPropagationCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOptimizationTests.cpp | 426 class ConstantPropagationCase : public ShaderOptimizationCase class 438 …ConstantPropagationCase (Context& context, const char* name, const char* description, CaseShaderTy… in ConstantPropagationCase() function in deqp::gles2::Performance::__anonf46dc3bb0111::ConstantPropagationCase 940 for (int caseTypeI = 0; caseTypeI < ConstantPropagationCase::CASETYPE_LAST; caseTypeI++) in init() 942 … const ConstantPropagationCase::CaseType caseType = (ConstantPropagationCase::CaseType)caseTypeI; in init() 943 …const string caseTypeName = caseType == ConstantPropagationCase::CASETYPE_BUILT_IN_FUNCTION… in init() 944 : caseType == ConstantPropagationCase::CASETYPE_ARRAY ? "array" in init() 945 : caseType == ConstantPropagationCase::CASETYPE_STRUCT ? "struct" in init() 953 …if (caseType == ConstantPropagationCase::CASETYPE_ARRAY && constantExpressionsOnly) // \note See C… in init() 956 …constantPropagationGroup->addChild(new ConstantPropagationCase(m_context, name.c_str(), "", caseSh… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOptimizationTests.cpp | 429 class ConstantPropagationCase : public ShaderOptimizationCase class 441 …ConstantPropagationCase (Context& context, const char* name, const char* description, CaseShaderTy… in ConstantPropagationCase() function in deqp::gles3::Performance::__anon78e67cbd0111::ConstantPropagationCase 951 for (int caseTypeI = 0; caseTypeI < ConstantPropagationCase::CASETYPE_LAST; caseTypeI++) in init() 953 … const ConstantPropagationCase::CaseType caseType = (ConstantPropagationCase::CaseType)caseTypeI; in init() 954 …const string caseTypeName = caseType == ConstantPropagationCase::CASETYPE_BUILT_IN_FUNCTION… in init() 955 : caseType == ConstantPropagationCase::CASETYPE_ARRAY ? "array" in init() 956 : caseType == ConstantPropagationCase::CASETYPE_STRUCT ? "struct" in init() 964 …constantPropagationGroup->addChild(new ConstantPropagationCase(m_context, name.c_str(), "", caseSh… in init()
|