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 | 288 crocus_batch_maybe_flush(batch, 1500); in crocus_indirect_draw_vbo() 324 crocus_batch_maybe_flush(batch, 1500); in crocus_simple_draw_vbo() 500 crocus_batch_maybe_flush(batch, 1500); in crocus_launch_grid()
|
D | crocus_blit.c | 614 crocus_batch_maybe_flush(batch, 1500); in crocus_blit() 717 crocus_batch_maybe_flush(batch, 1500); in crocus_copy_region() 741 crocus_batch_maybe_flush(batch, 1500); in crocus_copy_region() 804 crocus_batch_maybe_flush(batch, 24 + 5 * (src_box->width / 4)); in crocus_resource_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 | 586 crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate) in crocus_batch_maybe_flush() function
|
D | crocus_resource.c | 1754 crocus_batch_maybe_flush(batch, 24); in crocus_transfer_flush_region()
|