summaryrefslogtreecommitdiffstats
path: root/src/vulkan/private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-06-08 17:45:57 -0700
committerJason Ekstrand <[email protected]>2015-06-08 17:45:57 -0700
commitb6363c3f1232c06d24239d2919ba56f497e24224 (patch)
treed596a29646726f83edae4ca714b7820defa7702c /src/vulkan/private.h
parent531549d9fc7b34c4b36e0ce3d2be4e35e1040ae6 (diff)
vk/device: Remove the binding table pools/streams
Diffstat (limited to 'src/vulkan/private.h')
-rw-r--r--src/vulkan/private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vulkan/private.h b/src/vulkan/private.h
index 65b81b3e918..dffec5d248a 100644
--- a/src/vulkan/private.h
+++ b/src/vulkan/private.h
@@ -331,7 +331,6 @@ struct anv_device {
struct anv_block_pool instruction_block_pool;
struct anv_block_pool surface_state_block_pool;
- struct anv_block_pool binding_table_block_pool;
struct anv_state_pool surface_state_pool;
struct anv_meta_state meta_state;
@@ -619,7 +618,6 @@ struct anv_cmd_buffer {
struct anv_batch_bo * surface_batch_bo;
uint32_t surface_next;
struct anv_reloc_list surface_relocs;
- struct anv_state_stream binding_table_state_stream;
struct anv_state_stream surface_state_stream;
struct anv_state_stream dynamic_state_stream;