Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3821 const unsigned color_pixel_count_log = util_logbase2(color_tag_part / color_bytes_per_pixel); in radv_gfx10_compute_bin_size() local
3822 extent.width = 1ull << ((color_pixel_count_log + 1) / 2); in radv_gfx10_compute_bin_size()
3823 extent.height = 1ull << (color_pixel_count_log / 2); in radv_gfx10_compute_bin_size()
3830 .height = 1ull << (color_pixel_count_log / 2) in radv_gfx10_compute_bin_size()
3849 .height = 1ull << (color_pixel_count_log / 2) in radv_gfx10_compute_bin_size()