Searched refs:rnndelem (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/decode/ |
D | rnnutil.c | 159 static struct rnndelem * 164 struct rnndelem *elem = domain->subelems[i]; in regelem() 172 struct rnndelem * 175 struct rnndelem *elem = regelem(rnn->dom[0], name); in rnn_regelem() 181 static struct rnndelem * 186 struct rnndelem *elem = domain->subelems[i]; in regoff() 194 struct rnndelem * 197 struct rnndelem *elem = regoff(rnn->dom[0], offset); in rnn_regoff()
|
D | script.c | 165 struct rnndelem *elem; 170 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff() 180 struct rnndelem *elem, uint64_t offset); 181 static int l_rnn_etype_reg(lua_State *L, struct rnn *rnn, struct rnndelem *elem, 214 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype() 253 struct rnndelem *elem = rnndoff->elem; in l_rnn_struct_meta_index() 257 struct rnndelem *subelem = elem->subelems[i]; in l_rnn_struct_meta_index() 272 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_struct() 295 struct rnndelem *elem = rnndoff->elem; in l_rnn_array_meta_index() 319 l_rnn_etype_array(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_array() [all …]
|
D | rnnutil.h | 60 struct rnndelem *rnn_regelem(struct rnn *rnn, const char *name); 61 struct rnndelem *rnn_regoff(struct rnn *rnn, uint32_t offset);
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnn.h | 180 struct rnndelem **subelems; 189 struct rnndelem **subelems; 194 struct rnndelem { struct 218 struct rnndelem **subelems; argument
|
D | rnn.c | 462 static struct rnndelem *trydelem(struct rnndb *db, char *file, xmlNode *node) { in trydelem() 464 struct rnndelem *res = calloc(sizeof *res, 1); in trydelem() 482 struct rnndelem *res = calloc(sizeof *res, 1); in trydelem() 543 struct rnndelem *delem; in trydelem() 572 struct rnndelem *res = calloc(sizeof *res, 1); in trydelem() 654 struct rnndelem *delem; in parsegroup() 730 struct rnndelem *delem; in parsedomain() 998 static struct rnndelem *copydelem (struct rnndelem *elem, char *file) { in copydelem() 999 struct rnndelem *res = calloc (sizeof *res, 1); in copydelem() 1243 static void prepdelem(struct rnndb *db, struct rnndelem *elem, char *prefix, struct rnnvarinfo *par… in prepdelem()
|
D | rnndec.c | 343 static int get_array_idx_offset(struct rnndelem *elem, uint64_t addr, uint64_t *idx, uint64_t *offs… in get_array_idx_offset() 370 static struct rnndecaddrinfo *trymatch (struct rnndeccontext *ctx, struct rnndelem **elems, int ele… in trymatch() 490 static unsigned tryreg(struct rnndeccontext *ctx, struct rnndelem **elems, int elemsnum, in tryreg() 510 struct rnndelem *elem = elems[i]; in tryreg()
|
D | headergen2.c | 46 struct rnndelem **elems = NULL; 234 static void printdelem (struct rnndelem *elem, uint64_t offset, const char *str) { in printdelem()
|