Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c109 bool written = BITSET_TEST(batch->bos_written, i); in dump_bo_list()
212 batch->bos_written = in iris_init_batch()
376 batch->bos_written = in ensure_exec_obj_space()
377 rerzalloc(NULL, batch->bos_written, BITSET_WORD, in ensure_exec_obj_space()
393 BITSET_SET(batch->bos_written, batch->exec_count); in add_bo_to_batch()
434 (writable || BITSET_TEST(other_batch->bos_written, other_index))) in flush_for_cross_batch_dependencies()
474 } else if (writable && !BITSET_TEST(batch->bos_written, existing_index)) { in iris_use_pinned_bo()
478 BITSET_SET(batch->bos_written, existing_index); in iris_use_pinned_bo()
540 memset(batch->bos_written, 0, in iris_batch_reset()
572 ralloc_free(batch->bos_written); in iris_batch_free()
[all …]
Diris_batch.h95 BITSET_WORD *bos_written; member
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst4083 - iris: clear bos_written when resetting a batch
D21.3.0.rst4054 - iris: clear bos_written when resetting a batch