Home
last modified time | relevance | path

Searched refs:SVGA_STATS_TIME_PUSH (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c71 SVGA_STATS_TIME_PUSH(svga_sws(svga), in svga_vbuf_render_allocate_vertices()
135 SVGA_STATS_TIME_PUSH(svga_sws(svga), in svga_vbuf_render_map_vertices()
176 SVGA_STATS_TIME_PUSH(svga_sws(svga), in svga_vbuf_render_unmap_vertices()
227 SVGA_STATS_TIME_PUSH(svga_sws(svga), in svga_vbuf_submit_state()
293 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_VBUFDRAWARRAYS); in svga_vbuf_render_draw_arrays()
345 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_VBUFDRAWELEMENTS); in svga_vbuf_render_draw_elements()
H A Dsvga_mksstats.h35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ macro
45 #define SVGA_STATS_TIME_PUSH(_sws, _stat) macro
H A Dsvga_surface.c204 SVGA_STATS_TIME_PUSH(ss->sws, SVGA_STATS_TIME_EMULATESURFACEVIEW); in svga_texture_view_surface()
304 SVGA_STATS_TIME_PUSH(ss->sws, SVGA_STATS_TIME_CREATESURFACEVIEW); in svga_create_surface_view()
441 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATESURFACE); in svga_create_surface()
476 SVGA_STATS_TIME_PUSH(svga_sws(svga), in create_backed_surface_view()
543 SVGA_STATS_TIME_PUSH(svga_sws(svga), in svga_validate_surface_view()
669 SVGA_STATS_TIME_PUSH(ss->sws, SVGA_STATS_TIME_DESTROYSURFACE); in svga_surface_destroy()
791 SVGA_STATS_TIME_PUSH(ss->sws, SVGA_STATS_TIME_PROPAGATESURFACE); in svga_propagate_surface()
H A Dsvga_pipe_draw.c51 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_DRAWELEMENTS); in retry_draw_range_elements()
68 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_DRAWARRAYS); in retry_draw_arrays()
240 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_DRAWVBO); in svga_draw_vbo()
H A Dsvga_pipe_cs.c55 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATECS); in svga_create_compute_state()
197 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_LAUNCHGRID); in svga_launch_grid()
H A Dsvga_pipe_ts.c67 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATETCS); in svga_create_tcs_state()
146 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATETES); in svga_create_tes_state()
H A Dsvga_context.c146 SVGA_STATS_TIME_PUSH(svgascreen->sws, SVGA_STATS_TIME_CREATECONTEXT); in svga_context_create()
413 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CONTEXTFLUSH); in svga_context_flush()
500 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CONTEXTFINISH); in svga_context_finish()
546 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_SURFACEFLUSH); in svga_surfaces_flush()
H A Dsvga_draw_arrays.c103 SVGA_STATS_TIME_PUSH(svga_sws(hwtnl->svga), SVGA_STATS_TIME_GENERATEINDICES); in retrieve_or_generate_indices()
223 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_HWTNLDRAWARRAYS); in svga_hwtnl_draw_arrays()
H A Dsvga_resource_buffer.c128 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_BUFFERTRANSFERMAP); in svga_buffer_transfer_map()
364 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_BUFFERTRANSFERUNMAP); in svga_buffer_transfer_unmap()
490 SVGA_STATS_TIME_PUSH(ss->sws, SVGA_STATS_TIME_CREATEBUFFER); in svga_buffer_create()
H A Dsvga_state_ts.c91 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_EMITTCS); in emit_hw_tcs()
246 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_EMITTES); in emit_hw_tes()
H A Dsvga_swtnl_state.c103 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_SWTNLUPDATEDRAW); in update_swtnl_draw()
231 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_SWTNLUPDATEVDECL); in svga_swtnl_update_vdecl()
H A Dsvga_pipe_blit.c159 SVGA_STATS_TIME_PUSH(sws, SVGA_STATS_TIME_COPYREGIONFALLBACK); in copy_region_fallback()
568 SVGA_STATS_TIME_PUSH(sws, SVGA_STATS_TIME_BLITBLITTER); in try_blit()
856 SVGA_STATS_TIME_PUSH(sws, SVGA_STATS_TIME_BLIT); in svga_blit()
902 SVGA_STATS_TIME_PUSH(sws, SVGA_STATS_TIME_COPYREGION); in svga_resource_copy_region()
H A Dsvga_pipe_fs.c48 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATEFS); in svga_create_fs_state()
H A Dsvga_pipe_gs.c47 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATEGS); in svga_create_gs_state()
H A Dsvga_state_cs.c80 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_EMITCS); in emit_hw_cs()
H A Dsvga_pipe_vs.c50 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_CREATEVS); in svga_create_vs_state()
H A Dsvga_state_gs.c121 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_EMITGS); in emit_hw_gs()
H A Dsvga_state.c291 SVGA_STATS_TIME_PUSH(screen->sws, SVGA_STATS_TIME_UPDATESTATE); in svga_update_state()
H A Dsvga_swtnl_draw.c55 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_SWTNLDRAWVBO); in svga_swtnl_draw_vbo()
H A Dsvga_state_uav.c760 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_UPDATEUAV); in update_uav()
866 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_UPDATECSUAV); in update_cs_uav()
H A Dsvga_state_vs.c298 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_EMITVS); in emit_hw_vs()
H A Dsvga_draw_elements.c229 SVGA_STATS_TIME_PUSH(svga_sws(hwtnl->svga), in svga_hwtnl_draw_range_elements()
H A Dsvga_resource_texture.c486 SVGA_STATS_TIME_PUSH(sws, SVGA_STATS_TIME_TEXTRANSFERMAP); in svga_texture_transfer_map()
784 SVGA_STATS_TIME_PUSH(sws, SVGA_STATS_TIME_TEXTRANSFERUNMAP); in svga_texture_transfer_unmap()
833 SVGA_STATS_TIME_PUSH(svgascreen->sws, in svga_texture_create()
H A Dsvga_state_fs.c362 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_EMITFS); in emit_hw_fs()
H A Dsvga_pipe_sampler.c439 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_SETSAMPLERVIEWS); in svga_set_sampler_views()

Completed in 16 milliseconds

12