Searched refs:hw_ctx (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A D | aub_write.c | 520 struct aub_hw_context *hw_ctx, in write_engine_execlist_setup() 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() 518 write_engine_execlist_setup(struct aub_file *aub, uint32_t ctx_id, struct aub_hw_context *hw_ctx, enum drm_i915_gem_engine_class engine_class) write_engine_execlist_setup() argument 666 get_context_descriptor(struct aub_file *aub, const struct engine *cs, struct aub_hw_context *hw_ctx) get_context_descriptor() argument 720 aub_dump_ring_buffer_execlist(struct aub_file *aub, struct aub_hw_context *hw_ctx, const struct engine *cs, uint64_t batch_offset) aub_dump_ring_buffer_execlist() argument 831 struct aub_hw_context *hw_ctx = aub_write_exec() local [all...] |
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_query.c | 249 uint32_t hw_ctx; member 592 uint32_t hw_ctx, in intel_perf_init_context() 600 perf_ctx->hw_ctx = hw_ctx; in intel_perf_init_context() 835 perf_ctx->hw_ctx, false)) in intel_perf_begin_query() 586 intel_perf_init_context(struct intel_perf_context *perf_ctx, struct intel_perf_config *perf_cfg, void * mem_ctx, void * ctx, void * bufmgr, const struct intel_device_info *devinfo, uint32_t hw_ctx, int drm_fd) intel_perf_init_context() argument
|
H A D | intel_perf_query.h | 67 uint32_t hw_ctx,
|
/third_party/mesa3d/src/amd/vulkan/ |
H A 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() [all...] |
H A 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()
|
H A D | radv_private.h | 766 struct radeon_winsys_ctx *hw_ctx; 806 struct radeon_winsys_ctx *hw_ctx[RADV_NUM_HW_CTX];
|
Completed in 17 milliseconds