Searched refs:r300_flush (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_transfer.c | 99 r300_flush(ctx, 0, NULL); in r300_copy_into_tiled_texture() 174 r300_flush(ctx, 0, NULL); in r300_texture_transfer_map() 203 r300_flush(ctx, 0, NULL); in r300_texture_transfer_map() 213 r300_flush(ctx, 0, NULL); in r300_texture_transfer_map()
|
D | r300_flush.c | 75 void r300_flush(struct pipe_context *pipe, in r300_flush() function 135 r300_flush(pipe, flags, fence); in r300_flush_wrapped()
|
D | Makefile.sources | 13 r300_flush.c \
|
D | r300_query.c | 125 r300_flush(pipe, PIPE_FLUSH_ASYNC, in r300_end_query()
|
D | meson.build | 33 'r300_flush.c',
|
D | r300_context.h | 721 void r300_flush(struct pipe_context *pipe,
|
D | r300_context.c | 137 r300_flush(&cs_context_copy->context, flags, fence); in r300_flush_callback()
|
D | r300_blit.c | 388 r300_flush(&r300->context, PIPE_FLUSH_ASYNC, NULL); in r300_clear()
|
D | r300_render.c | 219 r300_flush(&r300->context, PIPE_FLUSH_ASYNC, NULL); in r300_reserve_cs_dwords()
|