Searched refs:debug_flush (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_batchbuffer.c314 if (intel->debug_flush & DEBUG_FLUSH_WAIT)
329 if (intel->debug_flush & DEBUG_FLUSH_CACHES)
332 if (intel->debug_flush & DEBUG_FLUSH_BATCHES)
H A Dintel_driver.c219 intel->debug_flush = 0;
224 intel->debug_flush |= DEBUG_FLUSH_BATCHES;
229 intel->debug_flush |= DEBUG_FLUSH_CACHES;
234 intel->debug_flush |= DEBUG_FLUSH_WAIT;
H A Dintel.h302 unsigned debug_flush; member in struct:intel_screen_private
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_batchbuffer.c303 if (intel->debug_flush & DEBUG_FLUSH_WAIT)
318 if (intel->debug_flush & DEBUG_FLUSH_CACHES)
321 if (intel->debug_flush & DEBUG_FLUSH_BATCHES)
H A Dintel_driver.c219 intel->debug_flush = 0;
224 intel->debug_flush |= DEBUG_FLUSH_BATCHES;
229 intel->debug_flush |= DEBUG_FLUSH_CACHES;
234 intel->debug_flush |= DEBUG_FLUSH_WAIT;
H A Dintel.h302 unsigned debug_flush; member in struct:intel_screen_private
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst3311 - gallium/util: Increase the debug_flush map depth

Completed in 98 milliseconds