Searched refs:gpuname (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | analyze.lua | 18 -- * [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...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | rnnutil.c | 106 rnn_load(struct rnn *rnn, const char *gpuname) argument 108 if (strstr(gpuname, "a2")) { 110 } else if (strstr(gpuname, "a3")) { 112 } else if (strstr(gpuname, "a4")) { 114 } else if (strstr(gpuname, "a5")) { 116 } else if (strstr(gpuname, "a6")) {
|
| H A D | rnnutil.h | 55 void rnn_load(struct rnn *rnn, const char *gpuname);
|
| H A D | script.c | 470 const char *gpuname = lua_tostring(L, 1); local in function:l_rnn_init 473 rnn_load(&rnndec->base, gpuname);
|
| H A D | cffdec.c | 713 init_rnn(const char *gpuname) argument 717 rnn_load(rnn, gpuname);
|
Completed in 7 milliseconds