Home
last modified time | relevance | path

Searched refs:appendidx (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/freedreno/rnn/
Drnndec.c324 static char *appendidx (struct rnndeccontext *ctx, char *name, uint64_t idx, struct rnnenum *index)… in appendidx() function
396 res->name = appendidx(ctx, res->name, indices[j], NULL); in trymatch()
398 res->name = appendidx(ctx, res->name, idx, elems[i]->index); in trymatch()
426 name = appendidx(ctx, name, indices[j], NULL); in trymatch()
428 name = appendidx(ctx, name, idx, elems[i]->index); in trymatch()
441 name = appendidx(ctx, name, indices[j], NULL); in trymatch()
443 name = appendidx(ctx, name, idx, elems[i]->index); in trymatch()