Re: [Mesa-dev] [PATCH v2 11/21] spirv: Set nir_variable->explicit_binding

2018-06-05 Thread Timothy Arceri
Seems reasonable. Reviewed-by: Timothy Arceri On 12/05/18 19:40, Alejandro Piñeiro wrote: From: Neil Roberts When SpvDecorationBinding is encountered in the SPIR-V source it now sets explicit_binding on the nir_variable. This will be used to determine whether to initialise sampler and image

[Mesa-dev] [PATCH v2 11/21] spirv: Set nir_variable->explicit_binding

2018-05-12 Thread Alejandro Piñeiro
From: Neil Roberts When SpvDecorationBinding is encountered in the SPIR-V source it now sets explicit_binding on the nir_variable. This will be used to determine whether to initialise sampler and image uniforms with the binding value. --- src/compiler/spirv/vtn_private.h | 1 + src/compiler/sp