Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c189 batch->hw_ctx_id = iris_create_hw_context(screen->bufmgr); in iris_init_batch()
190 assert(batch->hw_ctx_id); in iris_init_batch()
192 iris_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority); in iris_init_batch()
442 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id); in iris_batch_free()
559 uint32_t new_ctx = iris_clone_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
563 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
564 batch->hw_ctx_id = new_ctx; in replace_hw_ctx()
577 struct drm_i915_reset_stats stats = { .ctx_id = batch->hw_ctx_id }; in iris_batch_check_for_reset()
636 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */ in submit_batch()
694 file, line, batch_name_to_string(batch->name), batch->hw_ctx_id, in _iris_batch_flush()
Diris_batch.h82 uint32_t hw_ctx_id; member
Diris_performance_query.c73 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_perf_query_info()
Diris_monitor.c158 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_monitor_ctx()