Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp1584 exec_list rhs_instructions; in do_hir() local
1587 op[1] = get_scalar_boolean_operand(&rhs_instructions, state, this, 1, in do_hir()
1590 if (rhs_instructions.is_empty()) { in do_hir()
1601 stmt->then_instructions.append_list(&rhs_instructions); in do_hir()
1618 exec_list rhs_instructions; in do_hir() local
1621 op[1] = get_scalar_boolean_operand(&rhs_instructions, state, this, 1, in do_hir()
1624 if (rhs_instructions.is_empty()) { in do_hir()
1640 stmt->else_instructions.append_list(&rhs_instructions); in do_hir()