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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp317 ir_constant *op_const[4] = {NULL, NULL, NULL, NULL}; local in function:ir_algebraic_visitor::handle_expression
339 op_const[i] =
505 if (is_vec_zero(op_const[0]))
507 if (is_vec_zero(op_const[1]))
525 if (op_const[0] && !op_const[1])
526 reassociate_constant(ir, 0, op_const[0], op_expr[1]);
527 if (op_const[1] && !op_const[0])
528 reassociate_constant(ir, 1, op_const[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp317 ir_constant *op_const[4] = {NULL, NULL, NULL, NULL}; local in function:ir_algebraic_visitor::handle_expression
339 op_const[i] =
505 if (is_vec_zero(op_const[0]))
507 if (is_vec_zero(op_const[1]))
525 if (op_const[0] && !op_const[1])
526 reassociate_constant(ir, 0, op_const[0], op_expr[1]);
527 if (op_const[1] && !op_const[0])
528 reassociate_constant(ir, 1, op_const[
[all...]

Completed in 4 milliseconds