Home
last modified time | relevance | path

Searched refs:radeonsi_flush (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c134 void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence, in radeonsi_flush() function
163 radeonsi_flush(ctx, fence, 0); in r600_flush_from_st()
168 radeonsi_flush((struct pipe_context*)ctx, NULL, flags); in r600_flush_from_winsys()
Dradeonsi_pipe.h207 void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
Dr600_texture.c366 radeonsi_flush(ctx, NULL, 0); in si_texture_get_transfer()
Dr600_hw_context.c152 radeonsi_flush(&ctx->context, NULL, RADEON_FLUSH_ASYNC); in si_need_cs_space()