Home
last modified time | relevance | path

Searched refs:DEBUG_PERF (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_debug.c47 { "fall", DEBUG_PERF},
48 { "perf", DEBUG_PERF},
Dintel_debug.h50 #define DEBUG_PERF (1ull << 2) macro
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_debug.h42 #define DEBUG_PERF 0x800 /* print something when we hit any slow path operation */ macro
Dsvga_pipe_flush.c52 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_flush()
Dsvga_state_need_swtnl.c184 SVGA_DBG(DEBUG_SWTNL|DEBUG_PERF, in update_need_swtnl()
Dsvga_screen.c71 { "perf", DEBUG_PERF, NULL },
898 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_fence_finish()
Dsvga_surface.c200 SVGA_DBG(DEBUG_PERF, in svga_texture_view_surface()
Dsvga_resource_buffer_upload.c81 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "flushing context to find %d bytes GMR\n", in svga_winsys_buffer_create()
Dsvga_resource_texture.c107 SVGA_DBG(DEBUG_PERF, "%s: readback transfer\n", __FUNCTION__); in svga_transfer_dma()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c700 if (INTEL_DEBUG(DEBUG_PERF)) { in crocus_shader_perf_log()
Dcrocus_context.h757 if (INTEL_DEBUG(DEBUG_PERF)) \
Dcrocus_state.c775 if (INTEL_DEBUG(DEBUG_URB|DEBUG_PERF)) in crocus_calculate_urb_fence()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c727 if (INTEL_DEBUG(DEBUG_PERF)) { in iris_shader_perf_log()
Diris_context.h859 if (INTEL_DEBUG(DEBUG_PERF)) \
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h453 if (!reported && INTEL_DEBUG(DEBUG_PERF)) { \
Danv_device.c116 if (INTEL_DEBUG(DEBUG_PERF)) in compiler_perf_log()