Searched refs:hw_ctx (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_reset.c | 39 struct drm_i915_reset_stats stats = { .ctx_id = brw->hw_ctx }; in brw_get_graphics_reset_status() 45 assert(brw->hw_ctx != 0); in brw_get_graphics_reset_status() 81 struct drm_i915_reset_stats stats = { .ctx_id = brw->hw_ctx }; in brw_check_for_reset()
|
D | gen7_misc_state.c | 57 assert(brw->hw_ctx); in gen7_emit_depth_stencil_hiz()
|
D | intel_batchbuffer.c | 705 if (brw->hw_ctx == 0) { in brw_new_batch() 929 uint32_t hw_ctx = batch->ring == RENDER_RING ? brw->hw_ctx : 0; in submit_batch() local 960 ret = execbuffer(dri_screen->fd, batch, hw_ctx, in submit_batch()
|
D | gen8_depth_state.c | 57 assert(brw->hw_ctx); in emit_depth_packets()
|
D | brw_context.c | 982 brw->hw_ctx = brw_create_hw_context(brw->bufmgr); in brwCreateContext() 984 if (!brw->hw_ctx) { in brwCreateContext() 1002 brw_hw_context_set_priority(brw->bufmgr, brw->hw_ctx, hw_priority)) { in brwCreateContext() 1112 brw_destroy_hw_context(brw->bufmgr, brw->hw_ctx); in intelDestroyContext()
|
D | brw_state_upload.c | 57 if (!brw->hw_ctx) in brw_upload_initial_gpu_state()
|
D | brw_context.h | 759 uint32_t hw_ctx; member
|
D | brw_performance_query.c | 1185 brw->hw_ctx)) in brw_begin_perf_query()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 961 queue->hw_ctx = device->ws->ctx_create(device->ws, queue->priority); in radv_queue_init() 962 if (!queue->hw_ctx) in radv_queue_init() 971 if (queue->hw_ctx) in radv_queue_finish() 972 queue->device->ws->ctx_destroy(queue->hw_ctx); in radv_queue_finish() 2012 ret = queue->device->ws->cs_submit(queue->hw_ctx, queue->queue_idx, in radv_signal_fence() 2034 struct radeon_winsys_ctx *ctx = queue->hw_ctx; in radv_QueueSubmit() 2166 queue->device->ws->ctx_wait_idle(queue->hw_ctx, in radv_QueueWaitIdle() 2660 queue->device->ws->cs_submit(queue->hw_ctx, queue->queue_idx, in radv_QueueBindSparse()
|
D | radv_debug.c | 651 if (!ws->ctx_wait_idle(queue->hw_ctx, ring, queue->queue_idx)) in radv_gpu_hang_occured()
|
D | radv_private.h | 557 struct radeon_winsys_ctx *hw_ctx; member
|