Searched refs:appendidx (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnndec.c | 326 static char *appendidx (struct rnndeccontext *ctx, char *name, uint64_t idx, struct rnnenum *index)… in appendidx() function 398 res->name = appendidx(ctx, res->name, indices[j], NULL); in trymatch() 400 res->name = appendidx(ctx, res->name, idx, elems[i]->index); in trymatch() 435 name = appendidx(ctx, name, indices[j], NULL); in trymatch() 437 name = appendidx(ctx, name, idx, elems[i]->index); in trymatch() 450 name = appendidx(ctx, name, indices[j], NULL); in trymatch() 452 name = appendidx(ctx, name, idx, elems[i]->index); in trymatch()
|