Lines Matching refs:grf
207 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf) in DEP_RESOLVE_MOV() argument
215 ubld.MOV(ubld.null_reg_f(), fs_reg(VGRF, grf, BRW_REGISTER_TYPE_F)); in DEP_RESOLVE_MOV()
1834 const unsigned grf = urb_start + inst->src[i].nr / 2; in assign_urb_setup() local
1840 byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type), in assign_urb_setup()
1860 int grf = payload.num_regs + in convert_attr_sources_to_hw_regs() local
1884 stride(byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type), in convert_attr_sources_to_hw_regs()
2066 int grf = alloc.allocate(offset); in split_virtual_grfs() local
2068 new_virtual_grf[k] = grf; in split_virtual_grfs()
3517 int grf; in clear_deps_for_inst_src() local
3519 grf = inst->src[i].nr; in clear_deps_for_inst_src()
3524 if (grf >= first_grf && in clear_deps_for_inst_src()
3525 grf < first_grf + grf_len) { in clear_deps_for_inst_src()
3526 deps[grf - first_grf] = false; in clear_deps_for_inst_src()
3528 deps[grf - first_grf + 1] = false; in clear_deps_for_inst_src()