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()
270 if (bo->flags & PAN_BO_SHARED || dev->debug & PAN_DBG_NO_CACHE) in panfrost_bo_cache_put()
497 bo->flags = PAN_BO_SHARED; in panfrost_bo_import()
536 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.c934 if (!(bo->flags & PAN_BO_SHARED)) in panfrost_ptr_map()