Home | History | Annotate | Download | only in i965

Lines Matching refs:vgrf

84    const fs_reg dest = vgrf(glsl_type::uvec4_type);
202 this->pixel_x = vgrf(glsl_type::uint_type);
203 this->pixel_y = vgrf(glsl_type::uint_type);
216 vgrf(glsl_type::vec2_type);
237 this->wpos_w = vgrf(glsl_type::float_type);
241 this->pixel_w = vgrf(glsl_type::float_type);
263 fs_reg int_pixel_xy(VGRF, alloc.allocate(dispatch_width / 8),
271 this->pixel_x = vgrf(glsl_type::float_type);
272 this->pixel_y = vgrf(glsl_type::float_type);
284 fs_reg int_pixel_x = vgrf(glsl_type::uint_type);
285 fs_reg int_pixel_y = vgrf(glsl_type::uint_type);
299 this->pixel_x = vgrf(glsl_type::float_type);
300 this->pixel_y = vgrf(glsl_type::float_type);
307 this->wpos_w = vgrf(glsl_type::float_type);
501 const fs_reg tmp = bld.vgrf(BRW_REGISTER_TYPE_UD, 4);
569 this->outputs[VARYING_SLOT_CLIP_DIST0] = vgrf(glsl_type::vec4_type);
570 this->outputs[VARYING_SLOT_CLIP_DIST1] = vgrf(glsl_type::vec4_type);
624 fs_reg payload = fs_reg(VGRF, alloc.allocate(2), BRW_REGISTER_TYPE_UD);
665 per_slot_offsets = vgrf(glsl_type::int_type);
700 fs_reg zero(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD);
752 fs_reg reg = fs_reg(VGRF, alloc.allocate(1), outputs[varying].type);
775 fs_reg payload = fs_reg(VGRF, alloc.allocate(length + header_size),
812 fs_reg payload = fs_reg(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD);
831 fs_reg payload = fs_reg(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD);