[Mesa-dev] [PATCH v2 05/15] nir: Add another index to load_uniform to specify the range read
Kenneth Graunke
kenneth at whitecape.org
Thu Apr 14 21:33:34 UTC 2016
On Tuesday, March 22, 2016 3:33:40 PM PDT Jason Ekstrand wrote:
> ---
> src/compiler/nir/nir.h | 7 +++++++
> src/compiler/nir/nir_intrinsics.h | 6 +++++-
> src/compiler/nir/nir_lower_io.c | 5 +++++
> src/compiler/nir/nir_print.c | 1 +
> 4 files changed, 18 insertions(+), 1 deletion(-)
>
> diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
> index 36f90fc..f686b74 100644
> --- a/src/compiler/nir/nir.h
> +++ b/src/compiler/nir/nir.h
> @@ -938,6 +938,12 @@ typedef enum {
> */
> NIR_INTRINSIC_UCP_ID = 4,
>
> + /**
> + * The ammount of data, starting from BASE, that this instruction may
amount of data
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160414/e4251484/attachment.sig>
More information about the mesa-dev
mailing list