Searched refs:add_bo_to_batch (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 274 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable) in add_bo_to_batch() function 363 add_bo_to_batch(batch, bo, writable); in iris_use_pinned_bo() 387 add_bo_to_batch(batch, batch->bo, false); in create_batch() 438 add_bo_to_batch(batch, screen->workaround_bo, false); in iris_batch_reset() 539 add_bo_to_batch(batch, bo, false); in add_aux_map_bos_to_batch()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 3386 - iris: use add_bo_to_batch() when adding batch->bo
|