Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c595 assert(!slab->bo->aux_map_address); in iris_slab_free()
605 if (bo->aux_map_address) { in iris_slab_free()
607 bo->aux_map_address = 0; in iris_slab_free()
702 bo->aux_map_address = 0; in iris_slab_alloc()
784 if (bo->aux_map_address && bo->bufmgr->aux_map_ctx) { in alloc_bo_from_slabs()
793 bo->aux_map_address = 0; in alloc_bo_from_slabs()
865 if (bo->aux_map_address) { in alloc_bo_from_cache()
876 bo->aux_map_address = 0; in alloc_bo_from_cache()
1255 if (bo->aux_map_address && bo->bufmgr->aux_map_ctx) { in bo_close()
Diris_bufmgr.h177 uint64_t aux_map_address; member
Diris_resource.c558 res->bo->aux_map_address = res->aux.bo->address; in map_aux_addresses()