Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h507 void threaded_resource_deinit(struct pipe_resource *res);
Du_threaded_context.c687 threaded_resource_deinit(struct pipe_resource *res) in threaded_resource_deinit() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c217 threaded_resource_deinit(buf); in si_resource_destroy()
594 threaded_resource_deinit(&buf->b.b); in si_buffer_create()
644 threaded_resource_deinit(&buf->b.b); in si_buffer_from_user_memory()
/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/r600/
Dr600_buffer_common.c230 threaded_resource_deinit(buf); in r600_buffer_destroy()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1014 threaded_resource_deinit(prsc); in fd_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c341 threaded_resource_deinit(resource); in crocus_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c121 threaded_resource_deinit(pres); in zink_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c461 threaded_resource_deinit(p_res); in iris_resource_destroy()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3481 - radeonsi: add missing threaded_resource_deinit calls in fail paths