From 72bc38cfc592505c207bd5cac54bc8dd8289cf72 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 11 Jul 2017 09:53:42 -0700 Subject: [PATCH] anv: Get rid of some unused function declarations Reviewed-by: Lionel Landwerlin --- src/intel/vulkan/anv_private.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 588bf732df3..9bc6db8b88f 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -2244,13 +2244,6 @@ void anv_fill_buffer_surface_state(struct anv_device *device, uint32_t offset, uint32_t range, uint32_t stride); -void anv_image_view_fill_image_param(struct anv_device *device, - struct anv_image_view *view, - struct brw_image_param *param); -void anv_buffer_view_fill_image_param(struct anv_device *device, - struct anv_buffer_view *view, - struct brw_image_param *param); - struct anv_sampler { uint32_t state[4]; }; -- 2.30.2