summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-04-24 02:40:20 -0700
committerJason Ekstrand <[email protected]>2017-05-04 19:07:54 -0700
commit08413a81b93dc537fb0c34327ad162f07e8c3427 (patch)
tree87da3bc317b53a85d7b1c86377593e6e050cc215 /src/intel/vulkan/anv_private.h
parent55f49e6b7ea945df9ffe85d184b86bcdbfb98e8d (diff)
anv: Allocate binding table blocks through the 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 30517576d79..9bc3fca1404 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1604,7 +1604,7 @@ struct anv_cmd_buffer {
*
* initialized by anv_cmd_buffer_init_batch_bo_chain()
*/
- struct u_vector bt_blocks;
+ struct u_vector bt_block_states;
uint32_t bt_next;
struct anv_reloc_list surface_relocs;