Re: [Mesa-dev] [PATCH] [rfc] spirv/nir: handle casting in OpSampledImage

2017-09-26 Thread Jason Ekstrand
On Mon, Sep 25, 2017 at 7:36 PM, Dave Airlie wrote: > From: Dave Airlie > > %9903 = OpImageSampleDrefExplicitLod %float %14616 %14315 %16081 Lod > %float_0 > %14616 = OpSampledImage %510 %8499 %13137 > > %278 = OpTypeImage %float 2D 1 0 0 1 Unknown > %510 = OpTypeSampledImage %278 > > %8499 = Op

[Mesa-dev] [PATCH] [rfc] spirv/nir: handle casting in OpSampledImage

2017-09-25 Thread Dave Airlie
From: Dave Airlie %9903 = OpImageSampleDrefExplicitLod %float %14616 %14315 %16081 Lod %float_0 %14616 = OpSampledImage %510 %8499 %13137 %278 = OpTypeImage %float 2D 1 0 0 1 Unknown %510 = OpTypeSampledImage %278 %8499 = OpLoad %150 %4159 %150 = OpTypeImage %float 2D 0 0 0 1 Unknown Is being