Searched refs:rnndeccontext (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/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) { in rnndec_newcontext() 36 struct rnndeccontext *res = calloc (sizeof *res, 1); in rnndec_newcontext() 42 int rnndec_varadd(struct rnndeccontext *ctx, char *varset, const char *variant) { in rnndec_varadd() 80 int rnndec_varmatch(struct rnndeccontext *ctx, struct rnnvarinfo *vi) { in rnndec_varmatch() 130 static const char *rnndec_decode_enum_val(struct rnndeccontext *ctx, in rnndec_decode_enum_val() 141 const char *rnndec_decode_enum(struct rnndeccontext *ctx, const char *enumname, uint64_t enumval) in rnndec_decode_enum() 159 char *rnndec_decodeval(struct rnndeccontext *ctx, struct rnntypeinfo *ti, uint64_t value) { in rnndec_decodeval() 326 static char *appendidx (struct rnndeccontext *ctx, char *name, uint64_t idx, struct rnnenum *index) { in appendidx() 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) { in trymatch() 472 int rnndec_checkaddr(struct rnndeccontext *ct [all...] |
/third_party/mesa3d/src/freedreno/decode/ |
H A D | rnnutil.h | 41 struct rnndeccontext *vc, *vc_nocolor;
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | util.c | 35 static struct rnndeccontext *ctx;
|
Completed in 3 milliseconds