Home
last modified time | relevance | path

Searched refs:aux_map_ctx (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c243 struct intel_aux_map_context *aux_map_ctx; member
622 struct intel_aux_map_context *aux_map_ctx = bufmgr->aux_map_ctx; in iris_slab_free() local
633 if (aux_map_ctx && bo->aux_map_address) { in iris_slab_free()
634 intel_aux_map_unmap_range(aux_map_ctx, bo->address, bo->size); in iris_slab_free()
833 if (bo->aux_map_address && bo->bufmgr->aux_map_ctx) { in alloc_bo_from_slabs()
840 intel_aux_map_unmap_range(bo->bufmgr->aux_map_ctx, bo->address, in alloc_bo_from_slabs()
924 if (bo->bufmgr->aux_map_ctx) in alloc_bo_from_cache()
925 intel_aux_map_unmap_range(bo->bufmgr->aux_map_ctx, bo->address, in alloc_bo_from_cache()
1345 if (bo->aux_map_address && bo->bufmgr->aux_map_ctx) { in bo_close()
[all...]
H A Diris_batch.c668 void *aux_map_ctx = iris_bufmgr_get_aux_map_context(batch->screen->bufmgr); in add_aux_map_bos_to_batch() local
669 if (!aux_map_ctx) in add_aux_map_bos_to_batch()
672 uint32_t count = intel_aux_map_get_num_buffers(aux_map_ctx); in add_aux_map_bos_to_batch()
674 intel_aux_map_fill_bos(aux_map_ctx, in add_aux_map_bos_to_batch()
H A Diris_resource.c593 void *aux_map_ctx = iris_bufmgr_get_aux_map_context(screen->bufmgr); in map_aux_addresses() local
594 if (!aux_map_ctx) in map_aux_addresses()
604 intel_aux_map_add_mapping(aux_map_ctx, res->bo->address + res->offset, in map_aux_addresses()
H A Diris_state.c5560 void *aux_map_ctx = iris_bufmgr_get_aux_map_context(screen->bufmgr); in invalidate_aux_map_state() local
5561 if (!aux_map_ctx) in invalidate_aux_map_state()
5563 uint32_t aux_map_state_num = intel_aux_map_get_state_num(aux_map_ctx); in invalidate_aux_map_state()
5591 void *aux_map_ctx = iris_bufmgr_get_aux_map_context(screen->bufmgr); in init_aux_map_state() local
5592 if (!aux_map_ctx) in init_aux_map_state()
5595 uint64_t base_addr = intel_aux_map_get_base(aux_map_ctx); in init_aux_map_state()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3390 device->aux_map_ctx = intel_aux_map_init(device, &aux_map_allocator, in anv_CreateDevice()
3392 if (!device->aux_map_ctx) in anv_CreateDevice()
3532 intel_aux_map_finish(device->aux_map_ctx); in anv_CreateDevice()
3533 device->aux_map_ctx = NULL; in anv_CreateDevice()
3624 intel_aux_map_finish(device->aux_map_ctx); in anv_DestroyDevice()
3625 device->aux_map_ctx = NULL; in anv_DestroyDevice()
H A DgenX_state.c383 uint64_t aux_base_addr = intel_aux_map_get_base(device->aux_map_ctx); in init_render_queue_state()
H A Danv_allocator.c1783 intel_aux_map_add_mapping(device->aux_map_ctx, in anv_device_alloc_bo()
2156 intel_aux_map_unmap_range(device->aux_map_ctx, in anv_device_release_bo()
H A Danv_private.h1266 struct intel_aux_map_context *aux_map_ctx; member
H A DgenX_cmd_buffer.c597 aux_entry_map = intel_aux_map_get_entry(cmd_buffer->device->aux_map_ctx, in anv_image_init_aux_tt()

Completed in 47 milliseconds