Module: Mesa Branch: main Commit: 0be83bf1c412e1ed998bd040b12b59314a675ecb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0be83bf1c412e1ed998bd040b12b59314a675ecb
Author: Emma Anholt <[email protected]> Date: Thu May 4 16:16:46 2023 -0700 anv: Drop unused ALL_GRAPHICS_LIB_FLAGS. copy and paste from radv. Reviewed-by: Ivan Briano <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22865> --- src/intel/vulkan/anv_private.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index b6401c44782..116ba8a12ab 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -3276,12 +3276,6 @@ enum anv_pipeline_type { ANV_PIPELINE_RAY_TRACING, }; -#define ALL_GRAPHICS_LIB_FLAGS \ - (VK_GRAPHICS_PIPELINE_LIBRARY_VERTEX_INPUT_INTERFACE_BIT_EXT | \ - VK_GRAPHICS_PIPELINE_LIBRARY_PRE_RASTERIZATION_SHADERS_BIT_EXT | \ - VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_SHADER_BIT_EXT | \ - VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_OUTPUT_INTERFACE_BIT_EXT) - struct anv_pipeline { struct vk_object_base base;
