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.c624 assert(!slab->bo->aux_map_address); in iris_slab_free()
633 if (aux_map_ctx && bo->aux_map_address) { in iris_slab_free()
635 bo->aux_map_address = 0; in iris_slab_free()
739 bo->aux_map_address = 0; in iris_slab_alloc()
833 if (bo->aux_map_address && bo->bufmgr->aux_map_ctx) { in alloc_bo_from_slabs()
842 bo->aux_map_address = 0; in alloc_bo_from_slabs()
916 if (bo->aux_map_address) { in alloc_bo_from_cache()
927 bo->aux_map_address = 0; in alloc_bo_from_cache()
1345 if (bo->aux_map_address && bo->bufmgr->aux_map_ctx) { in bo_close()
Diris_bufmgr.h204 uint64_t aux_map_address; member
Diris_resource.c607 res->bo->aux_map_address = res->aux.bo->address; in map_aux_addresses()