Searched refs:a2_sub_a0 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_compile_sf.c | 54 struct brw_reg a2_sub_a0; member 314 c->a2_sub_a0 = brw_vec8_grf(reg, 0); reg++; in alloc_regs() 488 brw_ADD(p, c->a2_sub_a0, a2, negate(a0)); in brw_emit_tri_setup() 493 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0)); in brw_emit_tri_setup() 498 brw_MUL(p, brw_null_reg(), c->a2_sub_a0, c->dx0); in brw_emit_tri_setup()
|