Home | History | Annotate | Download | only in i965

Lines Matching refs:vgrf

186       vgrf(enum brw_reg_type type, unsigned n = 1) const
191 return dst_reg(VGRF, shader->alloc.allocate(
407 const dst_reg chan_index = vgrf(BRW_REGISTER_TYPE_UD);
408 const dst_reg dst = vgrf(src.type);
552 const dst_reg y_times_a = vgrf(dst.type);
553 const dst_reg one_minus_a = vgrf(dst.type);
554 const dst_reg x_times_one_minus_a = vgrf(dst.type);
594 dst_reg temp = vgrf(BRW_REGISTER_TYPE_UD);
609 if (src.file == VGRF || src.file == UNIFORM || src.stride > 1) {
612 dst_reg expanded = vgrf(src.type);
640 const dst_reg tmp = vgrf(src.type);