Home
last modified time | relevance | path

Searched refs:threaded_context_unwrap_sync (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp130 pctx = threaded_context_unwrap_sync(pctx); in fence_finish()
H A Dd3d12_screen.cpp864 pctx = threaded_context_unwrap_sync(pctx); in d3d12_flush_frontbuffer()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h686 struct pipe_context *threaded_context_unwrap_sync(struct pipe_context *pipe);
H A Du_threaded_context.c1113 threaded_context_unwrap_sync(struct pipe_context *pipe) in threaded_context_unwrap_sync() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c154 pctx = threaded_context_unwrap_sync(pctx); in zink_fence_finish()
H A Dzink_query.c1064 threaded_context_unwrap_sync(pctx); in zink_end_query()
H A Dzink_context.c5621 pctx = threaded_context_unwrap_sync(pctx); in zink_tc_context_unwrap()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.c386 ctx = threaded_context_unwrap_sync(ctx); in iris_fence_finish()
H A Diris_batch.c706 threaded_context_unwrap_sync(&batch->ice->ctx); in replace_kernel_ctx()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.c322 ctx = threaded_context_unwrap_sync(ctx); in crocus_fence_finish()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c271 ctx = threaded_context_unwrap_sync(ctx); in si_fence_finish()
H A Dsi_texture.c751 ctx = threaded_context_unwrap_sync(ctx); in si_texture_get_handle()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1072 ctx = threaded_context_unwrap_sync(ctx); in r600_fence_finish()
H A Dr600_texture.c466 ctx = threaded_context_unwrap_sync(ctx); in r600_texture_get_handle()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1108 pctx = threaded_context_unwrap_sync(pctx); in fd_resource_get_handle()