Searched refs:existing_index (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c357 int existing_index = find_exec_index(batch, bo); local in function:iris_use_pinned_bo
359 if (existing_index == -1) {
364 } else if (writable && !BITSET_TEST(batch->bos_written, existing_index)) {
368 BITSET_SET(batch->bos_written, existing_index);

Completed in 36 milliseconds