Searched refs:bos_written (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 109 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 …]
|
D | iris_batch.h | 95 BITSET_WORD *bos_written; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 4083 - iris: clear bos_written when resetting a batch
|
D | 21.3.0.rst | 4054 - iris: clear bos_written when resetting a batch
|