Home
last modified time | relevance | path

Searched refs:CommonSubexpressionCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp527 class CommonSubexpressionCase : public ShaderOptimizationCase class
540CommonSubexpressionCase (Context& context, const char* name, const char* description, CaseShaderTy… in CommonSubexpressionCase() function in deqp::gles2::Performance::__anonf46dc3bb0111::CommonSubexpressionCase
962 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 …]
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp538 class CommonSubexpressionCase : public ShaderOptimizationCase class
551CommonSubexpressionCase (Context& context, const char* name, const char* description, CaseShaderTy… in CommonSubexpressionCase() function in deqp::gles3::Performance::__anon78e67cbd0111::CommonSubexpressionCase
970 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 …]