From: Jason Ekstrand Date: Tue, 11 Jul 2017 16:53:42 +0000 (-0700) Subject: anv: Get rid of some unused function declarations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72bc38cfc592505c207bd5cac54bc8dd8289cf72;p=mesa.git anv: Get rid of some unused function declarations Reviewed-by: Lionel Landwerlin --- 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]; };