Searched refs:SVGA_STATS_COUNT_INC (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_mksstats.h | 32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ macro 44 #define SVGA_STATS_COUNT_INC(_sws, _stat) macro
|
D | svga_pipe_sampler.c | 296 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_sampler_state() 393 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_sampler_view()
|
D | svga_pipe_vertex.c | 271 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_vertex_elements_state()
|
D | svga_pipe_depthstencil.c | 224 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_depth_stencil_state()
|
D | svga_pipe_blit.c | 566 SVGA_STATS_COUNT_INC(sws, SVGA_STATS_COUNT_BLITBLITTERCOPY); in try_blit() 615 SVGA_STATS_COUNT_INC(sws, SVGA_STATS_COUNT_BLITBLITTERCOPY); in try_blit()
|
D | svga_pipe_rasterizer.c | 364 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_rasterizer_state()
|
D | svga_pipe_blend.c | 341 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_blend_state()
|
D | svga_resource_texture.c | 434 SVGA_STATS_COUNT_INC(sws, SVGA_STATS_COUNT_TEXREADBACK); in svga_texture_transfer_map_direct() 457 SVGA_STATS_COUNT_INC(sws, SVGA_STATS_COUNT_SURFACEWRITEFLUSH); in svga_texture_transfer_map_direct()
|