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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp467 ir_expression *b2f_1 = op_expr[0]->operands[1]->as_expression(); local in function:ir_algebraic_visitor::handle_expression
470 b2f_1 && b2f_1->operation == ir_unop_b2f) {
471 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0]));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp467 ir_expression *b2f_1 = op_expr[0]->operands[1]->as_expression(); local in function:ir_algebraic_visitor::handle_expression
470 b2f_1 && b2f_1->operation == ir_unop_b2f) {
471 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0]));

Completed in 4 milliseconds