Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp1602 exec_list rhs_instructions; in do_hir() local
1605 op[1] = get_scalar_boolean_operand(&rhs_instructions, state, this, 1, in do_hir()
1608 if (rhs_instructions.is_empty()) { in do_hir()
1619 stmt->then_instructions.append_list(&rhs_instructions); in do_hir()
1636 exec_list rhs_instructions; in do_hir() local
1639 op[1] = get_scalar_boolean_operand(&rhs_instructions, state, this, 1, in do_hir()
1642 if (rhs_instructions.is_empty()) { in do_hir()
1658 stmt->else_instructions.append_list(&rhs_instructions); in do_hir()

Completed in 13 milliseconds