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

/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A 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, ...) function in typeref:typename:void
115 rnn_err(db, "%s:%d: unknown attribute child \"%s\" in attribute \"%s\"\n", file, line, chain->name, attr->name);
130 rnn_err(db, "%s:%d: invalid boolean value \"%s\" in attribute \"%s\"\n", file, line, c, attr->name);
143 rnn_err(db, "%s:%d: invalid numeric value \"%s\" in attribute \"%s\"\n", file, line, c, attr->name);
235 rnn_err(db, "%s:%d: wrong attribute \"%s\" for value\n", file, node->line, attr->name);
243 rnn_err(db, "%s:%d: wrong tag in %s: <%s>\n", file, chain->line, node->name, chain->name);
248 rnn_err(db, "%s:%d: nameless value\n", file, node->line);
264 rnn_err(db, "%s:%d: wrong attribute \"%s\" for spectype\n", file, node->line, attr->name);
269 rnn_err(d
[all...]

Completed in 3 milliseconds