Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/rnn/
Drnndec.c171 uint64_t value_orig = value; in rnndec_decodeval() local
318 if (value_orig & ~typeinfo_mask(ti)) { in rnndec_decodeval()
319 …asprintf (&tmp, "%s | %s%#"PRIx64"%s", res, ctx->colors->err, value_orig & ~typeinfo_mask(ti), ctx… in rnndec_decodeval()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1439 - freedreno/rnndec: Fix use of undefined value_orig in the !ti case.