Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c389 uint32_t gmem_blocks = phys_dev->info.a6xx.ccu_offset_gmem / gmem_align; in tu_render_pass_gmem_config() local
399 uint32_t nblocks = MAX2((gmem_blocks * att->cpp / cpp_total) & ~(align - 1), align); in tu_render_pass_gmem_config()
401 if (nblocks > gmem_blocks) in tu_render_pass_gmem_config()
404 gmem_blocks -= nblocks; in tu_render_pass_gmem_config()
414 uint32_t nblocks = gmem_blocks * att->samples / cpp_total; in tu_render_pass_gmem_config()
415 if (nblocks > gmem_blocks) in tu_render_pass_gmem_config()
418 gmem_blocks -= nblocks; in tu_render_pass_gmem_config()