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 D | iris_batch.c | 181 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 D | iris_batch.h | 75 uint32_t hw_ctx_id; member in struct:iris_batch
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.c | 210 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 D | crocus_batch.h | 101 uint32_t hw_ctx_id; member in struct:crocus_batch
|
| H A D | crocus_monitor.c | 319 ice->batches[CROCUS_BATCH_RENDER].hw_ctx_id,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 193 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 D | iris_batch.h | 82 uint32_t hw_ctx_id; member in struct:iris_batch
|
| H A D | iris_monitor.c | 160 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id,
|
| H A D | iris_performance_query.c | 79 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id,
|
Completed in 13 milliseconds