[Mesa-dev] [PATCH 17/95] i965/vec4: add dst_null_df()
Francisco Jerez
currojerez at riseup.net
Wed Aug 3 00:56:19 UTC 2016
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
Iago Toral Quiroga <itoral at igalia.com> writes:
> ---
> src/mesa/drivers/dri/i965/brw_vec4.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
> index 3043147..afcf31e 100644
> --- a/src/mesa/drivers/dri/i965/brw_vec4.h
> +++ b/src/mesa/drivers/dri/i965/brw_vec4.h
> @@ -79,6 +79,11 @@ public:
> return dst_reg(brw_null_reg());
> }
>
> + dst_reg dst_null_df()
> + {
> + return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_DF));
> + }
> +
> dst_reg dst_null_d()
> {
> return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_D));
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160802/6cf37a9a/attachment.sig>
More information about the mesa-dev
mailing list