Home
last modified time | relevance | path

Searched refs:IRIS_BATCH_COUNT (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h167 #define IRIS_BATCH_COUNT 3 macro
170 struct iris_syncobj *write_syncobjs[IRIS_BATCH_COUNT];
171 struct iris_syncobj *read_syncobjs[IRIS_BATCH_COUNT];
H A Diris_batch.c286 STATIC_ASSERT(IRIS_BATCH_COUNT == 3); in iris_create_engines_context()
287 uint16_t engine_classes[IRIS_BATCH_COUNT] = { in iris_create_engines_context()
294 unsigned num_batches = IRIS_BATCH_COUNT - (devinfo->ver >= 12 ? 0 : 1); in iris_create_engines_context()
340 for (int i = 0; i < IRIS_BATCH_COUNT; i++) in iris_init_batches()
1018 const char *names[IRIS_BATCH_COUNT] = { in iris_batch_name_to_string()
H A Diris_utrace.c124 for (int i = 0; i < IRIS_BATCH_COUNT; i++) { in iris_utrace_init()
H A Diris_batch.h138 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1];
H A Diris_bufmgr.c465 uint32_t handles[bo->deps_size * IRIS_BATCH_COUNT * 2]; in iris_bo_wait_syncobj()
469 for (int b = 0; b < IRIS_BATCH_COUNT; b++) { in iris_bo_wait_syncobj()
502 for (int b = 0; b < IRIS_BATCH_COUNT; b++) { in iris_bo_wait_syncobj()
640 for (int b = 0; b < IRIS_BATCH_COUNT; b++) { in iris_slab_free()
1354 for (int b = 0; b < IRIS_BATCH_COUNT; b++) { in bo_close()
H A Diris_fence.c187 struct iris_fine_fence *fine[IRIS_BATCH_COUNT];
H A Diris_context.h622 struct iris_batch batches[IRIS_BATCH_COUNT];

Completed in 17 milliseconds