Searched defs:rnn (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/freedreno/decode/ |
D | rnnutil.c | 39 finddom(struct rnn *rnn, uint32_t regbase) in finddom() 47 _rnn_init(struct rnn *rnn, int nocolor) in _rnn_init() 65 struct rnn *rnn = calloc(sizeof(*rnn), 1); in rnn_new() local 76 init(struct rnn *rnn, char *file, char *domain) in init() 100 rnn_load_file(struct rnn *rnn, char *file, char *domain) in rnn_load_file() 106 rnn_load(struct rnn *rnn, const char *gpuname) in rnn_load() 122 rnn_regbase(struct rnn *rnn, const char *name) in rnn_regbase() 131 rnn_regname(struct rnn *rnn, uint32_t regbase, int color) in rnn_regname() 148 rnn_reginfo(struct rnn *rnn, uint32_t regbase) in rnn_reginfo() 154 rnn_enumname(struct rnn *rnn, const char *name, uint32_t val) in rnn_enumname() [all …]
|
D | rnnutil.h | 39 struct rnn { struct 40 struct rnndb *db; argument 41 struct rnndeccontext *vc, *vc_nocolor; argument 42 struct rnndomain *dom[2]; argument 51 void _rnn_init(struct rnn *rnn, int nocolor); argument
|
D | script.c | 70 to_rnndec(struct rnn *rnn) in to_rnndec() 76 rnn_val(struct rnn *rnn, uint32_t regbase) in rnn_val() 164 struct rnn *rnn; member 170 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff() 185 pushdecval(struct lua_State *L, struct rnn *rnn, uint64_t regval, in pushdecval() 214 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype() 272 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_struct() 319 l_rnn_etype_array(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_array() 423 l_rnn_etype_reg(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_reg() 444 struct rnn *rnn = lua_touserdata(L, 1); in l_rnn_meta_index() local [all …]
|
D | crashdec.c | 461 dump_register(struct rnn *rnn, uint32_t offset, uint32_t value) in dump_register()
|
D | cffdec.c | 710 static struct rnn *rnn; variable
|
/third_party/mesa3d/src/freedreno/ |
D | meson.build | 59 subdir('rnn') subdir
|
/third_party/ffmpeg/libavfilter/ |
D | af_arnndn.c | 132 RNNState rnn[2]; member 188 static int rnnoise_model_from_file(FILE *f, RNNModel **rnn) in rnnoise_model_from_file() 1346 static void compute_rnn(AudioRNNContext *s, RNNState *rnn, float *gains, float *vad, const float *i… in compute_rnn()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_util.h | 455 Range *rnn; in coalesce() local
|