Searched refs:pandecode_fbd (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/panfrost/lib/genxml/ |
D | decode.h | 219 struct pandecode_fbd { struct 224 struct pandecode_fbd GENX(pandecode_fbd)(struct pandecode_context *ctx, argument
|
D | decode.c | 111 struct pandecode_fbd 112 GENX(pandecode_fbd)(struct pandecode_context *ctx, uint64_t gpu_va, in GENX() argument 189 return (struct pandecode_fbd){ in GENX() 200 return (struct pandecode_fbd){ in GENX()
|
D | decode_jm.c | 262 struct pandecode_fbd fbd_info = {.rt_count = 1}; in GENX() 283 GENX(pandecode_fbd)(ctx, ptr.pointer, false, gpu_id); in GENX() 285 GENX(pandecode_fbd)(ctx, p->fbd, false, gpu_id); in GENX() 499 UNUSED struct pandecode_fbd info = in pandecode_fragment_job() 500 GENX(pandecode_fbd)(ctx, fbd_pointer, true, gpu_id); in pandecode_fragment_job()
|
D | decode_csf.c | 756 GENX(pandecode_fbd) in pandecode_run_fragment()
|
/external/mesa3d/docs/relnotes/ |
D | 22.3.0.rst | 330 - pan/decode: Simplify pandecode_fbd
|