Re: [Mesa-dev] [PATCH 14/28] nir: fix denorms in unpack_half_1x16()

2018-12-11 Thread Samuel Iglesias Gonsálvez
On 05/12/2018 19:31, Connor Abbott wrote: > On Wed, Dec 5, 2018 at 4:56 PM Samuel Iglesias Gonsálvez > wrote: >> >> According to VK_KHR_shader_float_controls: >> >> "Denormalized values obtained via unpacking an integer into a vector >> of values with smaller bit width and interpreting those

Re: [Mesa-dev] [PATCH 14/28] nir: fix denorms in unpack_half_1x16()

2018-12-05 Thread Connor Abbott
On Wed, Dec 5, 2018 at 4:56 PM Samuel Iglesias Gonsálvez wrote: > > According to VK_KHR_shader_float_controls: > > "Denormalized values obtained via unpacking an integer into a vector > of values with smaller bit width and interpreting those values as > floating-point numbers must: be flushed

[Mesa-dev] [PATCH 14/28] nir: fix denorms in unpack_half_1x16()

2018-12-05 Thread Samuel Iglesias Gonsálvez
According to VK_KHR_shader_float_controls: "Denormalized values obtained via unpacking an integer into a vector of values with smaller bit width and interpreting those values as floating-point numbers must: be flushed to zero, unless the entry point is declared with the code:DenormPreserve