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

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp149 BranchResult m_branchType; member in class:deqp::gles2::Performance::ConditionalCase
159 , m_branchType (branchType)
175 bool isConditionTrue = m_branchType == BRANCH_TRUE;
176 bool isConditionFalse = m_branchType == BRANCH_FALSE;
177 bool isConditionMixed = m_branchType == BRANCH_MIXED;
353 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f);
355 else if (m_decisionType == DECISION_ATTRIBUTE && m_branchType == BRANCH_MIXED && m_caseType == CASETYPE_VERTEX)
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp149 BranchResult m_branchType; member in class:deqp::gles3::Performance::ConditionalCase
159 , m_branchType (branchType)
175 bool isConditionTrue = m_branchType == BRANCH_TRUE;
176 bool isConditionFalse = m_branchType == BRANCH_FALSE;
177 bool isConditionMixed = m_branchType == BRANCH_MIXED;
357 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f);
359 else if (m_decisionType == DECISION_ATTRIBUTE && m_branchType == BRANCH_MIXED && m_caseType == CASETYPE_VERTEX)

Completed in 65 milliseconds