HomeSort by relevance Sort by last modified time
    Searched refs:logic_or (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_builder.h 166 ir_expression *logic_or(operand a, operand b);
opt_algebraic.cpp 470 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0]));
733 return logic_not(logic_or(op_expr[0]->operands[0],
ir_builder.cpp 396 logic_or(operand a, operand b) function in namespace:ir_builder

Completed in 745 milliseconds