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.c849 int batch_idx = batch->name; in update_bo_syncobjs() local
880 iris_syncobj_reference(bufmgr, &bo_deps->write_syncobjs[batch_idx], in update_bo_syncobjs()
883 iris_syncobj_reference(bufmgr, &bo_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()
598 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in crocus_end_query()
671 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in crocus_get_query_result()
713 struct crocus_batch *batch = &ice->batches[q->batch_idx]; in crocus_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c112 unsigned batch_idx = panfrost_batch_idx(batch); in panfrost_batch_cleanup() local
147 BITSET_CLEAR(ctx->batches.active, batch_idx); in panfrost_batch_cleanup()
182 unsigned batch_idx = panfrost_batch_idx(batch); in panfrost_get_batch() local
183 BITSET_SET(ctx->batches.active, batch_idx); in panfrost_get_batch()
239 uint32_t batch_idx = panfrost_batch_idx(batch); in panfrost_batch_update_access() local
261 if (i == batch_idx) in panfrost_batch_update_access()