Home
last modified time | relevance | path

Searched refs:last_pool_center_bo_offset (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1137 uint32_t last_pool_center_bo_offset) in adjust_relocations_from_state_pool() argument
1139 assert(last_pool_center_bo_offset <= pool->block_pool.center_bo_offset); in adjust_relocations_from_state_pool()
1140 uint32_t delta = pool->block_pool.center_bo_offset - last_pool_center_bo_offset; in adjust_relocations_from_state_pool()
1156 uint32_t last_pool_center_bo_offset) in adjust_relocations_to_state_pool() argument
1158 assert(last_pool_center_bo_offset <= pool->block_pool.center_bo_offset); in adjust_relocations_to_state_pool()
1159 uint32_t delta = pool->block_pool.center_bo_offset - last_pool_center_bo_offset; in adjust_relocations_to_state_pool()