[Mesa-dev] [PATCH] nir: print var binding in dumps.

Kenneth Graunke kenneth at whitecape.org
Sun Nov 27 07:17:40 UTC 2016


On Thursday, November 24, 2016 8:26:38 AM PST Dave Airlie wrote:
> From: Dave Airlie <airlied at redhat.com>
> 
> This only useful for spir-v shaders, but I keep finding myself
> having to add it.
> 
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
>  src/compiler/nir/nir_print.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c
> index ed02435..a5b2909 100644
> --- a/src/compiler/nir/nir_print.c
> +++ b/src/compiler/nir/nir_print.c
> @@ -432,7 +432,7 @@ print_var_decl(nir_variable *var, print_state *state)
>           loc = buf;
>        }
>  
> -      fprintf(fp, " (%s, %u)%s", loc, var->data.driver_location,
> +      fprintf(fp, " (%s, %u, %u)%s", loc, var->data.driver_location, var->data.binding,
>                var->data.compact ? " compact" : "");
>     }
>  
> 

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161126/a275d6e0/attachment.sig>


More information about the mesa-dev mailing list