Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c370 static struct rnndecaddrinfo *trymatch (struct rnndeccontext *ctx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uint64_t *indices, int indicesnum) { in trymatch() function
428 res = trymatch (ctx, elems[i]->subelems, elems[i]->subelemsnum, offset, write, dwidth, nind, nindnum); in trymatch()
453 if ((res = trymatch (ctx, elems[i]->subelems, elems[i]->subelemsnum, offset, write, dwidth, 0, 0))) { in trymatch()
473 struct rnndecaddrinfo *res = trymatch(ctx, domain->subelems, domain->subelemsnum, addr, write, domain->width, 0, 0); in rnndec_checkaddr()
482 struct rnndecaddrinfo *res = trymatch(ctx, domain->subelems, domain->subelemsnum, addr, write, domain->width, 0, 0); in rnndec_decodeaddr()

Completed in 4 milliseconds