Searched refs:DEBUG_DMA (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 150 if (SVGA_DEBUG & DEBUG_DMA) in svga_screen_cache_lookup() 259 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_add() 275 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_add() 283 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_add() 347 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_cache_cleanup() 401 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 435 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 439 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 457 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA, in svga_screen_surface_create() 488 SVGA_DBG(DEBUG_DMA, in svga_screen_surface_destroy()
|
D | svga_resource_buffer_upload.c | 63 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "flushing context to find %d bytes GMR\n", in svga_winsys_buffer_create() 142 SVGA_DBG(DEBUG_DMA, "surface_create for buffer sz %d\n", sbuf->b.b.width0); in svga_buffer_create_host_surface() 154 SVGA_DBG(DEBUG_DMA, " --> got sid %p sz %d (buffer)\n", sbuf->handle, sbuf->b.b.width0); in svga_buffer_create_host_surface() 166 SVGA_DBG(DEBUG_DMA, " ungrab sid %p sz %d\n", sbuf->handle, sbuf->b.b.width0); in svga_buffer_destroy_host_surface() 268 SVGA_DBG(DEBUG_DMA, "dma to sid %p\n", sbuf->handle); in svga_buffer_upload_flush() 272 SVGA_DBG(DEBUG_DMA, " bytes %u - %u\n", in svga_buffer_upload_flush() 476 SVGA_DBG(DEBUG_DMA, "dma to sid %p\n", sbuf->handle); in svga_buffer_upload_piecewise() 499 SVGA_DBG(DEBUG_DMA, " bytes %u - %u\n", in svga_buffer_upload_piecewise()
|
D | svga_resource_texture.c | 80 SVGA_DBG(DEBUG_DMA, "dma %s sid %p, face %u, (%u, %u, %u) - (%u, %u, %u), %ubpp\n", in svga_transfer_dma_band() 229 SVGA_DBG(DEBUG_DMA, "unref sid %p (texture)\n", tex->handle); in svga_texture_destroy() 479 SVGA_DBG(DEBUG_DMA, "surface_create for texture\n", tex->handle); in svga_texture_create() 482 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture)\n", tex->handle); in svga_texture_create() 551 SVGA_DBG(DEBUG_DMA, "wrap surface sid %p\n", srf); in svga_texture_from_handle()
|
D | svga_debug.h | 32 #define DEBUG_DMA 0x1 macro
|
D | svga_pipe_flush.c | 47 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_flush()
|
D | svga_surface.c | 144 SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n"); in svga_texture_view_surface() 151 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture view)\n", handle); in svga_texture_view_surface() 294 SVGA_DBG(DEBUG_DMA, "unref sid %p (tex surface)\n", s->handle); in svga_surface_destroy()
|
D | svga_pipe_clear.c | 115 SVGA_DBG(DEBUG_DMA, "clear sid %p\n", in svga_clear()
|
D | svga_pipe_blit.c | 77 SVGA_DBG(DEBUG_DMA, "blit to sid %p (%d,%d), from sid %p (%d,%d) sz %dx%d\n", in svga_surface_copy()
|
D | svga_screen.c | 47 { "dma", DEBUG_DMA, NULL }, 476 SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s fence_ptr %p\n", in svga_fence_finish()
|
D | svga_sampler_view.c | 211 SVGA_DBG(DEBUG_DMA, "unref sid %p (sampler view)\n", v->handle); in svga_destroy_sampler_view_priv()
|
D | svga_resource_buffer.c | 274 SVGA_DBG(DEBUG_DMA, "flushing the whole buffer\n"); in svga_buffer_transfer_unmap()
|
D | svga_draw.c | 220 SVGA_DBG(DEBUG_DMA, "draw to sid %p, %d prims\n", in svga_hwtnl_flush()
|