Home
last modified time | relevance | path

Searched refs:free_glsl_to_tgsi_visitor (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.h59 void free_glsl_to_tgsi_visitor(struct glsl_to_tgsi_visitor *v);
Dst_cb_program.c88 free_glsl_to_tgsi_visitor(stp->glsl_to_tgsi); in st_delete_program()
Dst_program.c596 free_glsl_to_tgsi_visitor(stp->glsl_to_tgsi); in st_translate_vertex_program()
1169 free_glsl_to_tgsi_visitor(stfp->glsl_to_tgsi); in st_translate_fragment_program()
1693 free_glsl_to_tgsi_visitor(stp->glsl_to_tgsi); in st_translate_common_program()
Dst_glsl_to_tgsi.cpp4777 extern "C" void free_glsl_to_tgsi_visitor(glsl_to_tgsi_visitor *v) in free_glsl_to_tgsi_visitor() function
7169 free_glsl_to_tgsi_visitor(v); in get_mesa_program_tgsi()