Home
last modified time | relevance | path

Searched refs:PAN_DBG_NO_CACHE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_util.h48 #define PAN_DBG_NO_CACHE 0x2000 macro
Dpan_bo.c265 if (bo->flags & PAN_BO_SHARED || dev->debug & PAN_DBG_NO_CACHE) in panfrost_bo_cache_put()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c70 {"nocache", PAN_DBG_NO_CACHE, "Disable BO cache"},
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c326 device->pdev.debug |= PAN_DBG_NO_CACHE; in panvk_physical_device_init()