Home
last modified time | relevance | path

Searched refs:crocus_batch_maybe_flush (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe_control.c309 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()
Dcrocus_draw.c288 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()
Dcrocus_blit.c614 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()
Dcrocus_batch.h189 void crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate);
Dcrocus_clear.c352 crocus_batch_maybe_flush(batch, 1500); in clear_color()
562 crocus_batch_maybe_flush(batch, 1500); in clear_depth_stencil()
Dcrocus_resolve.c538 crocus_batch_maybe_flush(batch, 1500); in crocus_resolve_color()
682 crocus_batch_maybe_flush(batch, 1500); in crocus_hiz_exec()
Dcrocus_batch.c586 crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate) in crocus_batch_maybe_flush() function
Dcrocus_resource.c1754 crocus_batch_maybe_flush(batch, 24); in crocus_transfer_flush_region()