Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c553 uint32_t cpp_total = 0; in tu_render_pass_gmem_config() local
558 cpp_total += att->cpp; in tu_render_pass_gmem_config()
563 cpp_total += att->samples; in tu_render_pass_gmem_config()
580 if (cpp_total == 0) { in tu_render_pass_gmem_config()
607 MAX2((gmem_blocks * att->cpp / cpp_total) & ~(align - 1), align); in tu_render_pass_gmem_config()
613 cpp_total -= att->cpp; in tu_render_pass_gmem_config()
622 uint32_t nblocks = gmem_blocks * att->samples / cpp_total; in tu_render_pass_gmem_config()
627 cpp_total -= att->samples; in tu_render_pass_gmem_config()