Searched refs:CommonSubexpressionCase (Results 1 – 2 of 2) sorted by relevance
527 class CommonSubexpressionCase : public ShaderOptimizationCase class540 …CommonSubexpressionCase (Context& context, const char* name, const char* description, CaseShaderTy… in CommonSubexpressionCase() function in deqp::gles2::Performance::__anonf46dc3bb0111::CommonSubexpressionCase962 for (int caseTypeI = 0; caseTypeI < CommonSubexpressionCase::CASETYPE_LAST; caseTypeI++) in init()964 … const CommonSubexpressionCase::CaseType caseType = (CommonSubexpressionCase::CaseType)caseTypeI; in init()966 …const string caseTypeName = caseType == CommonSubexpressionCase::CASETYPE_SINGLE_STATEMENT … in init()967 … : caseType == CommonSubexpressionCase::CASETYPE_MULTIPLE_STATEMENTS ? "multiple_statements" in init()968 : caseType == CommonSubexpressionCase::CASETYPE_STATIC_BRANCH ? "static_branch" in init()969 : caseType == CommonSubexpressionCase::CASETYPE_LOOP ? "loop" in init()972 …const string description = caseType == CommonSubexpressionCase::CASETYPE_SINGLE_STATEMENT … in init()973 …: caseType == CommonSubexpressionCase::CASETYPE_MULTIPLE_STATEMENTS ? "Multiple statements perfor… in init()[all …]
538 class CommonSubexpressionCase : public ShaderOptimizationCase class551 …CommonSubexpressionCase (Context& context, const char* name, const char* description, CaseShaderTy… in CommonSubexpressionCase() function in deqp::gles3::Performance::__anon78e67cbd0111::CommonSubexpressionCase970 for (int caseTypeI = 0; caseTypeI < CommonSubexpressionCase::CASETYPE_LAST; caseTypeI++) in init()972 … const CommonSubexpressionCase::CaseType caseType = (CommonSubexpressionCase::CaseType)caseTypeI; in init()974 …const string caseTypeName = caseType == CommonSubexpressionCase::CASETYPE_SINGLE_STATEMENT … in init()975 … : caseType == CommonSubexpressionCase::CASETYPE_MULTIPLE_STATEMENTS ? "multiple_statements" in init()976 : caseType == CommonSubexpressionCase::CASETYPE_STATIC_BRANCH ? "static_branch" in init()977 : caseType == CommonSubexpressionCase::CASETYPE_LOOP ? "loop" in init()980 …const string description = caseType == CommonSubexpressionCase::CASETYPE_SINGLE_STATEMENT … in init()981 …: caseType == CommonSubexpressionCase::CASETYPE_MULTIPLE_STATEMENTS ? "Multiple statements perfor… in init()[all …]