Home
last modified time | relevance | path

Searched refs:DEBUG_SYNC (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_debug.h44 #define DEBUG_SYNC 0x2000 /* sync after every flush */ macro
Dsvga_context.c429 if (SVGA_DEBUG & DEBUG_SYNC) { in svga_context_flush()
Dsvga_screen.c72 { "sync", DEBUG_SYNC, NULL },
/third_party/mesa3d/src/intel/dev/
Dintel_debug.h59 #define DEBUG_SYNC (1ull << 11) macro
Dintel_debug.c58 { "sync", DEBUG_SYNC},
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.c179 if (unlikely(INTEL_DEBUG & DEBUG_SYNC)) { in _intel_batchbuffer_flush()
Dintel_context.h276 #define DEBUG_SYNC 0x2000 macro
Dintel_pixel_bitmap.c310 if (unlikely(INTEL_DEBUG & DEBUG_SYNC)) in do_blit_bitmap()
Dintel_context.c308 { "sync", DEBUG_SYNC},
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_bitmap.c314 if (INTEL_DEBUG(DEBUG_SYNC)) in do_blit_bitmap()
Dbrw_batch.c920 if (INTEL_DEBUG(DEBUG_SYNC)) { in _brw_batch_flush_fence()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c932 if (INTEL_DEBUG(DEBUG_SYNC)) { in _iris_batch_flush()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c987 if (INTEL_DEBUG(DEBUG_SYNC)) { in _crocus_batch_flush()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c927 device->always_flush_cache = INTEL_DEBUG(DEBUG_SYNC) || in anv_physical_device_try_create()
/third_party/ffmpeg/fftools/
Dffplay.c1748 #if defined(DEBUG_SYNC) in queue_picture()