Home
last modified time | relevance | path

Searched refs:r600_flush_framebuffer (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600.h202 void r600_flush_framebuffer(struct r600_context *ctx, bool flush_now);
Dr600_hw_context.c895 void r600_flush_framebuffer(struct r600_context *ctx, bool flush_now) in r600_flush_framebuffer() function
948 r600_flush_framebuffer(ctx, true); in r600_context_flush()
974 r600_flush_framebuffer(ctx, false); in r600_context_flush()
Devergreen_compute.c395 r600_flush_framebuffer(ctx, true /* Flush now */); in compute_emit_cs()
Dr600_state.c1598 r600_flush_framebuffer(rctx, false); in r600_set_framebuffer_state()
Devergreen_state.c1705 r600_flush_framebuffer(rctx, false); in evergreen_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_hw_context.c156 static void r600_flush_framebuffer(struct r600_context *ctx) in r600_flush_framebuffer() function
205 r600_flush_framebuffer(ctx); in si_context_flush()