Home
last modified time | relevance | path

Searched refs:hw_ctx (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reset.c39 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()
Dgen7_misc_state.c57 assert(brw->hw_ctx); in gen7_emit_depth_stencil_hiz()
Dintel_batchbuffer.c705 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()
Dgen8_depth_state.c57 assert(brw->hw_ctx); in emit_depth_packets()
Dbrw_context.c982 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()
Dbrw_state_upload.c57 if (!brw->hw_ctx) in brw_upload_initial_gpu_state()
Dbrw_context.h759 uint32_t hw_ctx; member
Dbrw_performance_query.c1185 brw->hw_ctx)) in brw_begin_perf_query()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c961 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()
Dradv_debug.c651 if (!ws->ctx_wait_idle(queue->hw_ctx, ring, queue->queue_idx)) in radv_gpu_hang_occured()
Dradv_private.h557 struct radeon_winsys_ctx *hw_ctx; member