Searched refs:ir_read_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 43 void ir_read_error(s_expression *, const char *fmt, ...); 93 ir_read_error(NULL, "couldn't parse S-Expression."); in read() 111 ir_reader::ir_read_error(s_expression *expr, const char *fmt, ...) in ir_read_error() function in ir_reader 144 ir_read_error(NULL, "when reading base type of array type"); in read_type() 153 ir_read_error(expr, "expected <type>"); in read_type() 159 ir_read_error(expr, "invalid type: %s", type_sym->value()); in read_type() 170 ir_read_error(expr, "Expected (<instruction> ...); found an atom."); in scan_for_prototypes() 197 ir_read_error(expr, "Expected (function <name> (signature ...) ...)"); in read_function() 234 ir_read_error(expr, "Expected (signature <type> (parameters ...) " in read_function_sig() 245 ir_read_error(paramlist, "Expected (parameters ...)"); in read_function_sig() [all …]
|