Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/rnn/
Drnn.h64 struct rnnspectype **spectypes;
132 struct rnnspectype *spectype;
228 struct rnnspectype { struct
241 struct rnnspectype *rnn_findspectype (struct rnndb *db, const char *name); argument
Drnn.c256 struct rnnspectype *res = calloc (sizeof *res, 1); in parsespectype()
1161 struct rnnspectype *st = rnn_findspectype (db, ti->name); in preptypeinfo()
1314 static void prepspectype(struct rnndb *db, struct rnnspectype *st) { in prepspectype()
1354 struct rnnspectype *rnn_findspectype (struct rnndb *db, const char *name) { in rnn_findspectype()