summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-04-23 18:36:33 -0700
committerJason Ekstrand <[email protected]>2017-05-04 19:07:54 -0700
commit6d02ef011e0692e3aa86ea2ee5bb3fc3b4112015 (patch)
tree6e06e85549b06db3ac1631c2294f208b2fef95d9 /src/intel/vulkan/anv_private.h
parent367031a5c82b62ec3359dab862387e679093c9b7 (diff)
anv/allocator: Remove the state_size field from fixed_size_state_pool
Reviewed-by: Juan A. Suarez Romero <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index bab0e6bd984..7db110e5a32 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -493,7 +493,6 @@ struct anv_state {
#define ANV_STATE_NULL ((struct anv_state) { .alloc_size = 0 })
struct anv_fixed_size_state_pool {
- uint32_t state_size;
union anv_free_list free_list;
struct anv_block_state block;
};