Home
last modified time | relevance | path

Searched refs:BRW_MRF_COMPR4 (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h248 if (r.file == MRF && (r.nr & BRW_MRF_COMPR4)) { in regions_overlap()
253 t0.nr &= ~BRW_MRF_COMPR4; in regions_overlap()
259 } else if (s.file == MRF && (s.nr & BRW_MRF_COMPR4)) { in regions_overlap()
Dbrw_ir_fs.h210 if (r.file == MRF && (r.nr & BRW_MRF_COMPR4)) { in regions_overlap()
212 t.nr &= ~BRW_MRF_COMPR4; in regions_overlap()
219 } else if (s.file == MRF && (s.nr & BRW_MRF_COMPR4)) { in regions_overlap()
Dbrw_schedule_instructions.cpp1233 int reg = inst->dst.nr & ~BRW_MRF_COMPR4; in calculate_deps()
1238 if (inst->dst.nr & BRW_MRF_COMPR4) in calculate_deps()
1360 int reg = inst->dst.nr & ~BRW_MRF_COMPR4; in calculate_deps()
1365 if (inst->dst.nr & BRW_MRF_COMPR4) in calculate_deps()
Dbrw_fs_reg_allocate.cpp413 int reg = inst->dst.nr & ~BRW_MRF_COMPR4; in get_used_mrfs()
416 if (inst->dst.nr & BRW_MRF_COMPR4) { in get_used_mrfs()
Dbrw_eu_defines.h1042 #define BRW_MRF_COMPR4 (1 << 7) macro
Dbrw_disasm.c838 _reg_nr &= ~BRW_MRF_COMPR4; in reg()
2477 brw_inst_dst_da_reg_nr(devinfo, inst) & BRW_MRF_COMPR4) { in brw_disassemble_inst()
Dbrw_fs.cpp3239 if (inst->dst.nr & BRW_MRF_COMPR4) { in compute_to_mrf()
3250 scan_inst->dst.nr &= ~BRW_MRF_COMPR4; in compute_to_mrf()
3828 dst.nr = dst.nr & ~BRW_MRF_COMPR4; in lower_load_payload()
3850 if (inst->dst.file == MRF && (inst->dst.nr & BRW_MRF_COMPR4) && in lower_load_payload()
3874 compr4_dst.nr |= BRW_MRF_COMPR4; in lower_load_payload()
Dbrw_ir_performance.cpp1258 const unsigned i = (r.nr & ~BRW_MRF_COMPR4) + in reg_dependency_id()
Dbrw_eu_emit.c94 assert((dest.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_set_dest()
214 assert((reg.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_set_src0()
Dbrw_vec4.cpp1820 assert((reg.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in convert_to_hw_regs()
Dbrw_fs_generator.cpp65 assert((reg->nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_reg_from_fs_reg()
Dbrw_lower_logical_sends.cpp396 load->dst.nr |= BRW_MRF_COMPR4; in lower_fb_write_logical_send()
/third_party/mesa3d/src/intel/tools/
Di965_gram.y319 reg->nr |= BRW_MRF_COMPR4; in i965_asm_set_dst_nr()