Home
last modified time | relevance | path

Searched refs:gpuname (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/decode/scripts/
H A Danalyze.lua18 -- * [gpuname] - gpu
33 local gpuname = nil
49 gpuname = posix.basename(posix.dirname(name))
50 --io.write("START: gpuname=" .. gpuname .. ", testname=" .. testname .. "\n");
51 local gpu = results[gpuname]
54 results[gpuname] = gpu
85 local uniq_regvals = results[gpuname]["regvals"][regbase]
88 results[gpuname]["regvals"][regbase] = uniq_regvals;
107 gpuname
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Drnnutil.c106 rnn_load(struct rnn *rnn, const char *gpuname) in rnn_load() argument
108 if (strstr(gpuname, "a2")) { in rnn_load()
110 } else if (strstr(gpuname, "a3")) { in rnn_load()
112 } else if (strstr(gpuname, "a4")) { in rnn_load()
114 } else if (strstr(gpuname, "a5")) { in rnn_load()
116 } else if (strstr(gpuname, "a6")) { in rnn_load()
H A Drnnutil.h54 void rnn_load(struct rnn *rnn, const char *gpuname);
H A Dscript.c473 const char *gpuname = lua_tostring(L, 1); in l_rnn_init() local
476 rnn_load(&rnndec->base, gpuname); in l_rnn_init()
H A Dcffdec.c713 init_rnn(const char *gpuname) in init_rnn() argument
717 rnn_load(rnn, gpuname); in init_rnn()

Completed in 9 milliseconds