Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c350 uint32_t cpp_total = 0; in tu_render_pass_gmem_config() local
355 cpp_total += att->cpp; in tu_render_pass_gmem_config()
360 cpp_total += att->samples; in tu_render_pass_gmem_config()
376 if (cpp_total == 0) { in tu_render_pass_gmem_config()
399 uint32_t nblocks = MAX2((gmem_blocks * att->cpp / cpp_total) & ~(align - 1), align); in tu_render_pass_gmem_config()
405 cpp_total -= att->cpp; in tu_render_pass_gmem_config()
414 uint32_t nblocks = gmem_blocks * att->samples / cpp_total; in tu_render_pass_gmem_config()
419 cpp_total -= att->samples; in tu_render_pass_gmem_config()