Lines Matching defs:vgrf
199 vgrf(enum brw_reg_type type, unsigned n = 1) const
415 const dst_reg chan_index = vgrf(BRW_REGISTER_TYPE_UD);
416 const dst_reg dst = vgrf(src.type);
431 const dst_reg dst = vgrf(src.type, num_components);
752 const dst_reg y_times_a = vgrf(dst.type);
753 const dst_reg one_minus_a = vgrf(dst.type);
754 const dst_reg x_times_one_minus_a = vgrf(dst.type);
804 dst_reg temp = vgrf(BRW_REGISTER_TYPE_UD);
836 dst_reg expanded = vgrf(src.type);
863 const dst_reg tmp = vgrf(src.type);