Iago Toral Quiroga <[email protected]> writes: > From: Connor Abbott <[email protected]> > Reviewed-by: Francisco Jerez <[email protected]>
> ---
> src/mesa/drivers/dri/i965/brw_reg.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_reg.h
> b/src/mesa/drivers/dri/i965/brw_reg.h
> index 38cf8e3..e4c3e7a 100644
> --- a/src/mesa/drivers/dri/i965/brw_reg.h
> +++ b/src/mesa/drivers/dri/i965/brw_reg.h
> @@ -716,6 +716,12 @@ brw_vec16_grf(unsigned nr, unsigned subnr)
> return brw_vec16_reg(BRW_GENERAL_REGISTER_FILE, nr, subnr);
> }
>
> +static inline struct brw_reg
> +brw_vecn_grf(unsigned width, unsigned nr, unsigned subnr)
> +{
> + return brw_vecn_reg(width, BRW_GENERAL_REGISTER_FILE, nr, subnr);
> +}
> +
>
> static inline struct brw_reg
> brw_uw8_grf(unsigned nr, unsigned subnr)
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
