Home
last modified time | relevance | path

Searched refs:has_engines_context (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c260 batch->has_engines_context = false; in iris_init_non_engine_contexts()
330 batch->has_engines_context = true; in iris_init_engines_context()
591 if (!batch->has_engines_context) in iris_batch_free()
612 if (ice->batches[0].has_engines_context) { in iris_destroy_batches()
738 if (batch->has_engines_context) { in replace_kernel_ctx()
Diris_batch.h88 bool has_engines_context; member