Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c209 batch->hw_ctx_id = crocus_create_hw_context(screen->bufmgr); in crocus_init_batch()
210 assert(batch->hw_ctx_id); in crocus_init_batch()
212 crocus_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority); in crocus_init_batch()
579 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id); in crocus_batch_free()
778 uint32_t new_ctx = crocus_clone_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
782 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx()
783 batch->hw_ctx_id = new_ctx; in replace_hw_ctx()
796 struct drm_i915_reset_stats stats = { .ctx_id = batch->hw_ctx_id }; in crocus_batch_check_for_reset()
882 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */ in submit_batch()
962 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()