Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c59 NOUVEAU_DRV_STAT(screen, buf_obj_current_bytes_vid, buf->base.width0); in nouveau_buffer_allocate()
66 NOUVEAU_DRV_STAT(screen, buf_obj_current_bytes_sys, buf->base.width0); in nouveau_buffer_allocate()
149 NOUVEAU_DRV_STAT(nouveau_screen(pscreen), buf_obj_current_count, -1); in nouveau_buffer_destroy()
193 NOUVEAU_DRV_STAT(nv->screen, buf_read_bytes_staging_vid, size); in nouveau_transfer_read()
222 NOUVEAU_DRV_STAT(nv->screen, buf_write_bytes_staging_vid, size); in nouveau_transfer_write()
224 NOUVEAU_DRV_STAT(nv->screen, buf_write_bytes_staging_sys, size); in nouveau_transfer_write()
414 NOUVEAU_DRV_STAT(nv->screen, buf_transfers_rd, 1); in nouveau_buffer_transfer_map()
416 NOUVEAU_DRV_STAT(nv->screen, buf_transfers_wr, 1); in nouveau_buffer_transfer_map()
581 NOUVEAU_DRV_STAT(nv->screen, buf_write_bytes_direct, tx->base.box.width); in nouveau_buffer_transfer_unmap()
734 NOUVEAU_DRV_STAT(screen, buf_obj_current_count, 1); in nouveau_buffer_create()
Dnouveau_screen.h122 # define NOUVEAU_DRV_STAT(s, n, v) do { \ macro
130 # define NOUVEAU_DRV_STAT(s, n, v) do { } while(0) macro
Dnouveau_fence.c234 NOUVEAU_DRV_STAT(screen, any_non_kernel_fence_sync_count, 1); in nouveau_fence_wait()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c261 NOUVEAU_DRV_STAT(&nvc0->screen->base, user_buffer_upload_bytes, size); in nvc0_update_user_vbufs()
303 NOUVEAU_DRV_STAT(&nvc0->screen->base, user_buffer_upload_bytes, size); in nvc0_update_user_vbufs_shared()
566 NOUVEAU_DRV_STAT(&screen->base, pushbuf_count, 1); in nvc0_draw_vbo_kick_notify()
599 NOUVEAU_DRV_STAT(&nvc0->screen->base, draw_calls_array, 1); in nvc0_draw_arrays()
765 NOUVEAU_DRV_STAT(&nvc0->screen->base, draw_calls_indexed, 1); in nvc0_draw_elements()
787 NOUVEAU_DRV_STAT(&nvc0->screen->base, gpu_serialize_count, 1); in nvc0_draw_stream_output()
1076 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_cache_flush_count, 1); in nvc0_draw_vbo()
Dnvc0_transfer.c521 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_transfers_wr, 1); in nvc0_miptree_transfer_unmap()
530 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_transfers_rd, 1); in nvc0_miptree_transfer_unmap()
583 NOUVEAU_DRV_STAT(nv->screen, constbuf_upload_count, 1); in nvc0_cb_bo_push()
584 NOUVEAU_DRV_STAT(nv->screen, constbuf_upload_bytes, words * 4); in nvc0_cb_bo_push()
Dnvc0_miptree.c549 NOUVEAU_DRV_STAT(nouveau_screen(pscreen), tex_obj_current_count, 1); in nvc0_miptree_create()
550 NOUVEAU_DRV_STAT(nouveau_screen(pscreen), tex_obj_current_bytes, in nvc0_miptree_create()
Dnvc0_context.c288 NOUVEAU_DRV_STAT(&screen->base, pushbuf_count, 1); in nvc0_default_kick_notify()
589 NOUVEAU_DRV_STAT(&nvc0->screen->base, resource_validate_count, count); in nvc0_bufctx_fence()
Dnvc0_surface.c220 NOUVEAU_DRV_STAT(&nvc0->screen->base, buf_copy_bytes, src_box->width); in nvc0_resource_copy_region()
223 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_copy_count, 1); in nvc0_resource_copy_region()
1698 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_blit_count, 1); in nvc0_blit()
Dnvc0_query_hw.c335 NOUVEAU_DRV_STAT(&nvc0->screen->base, query_sync_count, 1); in nvc0_hw_get_query_result()
Dnvc0_vbo_translate.c684 NOUVEAU_DRV_STAT(&nvc0->screen->base, draw_calls_fallback_count, 1); in nvc0_push_vbo()
Dnvc0_state_validate.c322 NOUVEAU_DRV_STAT(&nvc0->screen->base, gpu_serialize_count, serialize); in nvc0_validate_fb()
Dnvc0_state.c1119 NOUVEAU_DRV_STAT(nouveau_screen(pipe->screen), gpu_serialize_count, 1); in nvc0_so_target_save_offset()
Dnvc0_tex.c514 NOUVEAU_DRV_STAT(&nvc0->screen->base, tex_cache_flush_count, 1); in nvc0_validate_tic()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c174 NOUVEAU_DRV_STAT(nouveau_screen(pscreen), tex_obj_current_count, -1); in nv50_miptree_destroy()
175 NOUVEAU_DRV_STAT(nouveau_screen(pscreen), tex_obj_current_bytes, in nv50_miptree_destroy()
438 NOUVEAU_DRV_STAT(nouveau_screen(pscreen), tex_obj_current_count, 1); in nv50_miptree_from_handle()
Dnv50_vbo.c700 NOUVEAU_DRV_STAT(&nv50->screen->base, draw_calls_indexed, 1); in nv50_draw_elements()