Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h542 void threaded_resource_deinit(struct pipe_resource *res);
Du_threaded_context.c735 threaded_resource_deinit(struct pipe_resource *res) in threaded_resource_deinit() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c207 threaded_resource_deinit(buf); in r600_buffer_destroy()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c212 threaded_resource_deinit(resource); in noop_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c220 threaded_resource_deinit(buf); in si_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1036 threaded_resource_deinit(prsc); in fd_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c350 threaded_resource_deinit(resource); in crocus_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp69 threaded_resource_deinit(presource); in d3d12_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c497 threaded_resource_deinit(p_res); in iris_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c142 threaded_resource_deinit(pres); in zink_resource_destroy()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3481 - radeonsi: add missing threaded_resource_deinit calls in fail paths