Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp316 ir_constant *op_const[4] = {NULL, NULL, NULL, NULL}; in handle_expression() local
338 op_const[i] = in handle_expression()
504 if (is_vec_zero(op_const[0])) in handle_expression()
506 if (is_vec_zero(op_const[1])) in handle_expression()
512 if (op_const[0] && !op_const[1]) in handle_expression()
513 reassociate_constant(ir, 0, op_const[0], op_expr[1]); in handle_expression()
514 if (op_const[1] && !op_const[0]) in handle_expression()
515 reassociate_constant(ir, 1, op_const[1], op_expr[0]); in handle_expression()
580 if (is_vec_zero(op_const[0])) in handle_expression()
582 if (is_vec_zero(op_const[1])) in handle_expression()
[all …]