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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp461 const fs_reg int_tmp_2 = abld.vgrf(BRW_REGISTER_TYPE_UW); local in function:fs_visitor::emit_alpha_to_coverage_workaround
462 abld.AND(int_tmp_2, m, brw_imm_uw(2));
463 abld.MUL(int_tmp_2, int_tmp_2, brw_imm_uw(0x0808));
465 abld.OR(int_tmp_1, int_tmp_1, int_tmp_2);

Completed in 4 milliseconds