Searched refs:crocus_batch_maybe_flush (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_pipe_control.c | 309 crocus_batch_maybe_flush(render_batch, 48); in crocus_texture_barrier() 321 crocus_batch_maybe_flush(compute_batch, 48); in crocus_texture_barrier() 364 crocus_batch_maybe_flush(&ice->batches[i], 24); in crocus_memory_barrier()
|
D | crocus_draw.c | 289 crocus_batch_maybe_flush(batch, 1500); in crocus_indirect_draw_vbo() 325 crocus_batch_maybe_flush(batch, 1500); in crocus_simple_draw_vbo() 501 crocus_batch_maybe_flush(batch, 1500); in crocus_launch_grid()
|
D | crocus_blit.c | 615 crocus_batch_maybe_flush(batch, 1500); in crocus_blit() 720 crocus_batch_maybe_flush(batch, 1500); in crocus_copy_region() 744 crocus_batch_maybe_flush(batch, 1500); in crocus_copy_region()
|
D | crocus_batch.h | 189 void crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate);
|
D | crocus_clear.c | 352 crocus_batch_maybe_flush(batch, 1500); in clear_color() 562 crocus_batch_maybe_flush(batch, 1500); in clear_depth_stencil()
|
D | crocus_resolve.c | 538 crocus_batch_maybe_flush(batch, 1500); in crocus_resolve_color() 682 crocus_batch_maybe_flush(batch, 1500); in crocus_hiz_exec()
|
D | crocus_batch.c | 595 crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate) in crocus_batch_maybe_flush() function
|
D | crocus_resource.c | 1767 crocus_batch_maybe_flush(batch, 24); in crocus_transfer_flush_region()
|