Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c125 if (!(bo->flags & PAN_BO_SHARED)) { in panfrost_bo_wait()
265 if (bo->flags & PAN_BO_SHARED || dev->debug & PAN_DBG_NO_CACHE) in panfrost_bo_cache_put()
494 bo->flags = PAN_BO_SHARED; in panfrost_bo_import()
530 bo->flags |= PAN_BO_SHARED; in panfrost_bo_export()
Dpan_bo.h51 #define PAN_BO_SHARED (1 << 4) macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1025 !(rsrc->image.data.bo->flags & PAN_BO_SHARED)) { in panfrost_ptr_map()
1079 if (!(bo->flags & PAN_BO_SHARED)) in panfrost_ptr_map()