diff options
author | Anuj Phogat <[email protected]> | 2017-05-26 10:57:45 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2018-02-16 11:10:31 -0800 |
commit | 41a4c2c8e8a25f8539a0f8f9125ebafcb1083285 (patch) | |
tree | 74e275ca822fcb987c2fba2e9901d4454b7f4ab7 /src/intel | |
parent | 413d475b4431732d71fa4d15a3690f3b1f03d2e1 (diff) |
anv/icl: Add #define genX
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 009f5304f29..9822afb81db 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -3042,6 +3042,9 @@ ANV_DEFINE_NONDISP_HANDLE_CASTS(anv_ycbcr_conversion, VkSamplerYcbcrConversionKH # define genX(x) gen10_##x # include "anv_genX.h" # undef genX +# define genX(x) gen11_##x +# include "anv_genX.h" +# undef genX #endif #endif /* ANV_PRIVATE_H */ |