Home
last modified time | relevance | path

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

/third_party/mesa3d/include/drm-uapi/
Dlima_drm.h40 #define LIMA_BO_FLAG_HEAP (1 << 0) macro
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c238 if (flags & LIMA_BO_FLAG_HEAP) in lima_bo_cache_get()
310 flags & LIMA_BO_FLAG_HEAP); in lima_bo_create()
Dlima_context.c254 heap_flags = LIMA_BO_FLAG_HEAP; in lima_context_create()