Home
last modified time | relevance | path

Searched refs:swr_fence_finish (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_fence.cpp117 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()
Dswr_fence.h79 bool swr_fence_finish(struct pipe_screen *screen,
Dswr_query.cpp67 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()
Dswr_scratch.cpp53 swr_fence_finish(ctx->pipe.screen, NULL, screen->flush_fence, 0); in swr_copy_to_scratch_space()
Dswr_draw.cpp252 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()
Dswr_screen.cpp953 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()
Dswr_context.cpp127 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()
Dswr_state.cpp2081 swr_fence_finish(pipe->screen, NULL, screen->flush_fence, 0); in swr_update_derived()