Home
last modified time | relevance | path

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

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