Searched refs:rnndeccontext (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnndec.h | 36 struct rnndeccontext { struct 50 struct rnndeccontext *rnndec_newcontext(struct rnndb *db); 51 int rnndec_varadd(struct rnndeccontext *ctx, char *varset, const char *variant); 52 int rnndec_varmatch(struct rnndeccontext *ctx, struct rnnvarinfo *vi); 53 const char *rnndec_decode_enum(struct rnndeccontext *ctx, const char *enumname, uint64_t enumval); 54 char *rnndec_decodeval(struct rnndeccontext *ctx, struct rnntypeinfo *ti, uint64_t value); 55 int rnndec_checkaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write); 56 struct rnndecaddrinfo *rnndec_decodeaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write); 57 uint64_t rnndec_decodereg(struct rnndeccontext *ctx, struct rnndomain *domain, const char *name);
|
| H A D | rnndec.c | 35 struct rnndeccontext *rnndec_newcontext(struct rnndb *db) { 36 struct rnndeccontext *res = calloc (sizeof *res, 1); 42 int rnndec_varadd(struct rnndeccontext *ctx, char *varset, const char *variant) { 80 int rnndec_varmatch(struct rnndeccontext *ctx, struct rnnvarinfo *vi) { 130 static const char *rnndec_decode_enum_val(struct rnndeccontext *ctx, 141 const char *rnndec_decode_enum(struct rnndeccontext *ctx, const char *enumname, uint64_t enumval) 159 char *rnndec_decodeval(struct rnndeccontext *ctx, struct rnntypeinfo *ti, uint64_t value) { 326 static char *appendidx (struct rnndeccontext *ctx, char *name, uint64_t idx, struct rnnenum *index) { 370 static struct rnndecaddrinfo *trymatch (struct rnndeccontext *ctx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uint64_t *indices, int indicesnum) { 472 int rnndec_checkaddr(struct rnndeccontext *ct [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | rnnutil.h | 41 struct rnndeccontext *vc, *vc_nocolor;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | util.c | 35 static struct rnndeccontext *ctx;
|
Completed in 69 milliseconds