Searched refs:print_with_indent (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder_print_visitor.cpp | 66 void print_with_indent(const char *fmt, ...); 161 ir_builder_print_visitor::print_with_indent(const char *fmt, ...) function in class:ir_builder_print_visitor 229 print_with_indent("ir_variable *const r%04X = body.make_temp(glsl_type::%s_type, \"%s\");\n", 234 print_with_indent("ir_variable *const r%04X = new(mem_ctx) ir_variable(glsl_type::%s_type, \"%s\", %s);\n", 245 print_with_indent("sig_parameters.push_tail(r%04X);\n", my_index); 248 print_with_indent("body.emit(r%04X);\n", my_index); 283 print_with_indent("ir_function_signature *\n" 288 print_with_indent("ir_function_signature *const sig =\n"); 289 print_with_indent(" new(mem_ctx) ir_function_signature(glsl_type::%s_type, avail);\n", 292 print_with_indent("ir_factor [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_builder_print_visitor.cpp | 64 void print_with_indent(const char *fmt, ...); 159 ir_builder_print_visitor::print_with_indent(const char *fmt, ...) function in class:ir_builder_print_visitor 227 print_with_indent("ir_variable *const r%04X = body.make_temp(glsl_type::%s_type, \"%s\");\n", 232 print_with_indent("ir_variable *const r%04X = new(mem_ctx) ir_variable(glsl_type::%s_type, \"%s\", %s);\n", 243 print_with_indent("sig_parameters.push_tail(r%04X);\n", my_index); 246 print_with_indent("body.emit(r%04X);\n", my_index); 281 print_with_indent("ir_function_signature *\n" 286 print_with_indent("ir_function_signature *const sig =\n"); 287 print_with_indent(" new(mem_ctx) ir_function_signature(glsl_type::%s_type, avail);\n", 290 print_with_indent("ir_factor [all...] |
Completed in 4 milliseconds