For the series:
Reviewed-by: Samuel Pitoiset
On 03/08/2018 11:14 PM, Daniel Schürmann wrote:
From: Dave Airlie
These are needed for SPV_AMD_shader_trinary_minmax,
the AMD HW supports these.
Co-authored-by: Daniel Schürmann
Signed-off-by: Dave Airlie
---
src/compiler/nir/nir_opcodes.py |
This patch is
Reviewed-by: Ian Romanick
I think we should also add a flag for lowering this instruction as is
done in GLSL IR. You should then add some patterns to
nir_opt_algebraic.py that recognize open-code versions. It would also
be interesting to detect clamp() patterns and convert them t
From: Dave Airlie
These are needed for SPV_AMD_shader_trinary_minmax,
the AMD HW supports these.
Co-authored-by: Daniel Schürmann
Signed-off-by: Dave Airlie
---
src/compiler/nir/nir_opcodes.py | 14 ++
1 file changed, 14 insertions(+)
diff --git a/src/compiler/nir/nir_opcodes.py