Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_debug.h54 #define DEBUG_NOREADPIXCACHE 0x2000 macro
Dst_debug.c62 { "noreadpixcache", DEBUG_NOREADPIXCACHE, NULL },
Dst_cb_readpixels.c344 if (ST_DEBUG & DEBUG_NOREADPIXCACHE) in try_cached_readpixels()