Searched refs:DEBUG_NOREADPIXCACHE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_debug.h43 #define DEBUG_NOREADPIXCACHE BITFIELD_BIT(6) macro
H A Dst_debug.c54 { "noreadpixcache", DEBUG_NOREADPIXCACHE, NULL },
H A Dst_cb_readpixels.c352 if (ST_DEBUG & DEBUG_NOREADPIXCACHE)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_debug.h54 #define DEBUG_NOREADPIXCACHE 0x2000 macro
H A Dst_debug.c62 { "noreadpixcache", DEBUG_NOREADPIXCACHE, NULL },
H A Dst_cb_readpixels.c339 if (ST_DEBUG & DEBUG_NOREADPIXCACHE)

Completed in 5 milliseconds