Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/rnn/
Drnn.c124 static int getboolattrib (struct rnndb *db, char *file, int line, xmlAttr *attr) { in getboolattrib() function
214 ti->addvariant = getboolattrib(db, file, node->line, attr); in trytypeattr()
301 bare = getboolattrib(db, file, node->line, attr); in parseenum()
303 isinline = getboolattrib(db, file, node->line, attr); in parseenum()
406 bare = getboolattrib(db, file, node->line, attr); in parsebitset()
408 isinline = getboolattrib(db, file, node->line, attr); in parsebitset()
678 bare = getboolattrib(db, file, node->line, attr); in parsedomain()