Searched refs:DEBUG_PERF (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_debug.c | 47 { "fall", DEBUG_PERF}, 48 { "perf", DEBUG_PERF},
|
D | intel_debug.h | 50 #define DEBUG_PERF (1ull << 2) macro
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_debug.h | 42 #define DEBUG_PERF 0x800 /* print something when we hit any slow path operation */ macro
|
D | svga_pipe_flush.c | 52 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_flush()
|
D | svga_state_need_swtnl.c | 184 SVGA_DBG(DEBUG_SWTNL|DEBUG_PERF, in update_need_swtnl()
|
D | svga_screen.c | 71 { "perf", DEBUG_PERF, NULL }, 898 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_fence_finish()
|
D | svga_surface.c | 200 SVGA_DBG(DEBUG_PERF, in svga_texture_view_surface()
|
D | svga_resource_buffer_upload.c | 81 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "flushing context to find %d bytes GMR\n", in svga_winsys_buffer_create()
|
D | svga_resource_texture.c | 107 SVGA_DBG(DEBUG_PERF, "%s: readback transfer\n", __FUNCTION__); in svga_transfer_dma()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 700 if (INTEL_DEBUG(DEBUG_PERF)) { in crocus_shader_perf_log()
|
D | crocus_context.h | 757 if (INTEL_DEBUG(DEBUG_PERF)) \
|
D | crocus_state.c | 775 if (INTEL_DEBUG(DEBUG_URB|DEBUG_PERF)) in crocus_calculate_urb_fence()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 727 if (INTEL_DEBUG(DEBUG_PERF)) { in iris_shader_perf_log()
|
D | iris_context.h | 859 if (INTEL_DEBUG(DEBUG_PERF)) \
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 453 if (!reported && INTEL_DEBUG(DEBUG_PERF)) { \
|
D | anv_device.c | 116 if (INTEL_DEBUG(DEBUG_PERF)) in compiler_perf_log()
|