Searched refs:logic_or (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 167 ir_expression *logic_or(operand a, operand b);
|
D | opt_algebraic.cpp | 470 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0])); in handle_expression() 758 return logic_not(logic_or(op_expr[0]->operands[0], in handle_expression()
|
D | ir_builder.cpp | 402 logic_or(operand a, operand b) in logic_or() function
|
D | lower_instructions.cpp | 498 logic_or(flush_to_zero, in ldexp_to_arith()
|
D | ast_to_hir.cpp | 6590 : logic_or(cmp, equal(cnst, state->switch_state.test_var)); in hir() 6754 logic_or(fallthru_var, equal(label, deref_test_var)))); in hir() 6768 logic_or(fallthru_var, in hir()
|