Searched refs:ir_read_error (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 43 void ir_read_error(s_expression *, const char *fmt, ...); 93 ir_read_error(NULL, "couldn't parse S-Expression."); 111 ir_reader::ir_read_error(s_expression *expr, const char *fmt, ...) function in class:ir_reader 144 ir_read_error(NULL, "when reading base type of array type"); 153 ir_read_error(expr, "expected <type>"); 159 ir_read_error(expr, "invalid type: %s", type_sym->value()); 170 ir_read_error(expr, "Expected (<instruction> ...); found an atom."); 197 ir_read_error(expr, "Expected (function <name> (signature ...) ...)"); 234 ir_read_error(expr, "Expected (signature <type> (parameters ...) " 245 ir_read_error(paramlis [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 43 void ir_read_error(s_expression *, const char *fmt, ...); 93 ir_read_error(NULL, "couldn't parse S-Expression."); 111 ir_reader::ir_read_error(s_expression *expr, const char *fmt, ...) function in class:ir_reader 144 ir_read_error(NULL, "when reading base type of array type"); 153 ir_read_error(expr, "expected <type>"); 159 ir_read_error(expr, "invalid type: %s", type_sym->value()); 170 ir_read_error(expr, "Expected (<instruction> ...); found an atom."); 197 ir_read_error(expr, "Expected (function <name> (signature ...) ...)"); 234 ir_read_error(expr, "Expected (signature <type> (parameters ...) " 245 ir_read_error(paramlis [all...] |
Completed in 4 milliseconds