Home | History | Annotate | Download | only in i965

Lines Matching refs:vgrf

144       nir_locals[reg->index] = dst_reg(VGRF, alloc.allocate(num_regs));
279 dst_reg(VGRF, alloc.allocate(DIV_ROUND_UP(dest.ssa.bit_size, 32)));
362 reg = dst_reg(VGRF, alloc.allocate(2));
365 reg = dst_reg(VGRF, alloc.allocate(1));
956 const dst_reg tmp = bld.vgrf(BRW_REGISTER_TYPE_UD, 2);
1152 temp = src_reg(bld.vgrf(BRW_REGISTER_TYPE_D));
1224 dst_reg dst = retype(dst_reg(VGRF, alloc.allocate(2)), BRW_REGISTER_TYPE_DF);
1241 * high 32-bit to the Y:UD channel to build the constant in a VGRF.
1242 * We have to do this twice (offset 0 and offset 1), since a DF VGRF takes
1244 * XXXX so any access to the VGRF only reads the constant data in these
1248 retype(dst_reg(VGRF, alloc.allocate(2)), BRW_REGISTER_TYPE_UD);
1868 dst_reg temp = bld.vgrf(BRW_REGISTER_TYPE_D);
2333 dst_reg(VGRF, alloc.allocate(DIV_ROUND_UP(instr->def.bit_size, 32)));