Searched refs:swr_fence_finish (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_fence.cpp | 117 swr_fence_finish(screen, NULL, (struct pipe_fence_handle *) old, 0); in swr_fence_reference() 127 swr_fence_finish(struct pipe_screen *screen, in swr_fence_finish() function 152 p_screen->fence_finish = swr_fence_finish; in swr_fence_init()
|
D | swr_fence.h | 79 bool swr_fence_finish(struct pipe_screen *screen,
|
D | swr_query.cpp | 67 swr_fence_finish(pipe->screen, NULL, pq->fence, 0); in swr_destroy_query() 88 swr_fence_finish(pipe->screen, NULL, pq->fence, 0); in swr_get_query_result()
|
D | swr_scratch.cpp | 53 swr_fence_finish(ctx->pipe.screen, NULL, screen->flush_fence, 0); in swr_copy_to_scratch_space()
|
D | swr_draw.cpp | 252 swr_fence_finish(pipe->screen, NULL, screen->flush_fence, 0); in swr_draw_vbo() 286 swr_fence_finish(pipe->screen, NULL, fence, 0); in swr_finish()
|
D | swr_screen.cpp | 953 swr_fence_finish(p_screen, NULL, screen->flush_fence, 0); in swr_resource_destroy() 1006 swr_fence_finish(p_screen, NULL, screen->flush_fence, 0); in swr_flush_frontbuffer() 1036 swr_fence_finish(p_screen, NULL, (*screen)->flush_fence, 0); in swr_destroy_screen_internal()
|
D | swr_context.cpp | 127 swr_fence_finish(pipe->screen, NULL, screen->flush_fence, 0); in swr_transfer_map() 256 swr_fence_finish(pipe->screen, NULL, screen->flush_fence, 0); in swr_resource_copy()
|
D | swr_state.cpp | 2081 swr_fence_finish(pipe->screen, NULL, screen->flush_fence, 0); in swr_update_derived()
|