Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/decode/
Drnnutil.c124 uint32_t regbase = rnndec_decodereg(rnn->vc_nocolor, rnn->dom[0], name); in rnn_regbase()
126 regbase = rnndec_decodereg(rnn->vc_nocolor, rnn->dom[1], name); in rnn_regbase()
Dcffdec.c2052 uint32_t count_dword = rnndec_decodereg(rnn->vc, domain, "INDIRECT_COUNT"); in cp_draw_indirect_multi()
2053 uint32_t addr_dword = rnndec_decodereg(rnn->vc, domain, "INDIRECT"); in cp_draw_indirect_multi()
2054 uint64_t stride_dword = rnndec_decodereg(rnn->vc, domain, "STRIDE"); in cp_draw_indirect_multi()
/third_party/mesa3d/src/freedreno/rnn/
Drnndec.h57 uint64_t rnndec_decodereg(struct rnndeccontext *ctx, struct rnndomain *domain, const char *name);
Drnndec.c551 uint64_t rnndec_decodereg(struct rnndeccontext *ctx, struct rnndomain *domain, const char *name) in rnndec_decodereg() function
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1211 - freedreno/rnn: Support stripes in rnndec_decodereg