Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h164 void ir3_compiler_destroy(struct ir3_compiler *compiler);
Dir3_compiler.c66 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() function
/third_party/mesa3d/src/freedreno/ir3/tests/
Ddelay.c194 ir3_compiler_destroy(c); in main()
Ddisasm.c485 ir3_compiler_destroy(compilers[i]); in main()
/third_party/mesa3d/docs/relnotes/
D20.3.2.rst96 - turnip: use ir3_compiler_destroy instead of ralloc_free
D21.0.0.rst1459 - turnip: use ir3_compiler_destroy instead of ralloc_free
D20.2.0.rst4147 - freedreno/ir3: add ir3_compiler_destroy()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c549 ir3_compiler_destroy(screen->compiler); in ir3_screen_fini()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1658 ir3_compiler_destroy(device->compiler); in tu_CreateDevice()
1697 ir3_compiler_destroy(device->compiler); in tu_DestroyDevice()