Searched refs:get_bo_from_pool (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c2046 get_bo_from_pool(struct gen_batch_decode_bo *ret, function in typeref:typename:bool
2074 if (get_bo_from_pool(&ret_bo, &device->dynamic_state_pool.block_pool, address))
2076 if (get_bo_from_pool(&ret_bo, &device->instruction_state_pool.block_pool, address))
2078 if (get_bo_from_pool(&ret_bo, &device->binding_table_pool.block_pool, address))
2080 if (get_bo_from_pool(&ret_bo, &device->surface_state_pool.block_pool, address))
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c2794 get_bo_from_pool(struct intel_batch_decode_bo *ret, function in typeref:typename:bool
2821 if (get_bo_from_pool(&ret_bo, &device->dynamic_state_pool.block_pool, address))
2823 if (get_bo_from_pool(&ret_bo, &device->instruction_state_pool.block_pool, address))
2825 if (get_bo_from_pool(&ret_bo, &device->binding_table_pool.block_pool, address))
2827 if (get_bo_from_pool(&ret_bo, &device->surface_state_pool.block_pool, address))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1567 - anv: Use anv_block_pool_foreach_bo in get_bo_from_pool

Completed in 37 milliseconds