Home
last modified time | relevance | path

Searched refs:num_other_batches (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c218 batch->num_other_batches = 0; in iris_init_batch()
223 batch->other_batches[batch->num_other_batches++] = other_batch; in iris_init_batch()
415 for (int b = 0; b < batch->num_other_batches; b++) { in flush_for_cross_batch_dependencies()
Diris_batch.h139 unsigned num_other_batches; member