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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compile_sf.c54 struct brw_reg a2_sub_a0; member in struct:brw_sf_compile
314 c->a2_sub_a0 = brw_vec8_grf(reg, 0); reg++;
488 brw_ADD(p, c->a2_sub_a0, a2, negate(a0));
493 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0));
498 brw_MUL(p, brw_null_reg(), c->a2_sub_a0, c->dx0);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_sf.c54 struct brw_reg a2_sub_a0; member in struct:brw_sf_compile
314 c->a2_sub_a0 = brw_vec8_grf(reg, 0); reg++;
488 brw_ADD(p, c->a2_sub_a0, a2, negate(a0));
493 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0));
498 brw_MUL(p, brw_null_reg(), c->a2_sub_a0, c->dx0);

Completed in 3 milliseconds