Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.h40 #define LIMA_DEBUG_NO_BO_CACHE (1 << 4) macro
Dlima_screen.c526 { "nobocache", LIMA_DEBUG_NO_BO_CACHE,
Dlima_bo.c309 bo->cacheable = !(lima_debug & LIMA_DEBUG_NO_BO_CACHE || in lima_bo_create()