Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp124 BRANCH_TRUE = 0, enumerator
175 bool isConditionTrue = m_branchType == BRANCH_TRUE; in init()
357 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f); in setupProgram()
886 DE_STATIC_ASSERT(ConditionalCase::BRANCH_TRUE == 0); in init()
887 …for (int branchResult = (int)ConditionalCase::BRANCH_TRUE; branchResult < (int)ConditionalCase::BR… in init()
892 const char* branchResultName = branchResult == (int)ConditionalCase::BRANCH_TRUE ? "true" : in init()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp124 BRANCH_TRUE = 0, enumerator
175 bool isConditionTrue = m_branchType == BRANCH_TRUE; in init()
353 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f); in setupProgram()
874 DE_STATIC_ASSERT(ConditionalCase::BRANCH_TRUE == 0); in init()
875 …for (int branchResult = (int)ConditionalCase::BRANCH_TRUE; branchResult < (int)ConditionalCase::BR… in init()
880 const char* branchResultName = branchResult == (int)ConditionalCase::BRANCH_TRUE ? "true" : in init()