diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index ea187bfe312..ac4d777441b 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -775,6 +775,9 @@ anv_block_pool_size(struct anv_block_pool *pool) } struct anv_state { + /* The offset within the VA of the anv_state_pool of this anv_state. + * offset = - anv_block_pool.start_address> - start_offset> + */ int64_t offset; uint32_t alloc_size; uint32_t idx;