Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c107 bool written = BITSET_TEST(batch->bos_written, i); in dump_bo_list()
206 batch->bos_written = in iris_init_batch()
266 batch->bos_written = in ensure_exec_obj_space()
267 rerzalloc(NULL, batch->bos_written, BITSET_WORD, in ensure_exec_obj_space()
283 BITSET_SET(batch->bos_written, batch->exec_count); in add_bo_to_batch()
324 (writable || BITSET_TEST(other_batch->bos_written, other_index))) in flush_for_cross_batch_dependencies()
364 } else if (writable && !BITSET_TEST(batch->bos_written, existing_index)) { in iris_use_pinned_bo()
368 BITSET_SET(batch->bos_written, existing_index); in iris_use_pinned_bo()
424 memset(batch->bos_written, 0, in iris_batch_reset()
453 ralloc_free(batch->bos_written); in iris_batch_free()
[all …]
Diris_batch.h89 BITSET_WORD *bos_written; member
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst4054 - iris: clear bos_written when resetting a batch