Searched refs:replace_x_0_with_0 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_algebraic.c | 123 replace_x_0_with_0(struct vc4_compile *c, in replace_x_0_with_0() function 230 (replace_x_0_with_0(c, inst, 0) || in qir_opt_algebraic() 231 replace_x_0_with_0(c, inst, 1) || in qir_opt_algebraic() 241 (replace_x_0_with_0(c, inst, 0) || in qir_opt_algebraic() 242 replace_x_0_with_0(c, inst, 1))) { in qir_opt_algebraic() 249 if (replace_x_0_with_0(c, inst, 0) || in qir_opt_algebraic() 250 replace_x_0_with_0(c, inst, 1)) { in qir_opt_algebraic()
|