Searched refs:int_tmp_1 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 452 const fs_reg int_tmp_1 = abld.vgrf(BRW_REGISTER_TYPE_UW); local in function:fs_visitor::emit_alpha_to_coverage_workaround 455 abld.AND(int_tmp_1, m, brw_imm_uw(~3)); 456 abld.SHR(int_tmp_1, shift_const, int_tmp_1); 457 abld.AND(int_tmp_1, int_tmp_1, brw_imm_uw(0xf)); 458 abld.MUL(int_tmp_1, int_tmp_1, brw_imm_uw(0x1111)); 465 abld.OR(int_tmp_1, int_tmp_1, int_tmp_ [all...] |
Completed in 3 milliseconds