Home
last modified time | relevance | path

Searched refs:finish_batch (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h144 void (*finish_batch)(struct crocus_batch *batch); /* haswell only */ member
Dcrocus_batch.c751 if (batch->screen->vtbl.finish_batch) in crocus_finish_batch()
752 batch->screen->vtbl.finish_batch(batch); in crocus_finish_batch()
Dcrocus_state.c9225 screen->vtbl.finish_batch = crocus_state_finish_batch;
/third_party/mesa3d/docs/relnotes/
D8.0.5.rst204 - intel: Move finish_batch() call before MI_BATCH_BUFFER_END and