HomeSort by relevance Sort by last modified time
    Searched refs:branchResultName (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 880 const char* branchResultName = branchResult == (int)ConditionalCase::BRANCH_TRUE ? "true" :
884 DE_ASSERT(branchResultName != DE_NULL);
886 string caseName = string("") + decisionName + "_" + branchResultName + workloadDivisionSuffix;
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 892 const char* branchResultName = branchResult == (int)ConditionalCase::BRANCH_TRUE ? "true" :
896 DE_ASSERT(branchResultName != DE_NULL);
898 string caseName = string("") + decisionName + "_" + branchResultName + workloadDivisionSuffix;

Completed in 39 milliseconds