Searched refs:DEBUG_DMA (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 161 if (SVGA_DEBUG & DEBUG_DMA) in svga_screen_cache_lookup() 276 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_add() 295 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_add() 312 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_add() 440 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_cleanup() 500 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 556 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 560 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 592 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 626 SVGA_DBG(DEBUG_DMA, in svga_screen_surface_destroy()
|
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() 223 SVGA_DBG(DEBUG_DMA, "surface_create for buffer sz %d\n", in svga_buffer_create_host_surface() 240 SVGA_DBG(DEBUG_DMA, " --> got sid %p sz %d (buffer)\n", in svga_buffer_create_host_surface() 476 SVGA_DBG(DEBUG_DMA, " ungrab sid %p sz %d\n", in svga_buffer_destroy_host_surface() 687 SVGA_DBG(DEBUG_DMA, " bytes %u - %u\n", in svga_buffer_upload_flush() 707 SVGA_DBG(DEBUG_DMA, "dma to sid %p\n", sbuf->handle); in svga_buffer_upload_flush() 712 SVGA_DBG(DEBUG_DMA, " bytes %u - %u\n", in svga_buffer_upload_flush() 934 SVGA_DBG(DEBUG_DMA, "dma to sid %p\n", sbuf->handle); in svga_buffer_upload_piecewise() 956 SVGA_DBG(DEBUG_DMA, " bytes %u - %u\n", in svga_buffer_upload_piecewise()
|
D | svga_debug.h | 32 #define DEBUG_DMA 0x1 macro
|
D | svga_pipe_flush.c | 52 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_flush()
|
D | svga_resource_buffer.c | 389 SVGA_DBG(DEBUG_DMA, "flushing the whole buffer\n"); in svga_buffer_transfer_unmap() 460 SVGA_DBG(DEBUG_DMA, "unref sid %p (texture)\n", tex->handle); in svga_resource_destroy()
|
D | svga_surface.c | 242 SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n"); in svga_texture_view_surface() 258 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture view)\n", handle); in svga_texture_view_surface() 681 SVGA_DBG(DEBUG_DMA, "unref sid %p (tex surface)\n", s->handle); in svga_surface_destroy()
|
D | svga_resource_texture.c | 74 SVGA_DBG(DEBUG_DMA, "dma %s sid %p, face %u, (%u, %u, %u) - " in svga_transfer_dma_band() 1093 SVGA_DBG(DEBUG_DMA, "surface_create for texture\n"); in svga_texture_create() 1107 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture)\n", tex->handle); in svga_texture_create() 1182 SVGA_DBG(DEBUG_DMA, "wrap surface sid %p\n", srf); in svga_texture_from_handle()
|
D | svga_sampler_view.c | 225 SVGA_DBG(DEBUG_DMA, "unref sid %p (sampler view)\n", v->handle); in svga_destroy_sampler_view_priv()
|
D | svga_screen.c | 61 { "dma", DEBUG_DMA, NULL }, 898 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_fence_finish()
|
D | svga_pipe_clear.c | 263 SVGA_DBG(DEBUG_DMA, "clear sid %p\n", h); in svga_clear()
|
D | svga_draw.c | 272 SVGA_DBG(DEBUG_DMA, "draw to sid %p, %d prims\n", in draw_vgpu9()
|