Searched refs:hw_ctx_id (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 193 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()
|
D | iris_batch.h | 82 uint32_t hw_ctx_id; member
|
D | iris_performance_query.c | 79 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_perf_query_info()
|
D | iris_monitor.c | 160 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_monitor_ctx()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 210 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()
|
D | crocus_batch.h | 101 uint32_t hw_ctx_id; member
|
D | crocus_monitor.c | 319 ice->batches[CROCUS_BATCH_RENDER].hw_ctx_id, in crocus_init_monitor_ctx()
|