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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c624 void *fbd = out; local in function:pan_emit_mfbd
629 pan_section_ptr(fbd, FRAMEBUFFER, LOCAL_STORAGE));
637 pan_section_pack(fbd, FRAMEBUFFER, PARAMETERS, cfg) {
691 pan_section_pack(fbd, FRAMEBUFFER, PADDING, padding);
694 pan_section_ptr(fbd, FRAMEBUFFER, TILER));
697 pan_section_pack(fbd, FRAMEBUFFER, TILER_WEIGHTS, w);
730 void *fbd)
733 pan_section_ptr(fbd, FRAMEBUFFER, TILER));
736 pan_section_pack(fbd, FRAMEBUFFER, PADDING_1, padding);
737 pan_section_pack(fbd, FRAMEBUFFE
727 pan_emit_sfbd_tiler(const struct panfrost_device * dev,const struct pan_fb_info * fb,const struct pan_tiler_context * ctx,void * fbd) argument
741 pan_emit_sfbd(const struct panfrost_device * dev,const struct pan_fb_info * fb,const struct pan_tls_info * tls,const struct pan_tiler_context * tiler_ctx,void * fbd) argument
[all...]
H A Dpan_cs.h184 mali_ptr fbd,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c200 void *fbd = tmp_fbd; local in function:panvk_per_arch
202 void *fbd = batch->fb.desc.cpu; local in function:panvk_per_arch
207 &batch->tiler.ctx, fbd);
212 pan_section_ptr(fbd, FRAMEBUFFER, TILER),
H A Dpanvk_vX_cs.c468 cfg.fbd = draw->fb;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c812 assert(p->fbd & MALI_FBD_TAG_IS_MFBD);
813 fbd_info = pandecode_mfbd_bfr((u64) ((uintptr_t) p->fbd) & ~MALI_FBD_TAG_MASK,
817 pandecode_sfbd((u64) (uintptr_t) p->fbd, job_no, false, gpu_id);
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1752 uint64_t fbd; member in struct:MALI_DRAW
1805 __gen_uint(values->fbd, 0, 63);
1807 __gen_uint(values->fbd, 0, 63) >> 32;
1847 values->fbd = __gen_unpack_uint(cl, 896, 959);
1880 fprintf(fp, "%*sFBD: 0x%" PRIx64 "\n", indent, "", values->fbd);
H A Dv5_pack.h1805 uint64_t fbd; member in struct:MALI_DRAW
1859 __gen_uint(values->fbd, 0, 63);
1861 __gen_uint(values->fbd, 0, 63) >> 32;
1902 values->fbd = __gen_unpack_uint(cl, 896, 959);
1936 fprintf(fp, "%*sFBD: 0x%" PRIx64 "\n", indent, "", values->fbd);
H A Dv6_pack.h2010 uint64_t fbd; member in struct:MALI_DRAW
2062 __gen_uint(values->fbd, 0, 63);
2064 __gen_uint(values->fbd, 0, 63) >> 32;
2108 values->fbd = __gen_unpack_uint(cl, 896, 959);
2141 fprintf(fp, "%*sFBD: 0x%" PRIx64 "\n", indent, "", values->fbd);
H A Dv7_pack.h2062 uint64_t fbd; member in struct:MALI_DRAW
2114 __gen_uint(values->fbd, 0, 63);
2116 __gen_uint(values->fbd, 0, 63) >> 32;
2160 values->fbd = __gen_unpack_uint(cl, 896, 959);
2193 fprintf(fp, "%*sFBD: 0x%" PRIx64 "\n", indent, "", values->fbd);

Completed in 82 milliseconds