Searched refs:r600_flush (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 118 void r600_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence, in r600_flush() function 147 r600_flush(ctx, fence, 0); in r600_flush_from_st() 152 r600_flush((struct pipe_context*)ctx, NULL, flags); in r600_flush_from_winsys()
|
D | r600_hw_context.c | 641 r600_flush(&ctx->context, NULL, RADEON_FLUSH_ASYNC); in r600_need_cs_space() 683 r600_flush(&ctx->context, NULL, RADEON_FLUSH_ASYNC); in r600_need_cs_space()
|
D | r600_pipe.h | 537 void r600_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
|
D | r600_texture.c | 701 r600_flush(ctx, NULL, 0); in r600_texture_get_transfer()
|