Searched refs:hw_ctx_id (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c181 batch->hw_ctx_id = iris_create_hw_context(screen->bufmgr);
182 assert(batch->hw_ctx_id);
184 iris_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority);
391 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id);
484 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */
557 file, line, batch_name_to_string(batch->name), batch->hw_ctx_id,
H A Diris_batch.h75 uint32_t hw_ctx_id; member in struct:iris_batch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c210 batch->hw_ctx_id = crocus_create_hw_context(screen->bufmgr);
211 assert(batch->hw_ctx_id);
213 crocus_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority);
579 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id);
778 uint32_t new_ctx = crocus_clone_hw_context(bufmgr, batch->hw_ctx_id);
782 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id);
783 batch->hw_ctx_id = new_ctx;
796 struct drm_i915_reset_stats stats = { .ctx_id = batch->hw_ctx_id };
882 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */
962 file, line, batch_name_to_string(batch->name), batch->hw_ctx_id,
[all...]
H A Dcrocus_batch.h101 uint32_t hw_ctx_id; member in struct:crocus_batch
H A Dcrocus_monitor.c319 ice->batches[CROCUS_BATCH_RENDER].hw_ctx_id,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c193 batch->hw_ctx_id = iris_create_hw_context(screen->bufmgr);
194 assert(batch->hw_ctx_id);
196 iris_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority);
471 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id);
597 uint32_t new_ctx = iris_clone_hw_context(bufmgr, batch->hw_ctx_id);
601 iris_destroy_hw_context(bufmgr, batch->hw_ctx_id);
602 batch->hw_ctx_id = new_ctx;
615 struct drm_i915_reset_stats stats = { .ctx_id = batch->hw_ctx_id };
838 .rsvd1 = batch->hw_ctx_id, /* rsvd1 is actually the context ID */
905 file, line, batch_name_to_string(batch->name), batch->hw_ctx_id,
[all...]
H A Diris_batch.h82 uint32_t hw_ctx_id; member in struct:iris_batch
H A Diris_monitor.c160 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id,
H A Diris_performance_query.c79 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id,

Completed in 13 milliseconds