Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c596 uint32_t gmem_blocks = gmem_size / gmem_align; in tu_render_pass_gmem_config() local
607 MAX2((gmem_blocks * att->cpp / cpp_total) & ~(align - 1), align); in tu_render_pass_gmem_config()
609 if (nblocks > gmem_blocks) in tu_render_pass_gmem_config()
612 gmem_blocks -= nblocks; in tu_render_pass_gmem_config()
622 uint32_t nblocks = gmem_blocks * att->samples / cpp_total; in tu_render_pass_gmem_config()
623 if (nblocks > gmem_blocks) in tu_render_pass_gmem_config()
626 gmem_blocks -= nblocks; in tu_render_pass_gmem_config()