Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h186 void _iris_batch_flush(struct iris_batch *batch, const char *file, int line);
187 #define iris_batch_flush(batch) _iris_batch_flush((batch), __FILE__, __LINE__)
Diris_perf.c55 _iris_batch_flush(&ice->batches[IRIS_BATCH_RENDER], __FILE__, __LINE__); in iris_perf_batchbuffer_flush()
Diris_batch.c876 _iris_batch_flush(struct iris_batch *batch, const char *file, int line) in _iris_batch_flush() function
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst4236 - iris: Fix documentation for _iris_batch_flush