Searched refs:radeonsi_flush (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pipe.c | 134 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()
|
D | radeonsi_pipe.h | 207 void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
|
D | r600_texture.c | 366 radeonsi_flush(ctx, NULL, 0); in si_texture_get_transfer()
|
D | r600_hw_context.c | 152 radeonsi_flush(&ctx->context, NULL, RADEON_FLUSH_ASYNC); in si_need_cs_space()
|