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/shader_info.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/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 0eeb2ca58ea..737e9cffa86 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -52,6 +52,7 @@ struct spirv_supported_capabilities { bool subgroup_shuffle; bool subgroup_vote; bool gcn_shader; + bool trinary_minmax; }; typedef struct shader_info { |