Searched refs:branchResultName (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp880 const char* branchResultName = branchResult == (int)ConditionalCase::BRANCH_TRUE ? "true" : local
884 DE_ASSERT(branchResultName != DE_NULL);
886 string caseName = string("") + decisionName + "_" + branchResultName + workloadDivisionSuffix;
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp892 const char* branchResultName = branchResult == (int)ConditionalCase::BRANCH_TRUE ? "true" : local
896 DE_ASSERT(branchResultName != DE_NULL);
898 string caseName = string("") + decisionName + "_" + branchResultName + workloadDivisionSuffix;

Completed in 51 milliseconds