Searched refs:print_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_print_visitor.cpp32 static void print_type(FILE *f, const glsl_type *t);
63 print_type(f, s->fields.structure[j].type);
146 print_type(FILE *f, const glsl_type *t) function in typeref:typename:void
150 print_type(f, t->fields.array);
227 print_type(f, ir->type);
238 print_type(f, ir->return_type);
292 print_type(f, ir->type);
316 print_type(f, ir->type);
467 print_type(f, ir->type);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3339 - glsl: make print_type non-static for debugging

Completed in 9 milliseconds