[Mesa-dev] [PATCH 02/11] anv: Get rid of some unused function declarations
Jason Ekstrand
jason at jlekstrand.net
Wed Jul 12 00:04:31 UTC 2017
---
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 4dce360..3e7f9c7 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -2226,13 +2226,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.5.0.400.gff86faf
More information about the mesa-dev
mailing list