Searched refs:hw_ctx (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aub_write.c | 520 struct aub_hw_context *hw_ctx, in write_engine_execlist_setup() argument 536 hw_ctx->ring_addr = ggtt_addr; in write_engine_execlist_setup() 546 hw_ctx->pphwsp_addr = ggtt_addr; in write_engine_execlist_setup() 557 .ring_addr = hw_ctx->ring_addr, in write_engine_execlist_setup() 566 hw_ctx->initialized = true; in write_engine_execlist_setup() 658 struct aub_hw_context *hw_ctx = &ctx->hw_contexts[engine_class]; in aub_write_ensure_context() local 659 if (!hw_ctx->initialized) in aub_write_ensure_context() 660 write_engine_execlist_setup(aub, ctx->id, hw_ctx, engine_class); in aub_write_ensure_context() 662 return hw_ctx; in aub_write_ensure_context() 668 struct aub_hw_context *hw_ctx) in get_context_descriptor() argument [all …]
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.h | 67 uint32_t hw_ctx,
|
D | intel_perf_query.c | 249 uint32_t hw_ctx; member 592 uint32_t hw_ctx, in intel_perf_init_context() argument 600 perf_ctx->hw_ctx = hw_ctx; in intel_perf_init_context() 835 perf_ctx->hw_ctx, false)) in intel_perf_begin_query()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.1.2.rst | 37 Assertion \`brw->hw_ctx != ((void \*)0)' failed
|
D | 22.2.0.rst | 5712 - radv: Only set pstate for the first hw_ctx.
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2857 queue->hw_ctx = device->hw_ctx[queue->priority]; in radv_queue_init() 3497 if (device->hw_ctx[priority]) in radv_CreateDevice() 3500 result = device->ws->ctx_create(device->ws, priority, &device->hw_ctx[priority]); in radv_CreateDevice() 3755 if (device->hw_ctx[i]) in radv_CreateDevice() 3756 device->ws->ctx_destroy(device->hw_ctx[i]); in radv_CreateDevice() 3800 if (device->hw_ctx[i]) in radv_DestroyDevice() 3801 device->ws->ctx_destroy(device->hw_ctx[i]); in radv_DestroyDevice() 5044 struct radeon_winsys_ctx *ctx = queue->hw_ctx; in radv_queue_submit_empty() 5066 struct radeon_winsys_ctx *ctx = queue->hw_ctx; in radv_queue_submit_with_ace() 5148 struct radeon_winsys_ctx *ctx = queue->hw_ctx; in radv_queue_submit_normal() [all …]
|
D | radv_debug.c | 678 if (!ws->ctx_wait_idle(queue->hw_ctx, ring, queue->vk.index_in_family)) in radv_gpu_hang_occured() 1003 ws->ctx_wait_idle(queue->hw_ctx, ring, queue->vk.index_in_family); in radv_check_trap_handler()
|
D | radv_private.h | 766 struct radeon_winsys_ctx *hw_ctx; member 806 struct radeon_winsys_ctx *hw_ctx[RADV_NUM_HW_CTX]; member
|