Searched refs:other_batches (Results 1 – 4 of 4) sorted by relevance
243 memset(batch->other_batches, 0, sizeof(batch->other_batches)); in crocus_init_batch()247 batch->other_batches[j++] = &ice->batches[i]; in crocus_init_batch()316 for (int b = 0; b < ARRAY_SIZE(batch->other_batches); b++) { in crocus_use_bo()318 if (!batch->other_batches[b]) in crocus_use_bo()321 find_validation_entry(batch->other_batches[b], bo); in crocus_use_bo()339 crocus_batch_flush(batch->other_batches[b]); in crocus_use_bo()341 batch->other_batches[b]->last_fence->syncobj, in crocus_use_bo()
150 struct crocus_batch *other_batches[CROCUS_BATCH_COUNT - 1]; member
212 memset(batch->other_batches, 0, sizeof(batch->other_batches)); in iris_init_batch()216 batch->other_batches[j++] = &ice->batches[i]; in iris_init_batch()305 for (int b = 0; b < ARRAY_SIZE(batch->other_batches); b++) { in flush_for_cross_batch_dependencies()306 struct iris_batch *other_batch = batch->other_batches[b]; in flush_for_cross_batch_dependencies()
128 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1]; member