Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c242 memset(batch->other_batches, 0, sizeof(batch->other_batches)); in crocus_init_batch()
246 batch->other_batches[j++] = &ice->batches[i]; in crocus_init_batch()
325 for (int b = 0; b < ARRAY_SIZE(batch->other_batches); b++) { in crocus_use_bo()
327 if (!batch->other_batches[b]) in crocus_use_bo()
330 find_validation_entry(batch->other_batches[b], bo); in crocus_use_bo()
348 crocus_batch_flush(batch->other_batches[b]); in crocus_use_bo()
350 batch->other_batches[b]->last_fence->syncobj, in crocus_use_bo()
Dcrocus_batch.h150 struct crocus_batch *other_batches[CROCUS_BATCH_COUNT - 1]; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c219 memset(batch->other_batches, 0, sizeof(batch->other_batches)); in iris_init_batch()
223 batch->other_batches[batch->num_other_batches++] = other_batch; in iris_init_batch()
416 struct iris_batch *other_batch = batch->other_batches[b]; in flush_for_cross_batch_dependencies()
Diris_batch.h138 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1]; member