Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_cs.c36 mod_to_block_fmt(uint64_t mod) in mod_to_block_fmt() function
202 ext->s_block_format = mod_to_block_fmt(s->image->layout.modifier); in pan_prepare_s()
258 ext->zs_block_format = mod_to_block_fmt(zs->image->layout.modifier); in pan_prepare_zs()
493 cfg->writeback_block_format = mod_to_block_fmt(rt->image->layout.modifier); in pan_prepare_rt()
880 cfg.color_block_format = mod_to_block_fmt(rt->image->layout.modifier); in GENX()
912 cfg.zs_block_format = mod_to_block_fmt(zs->image->layout.modifier); in GENX()