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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp468 const fs_reg int_tmp_3 = abld.vgrf(BRW_REGISTER_TYPE_UW); local in function:fs_visitor::emit_alpha_to_coverage_workaround
469 abld.AND(int_tmp_3, m, brw_imm_uw(1));
470 abld.MUL(int_tmp_3, int_tmp_3, brw_imm_uw(0x0100));
472 abld.OR(int_tmp_1, int_tmp_1, int_tmp_3);

Completed in 4 milliseconds