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.c1293 uint32_t last_pool_center_bo_offset) in adjust_relocations_from_state_pool() argument
1295 assert(last_pool_center_bo_offset <= pool->block_pool.center_bo_offset); in adjust_relocations_from_state_pool()
1296 uint32_t delta = pool->block_pool.center_bo_offset - last_pool_center_bo_offset; in adjust_relocations_from_state_pool()
1312 uint32_t last_pool_center_bo_offset) in adjust_relocations_to_state_pool() argument
1315 assert(last_pool_center_bo_offset <= pool->block_pool.center_bo_offset); in adjust_relocations_to_state_pool()
1316 uint32_t delta = pool->block_pool.center_bo_offset - last_pool_center_bo_offset; in adjust_relocations_to_state_pool()