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

/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnn.c872 const char *schema_name = NULL; local in function:validate_doc
878 schema_name = data->content;
884 while (schema_name && (schema_name[0] != ' '))
885 schema_name++;
886 schema_name++;
891 if (!schema_name) {
896 schema_path = find_file(schema_name);
898 rnn_err(db, "%s: couldn't find database file. Please set the env var RNN_PATH.\n", schema_name);

Completed in 3 milliseconds