Home
last modified time | relevance | path

Searched refs:tgsi_exec_machine_destroy (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.c179 tgsi_exec_machine_destroy(draw->vs.tgsi.machine); in draw_vs_destroy()
Ddraw_gs.c714 tgsi_exec_machine_destroy(draw->gs.tgsi.machine); in draw_gs_destroy()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c232 tgsi_exec_machine_destroy(machines[i]); in softpipe_launch_grid()
Dsp_context.c120 tgsi_exec_machine_destroy(softpipe->fs_machine); in softpipe_destroy()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h460 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach);
Dtgsi_exec.c1335 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach) in tgsi_exec_machine_destroy() function