diff options
author | Dave Airlie <[email protected]> | 2016-12-28 00:33:07 +0000 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2018-03-29 01:29:29 +0200 |
commit | fe5d5d19b01bd5d1407943181d613d18a44aa42b (patch) | |
tree | 319559632c75722cc22fe07c930b4edb12e36ad5 /src/compiler/spirv/vtn_private.h | |
parent | 3e830a1af2dcd0a8e6c76ea04c50e814e550b244 (diff) |
spirv: add support for SPV_AMD_shader_trinary_minmax
Co-authored-by: Daniel Schürmann <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/compiler/spirv/vtn_private.h')
-rw-r--r-- | src/compiler/spirv/vtn_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/spirv/vtn_private.h b/src/compiler/spirv/vtn_private.h index 70f660fbd48..bbc63ad20d6 100644 --- a/src/compiler/spirv/vtn_private.h +++ b/src/compiler/spirv/vtn_private.h @@ -735,4 +735,6 @@ vtn_u64_literal(const uint32_t *w) bool vtn_handle_amd_gcn_shader_instruction(struct vtn_builder *b, uint32_t ext_opcode, const uint32_t *words, unsigned count); +bool vtn_handle_amd_shader_trinary_minmax_instruction(struct vtn_builder *b, uint32_t ext_opcode, + const uint32_t *words, unsigned count); #endif /* _VTN_PRIVATE_H_ */ |