Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c99 if (lima_debug & LIMA_DEBUG_BO_CACHE) in lima_bo_free()
179 if ((lima_debug & LIMA_DEBUG_BO_CACHE) && cnt) in lima_bo_cache_free_stale_bos()
225 if (lima_debug & LIMA_DEBUG_BO_CACHE) { in lima_bo_cache_put()
254 if (lima_debug & LIMA_DEBUG_BO_CACHE) { in lima_bo_cache_get()
265 if (lima_debug & LIMA_DEBUG_BO_CACHE) { in lima_bo_cache_get()
316 if (lima_debug & LIMA_DEBUG_BO_CACHE) in lima_bo_create()
Dlima_screen.h41 #define LIMA_DEBUG_BO_CACHE (1 << 5) macro
Dlima_screen.c528 { "bocache", LIMA_DEBUG_BO_CACHE,