venus: drop unused codes

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33567>
This commit is contained in:
Yiwei Zhang
2025-02-15 21:55:51 -08:00
committed by Marge Bot
parent af375c6756
commit ae2830e520
-8
View File
@@ -209,14 +209,6 @@ struct vn_graphics_pipeline_state {
* Valid if and only if gpl.pre_raster_shaders is set.
*/
bool rasterizer_discard_enable;
/** VkPipelineMultisampleStateCreateInfo::pNext
* - VkPipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable
*
* Valid if and only if multisample_state is valid along with a valid
* sample location state chained in its pNext.
*/
bool sample_locations_enable;
};
struct vn_graphics_pipeline {