Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c193 batch->hw_ctx_id = iris_create_hw_context(screen->bufmgr); in iris_init_batch()
194 assert(batch->hw_ctx_id); in iris_init_batch()
196 iris_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority); in iris_init_batch()
471 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id); in iris_batch_free()
597 uint32_t new_ctx = iris_clone_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
601 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
602 batch->hw_ctx_id = new_ctx; in replace_hw_ctx()
615 struct drm_i915_reset_stats stats = { .ctx_id = batch->hw_ctx_id }; in iris_batch_check_for_reset()
830 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */ in submit_batch()
897 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.c79 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_perf_query_info()
Diris_monitor.c160 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_monitor_ctx()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c210 batch->hw_ctx_id = crocus_create_hw_context(screen->bufmgr); in crocus_init_batch()
211 assert(batch->hw_ctx_id); in crocus_init_batch()
213 crocus_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority); in crocus_init_batch()
570 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id); in crocus_batch_free()
769 uint32_t new_ctx = crocus_clone_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
773 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
774 batch->hw_ctx_id = new_ctx; in replace_hw_ctx()
787 struct drm_i915_reset_stats stats = { .ctx_id = batch->hw_ctx_id }; in crocus_batch_check_for_reset()
873 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */ in submit_batch()
953 file, line, batch_name_to_string(batch->name), batch->hw_ctx_id, in _crocus_batch_flush()
Dcrocus_batch.h101 uint32_t hw_ctx_id; member
Dcrocus_monitor.c319 ice->batches[CROCUS_BATCH_RENDER].hw_ctx_id, in crocus_init_monitor_ctx()