Searched refs:pandecode_fau (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/panfrost/lib/genxml/ |
D | decode_csf.c | 472 GENX(pandecode_fau)(ctx, fau & BITFIELD64_MASK(48), fau >> 56, "FAU"); in pandecode_run_compute() 512 GENX(pandecode_fau)(ctx, fau & BITFIELD64_MASK(48), fau >> 56, "FAU"); in pandecode_run_compute_indirect() 564 GENX(pandecode_fau)(ctx, lo, hi, "Fragment FAU"); in pandecode_run_tiling() 661 GENX(pandecode_fau)(ctx, lo, hi, "Position FAU"); in pandecode_run_idvs() 668 GENX(pandecode_fau)(ctx, lo, hi, "Varying FAU"); in pandecode_run_idvs() 675 GENX(pandecode_fau)(ctx, lo, hi, "Fragment FAU"); in pandecode_run_idvs()
|
D | decode.c | 378 GENX(pandecode_fau)(struct pandecode_context *ctx, uint64_t addr, in GENX() argument 488 GENX(pandecode_fau)(ctx, p->fau, p->fau_count, "FAU"); in GENX()
|
D | decode.h | 266 void GENX(pandecode_fau)(struct pandecode_context *ctx, uint64_t addr,
|