Home
last modified time | relevance | path

Searched refs:ctx_destroy (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_cs.c105 ws->base.ctx_destroy = radv_null_ctx_destroy; in radv_null_cs_init_functions()
/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h260 void (*ctx_destroy)(struct radeon_winsys_ctx *ctx); member
Dradv_device.c3285 device->ws->ctx_destroy(device->hw_ctx[i]); in radv_CreateDevice()
3319 device->ws->ctx_destroy(device->hw_ctx[i]); in radv_DestroyDevice()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h486 void (*ctx_destroy)(struct radeon_winsys_ctx *ctx); member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c99 r300->rws->ctx_destroy(r300->ctx); in r300_destroy_context()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c852 ws->base.ctx_destroy = radeon_drm_ctx_destroy; in radeon_drm_cs_init_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c656 rctx->ws->ctx_destroy(rctx->ctx); in r600_common_context_cleanup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c306 sctx->ws->ctx_destroy(sctx->ctx); in si_destroy_context()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1829 ws->base.ctx_destroy = amdgpu_ctx_destroy; in amdgpu_cs_init_functions()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1770 ws->base.ctx_destroy = radv_amdgpu_ctx_destroy; in radv_amdgpu_cs_init_functions()