Searched refs:replace_x_0_with_x (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_algebraic.c | 112 replace_x_0_with_x(struct vc4_compile *c, in replace_x_0_with_x() function 182 (replace_x_0_with_x(c, inst, 0) || in qir_opt_algebraic() 183 replace_x_0_with_x(c, inst, 1))) { in qir_opt_algebraic() 190 if (replace_x_0_with_x(c, inst, 0) || in qir_opt_algebraic() 191 replace_x_0_with_x(c, inst, 1)) { in qir_opt_algebraic() 268 if (replace_x_0_with_x(c, inst, 0) || in qir_opt_algebraic() 269 replace_x_0_with_x(c, inst, 1)) { in qir_opt_algebraic()
|