Home
last modified time | relevance | path

Searched refs:ralloc_adopt (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_sweep.c145 ralloc_adopt(rubbish, nir); in nir_sweep()
Dnir_clone.c790 ralloc_adopt(dead_ctx, dst); in nir_shader_replace()
798 ralloc_adopt(dst, src); in nir_shader_replace()
Dnir_serialize.c2121 ralloc_adopt(dead_ctx, shader); in nir_shader_serialize_deserialize()
/third_party/mesa3d/src/util/
Dralloc.h304 void ralloc_adopt(const void *new_ctx, void *old_ctx);
Dralloc.c322 ralloc_adopt(const void *new_ctx, void *old_ctx) in ralloc_adopt() function
/third_party/mesa3d/docs/relnotes/
D11.0.9.rst66 - ralloc: Fix ralloc_adopt() to the old context's last child's parent.
D11.1.1.rst106 - ralloc: Fix ralloc_adopt() to the old context's last child's parent.
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp103 ralloc_adopt(mem_ctx, shader->ir); in process_glsl_ir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c771 ralloc_adopt(ralloc_context(b->shader), ralloc_context(shader)); in insert_rt_case()