Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/rnn/
Drnn.c60 static void rnn_err(struct rnndb *db, const char *format, ...) _util_printf_format(2, 3);
62 static void rnn_err(struct rnndb *db, const char *format, ...) in rnn_err() function
115rnn_err(db, "%s:%d: unknown attribute child \"%s\" in attribute \"%s\"\n", file, line, chain->name… in getattrib()
130rnn_err(db, "%s:%d: invalid boolean value \"%s\" in attribute \"%s\"\n", file, line, c, attr->name… in getboolattrib()
143rnn_err(db, "%s:%d: invalid numeric value \"%s\" in attribute \"%s\"\n", file, line, c, attr->name… in getnum()
235 rnn_err(db, "%s:%d: wrong attribute \"%s\" for value\n", file, node->line, attr->name); in parsevalue()
243 rnn_err(db, "%s:%d: wrong tag in %s: <%s>\n", file, chain->line, node->name, chain->name); in parsevalue()
248 rnn_err(db, "%s:%d: nameless value\n", file, node->line); in parsevalue()
264 rnn_err(db, "%s:%d: wrong attribute \"%s\" for spectype\n", file, node->line, attr->name); in parsespectype()
269 rnn_err(db, "%s:%d: nameless spectype\n", file, node->line); in parsespectype()
[all …]