Searched refs:BRW_MRF_COMPR4 (Results 1 – 6 of 6) sorted by relevance
311 int reg = inst->dst.reg & ~BRW_MRF_COMPR4; in calculate_deps()316 if (inst->dst.reg & BRW_MRF_COMPR4) in calculate_deps()395 int reg = inst->dst.reg & ~BRW_MRF_COMPR4; in calculate_deps()400 if (inst->dst.reg & BRW_MRF_COMPR4) in calculate_deps()
176 const int is_compr4 = inst->bits1.da1.dest_reg_nr & BRW_MRF_COMPR4; in brw_is_mrf_written_alu()423 *is_compr4 = (mov->bits1.da1.dest_reg_nr & BRW_MRF_COMPR4) != 0; in brw_is_grf_to_mrf_mov()
1694 int mrf_low = inst->dst.reg & ~BRW_MRF_COMPR4; in compute_to_mrf()1696 if (inst->dst.reg & BRW_MRF_COMPR4) { in compute_to_mrf()1798 int scan_mrf_low = scan_inst->dst.reg & ~BRW_MRF_COMPR4; in compute_to_mrf()1801 if (scan_inst->dst.reg & BRW_MRF_COMPR4) { in compute_to_mrf()
733 #define BRW_MRF_COMPR4 (1 << 7) macro
1449 brw_message_reg(nr + channel + BRW_MRF_COMPR4), in emit_fb_write()
2009 fs_reg(MRF, BRW_MRF_COMPR4 + first_color_mrf + index, in emit_color_write()