Searched refs:m_branchType (Results 1 – 2 of 2) sorted by relevance
149 BranchResult m_branchType; member in deqp::gles2::Performance::ConditionalCase159 , 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()
149 BranchResult m_branchType; member in deqp::gles3::Performance::ConditionalCase159 , 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()