summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-07-11 09:53:42 -0700
committerJason Ekstrand <[email protected]>2017-07-22 21:41:12 -0700
commit72bc38cfc592505c207bd5cac54bc8dd8289cf72 (patch)
treebffbcf1d950063b27a9f735d5e9b1cc43fdc4c11 /src/intel
parent3e57e9494c2279580ad6a83ab8c065d01e7e634e (diff)
anv: Get rid of some unused function declarations
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/anv_private.h7
1 files changed, 0 insertions, 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];
};