Searched refs:logic_and (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | opt_flatten_nested_if_blocks.cpp | 98 ir->condition = logic_and(ir->condition, inner->condition); in visit_leave()
|
D | ir_builder.h | 165 ir_expression *logic_and(operand a, operand b);
|
D | opt_algebraic.cpp | 574 return b2f(logic_and(op_expr[0]->operands[0], op_expr[1]->operands[0])); in handle_expression() 773 return logic_not(logic_and(op_expr[0]->operands[0], in handle_expression()
|
D | ir_builder.cpp | 390 logic_and(operand a, operand b) in logic_and() function
|
D | lower_packing_builtins.cpp | 914 if_tree(logic_and(equal(e, constant(0xffu << 23u)), in pack_half_1x16_nosign()
|
D | lower_instructions.cpp | 442 logic_and(nequal(x, new(ir) ir_constant(0.0f, vec_elem)), in ldexp_to_arith()
|