Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c70 int batch_idx; member
134 struct iris_batch *batch = &ice->batches[q->batch_idx]; in mark_available()
172 struct iris_batch *batch = &ice->batches[q->batch_idx]; in write_value()
451 q->batch_idx = IRIS_BATCH_COMPUTE; in iris_create_query()
453 q->batch_idx = IRIS_BATCH_RENDER; in iris_create_query()
557 struct iris_batch *batch = &ice->batches[q->batch_idx]; in iris_end_query()
629 struct iris_batch *batch = &ice->batches[q->batch_idx]; in iris_get_query_result()
662 struct iris_batch *batch = &ice->batches[q->batch_idx]; in iris_get_query_result_resource()
Diris_batch.c692 int batch_idx = batch->name; in update_bo_syncobjs() local
698 int other_batch_idx = 1 - batch_idx; in update_bo_syncobjs()
727 iris_syncobj_reference(bufmgr, &deps->write_syncobjs[batch_idx], in update_bo_syncobjs()
735 iris_syncobj_reference(bufmgr, &deps->read_syncobjs[batch_idx], in update_bo_syncobjs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c92 int batch_idx; member
155 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in mark_available()
192 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in write_value()
481 q->batch_idx = CROCUS_BATCH_COMPUTE; in crocus_create_query()
483 q->batch_idx = CROCUS_BATCH_RENDER; in crocus_create_query()
595 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in crocus_end_query()
668 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in crocus_get_query_result()
710 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in crocus_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c115 unsigned batch_idx = panfrost_batch_idx(batch); in panfrost_batch_cleanup() local
149 BITSET_CLEAR(ctx->batches.active, batch_idx); in panfrost_batch_cleanup()
185 unsigned batch_idx = panfrost_batch_idx(batch); in panfrost_get_batch() local
186 BITSET_SET(ctx->batches.active, batch_idx); in panfrost_get_batch()
242 uint32_t batch_idx = panfrost_batch_idx(batch); in panfrost_batch_update_access() local
264 if (i == batch_idx) in panfrost_batch_update_access()