Lines Matching defs:grf
207 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf)
215 ubld.MOV(ubld.null_reg_f(), fs_reg(VGRF, grf, BRW_REGISTER_TYPE_F));
1972 const unsigned grf = urb_start + inst->src[i].nr / 2;
1978 byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type),
1998 int grf = payload.num_regs +
2022 stride(byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type),
2046 /* Rewrite all ATTR file references to the hw grf that they land in. */
2204 int grf = alloc.allocate(offset);
2206 new_virtual_grf[k] = grf;
3677 int grf;
3679 grf = inst->src[i].nr;
3684 if (grf >= first_grf &&
3685 grf < first_grf + grf_len) {
3686 deps[grf - first_grf] = false;
3688 deps[grf - first_grf + 1] = false;
6519 * send-from-grf instruction. Since sends can't handle strides or
6597 * send-from-grf instruction. Since sends can't handle strides or