Searched refs:pipe_count (Results 1 – 4 of 4) sorted by relevance
156 fb->pipe_count = fb->tile_count; in tu_tiling_config_update_pipe_layout()158 while (fb->pipe_count.width * fb->pipe_count.height > max_pipe_count) { in tu_tiling_config_update_pipe_layout()161 fb->pipe_count.width = in tu_tiling_config_update_pipe_layout()165 fb->pipe_count.height = in tu_tiling_config_update_pipe_layout()177 fb->pipe_count.width * fb->pipe_count.height; in tu_tiling_config_update_pipes()186 for (uint32_t y = 0; y < fb->pipe_count.height; y++) { in tu_tiling_config_update_pipes()187 for (uint32_t x = 0; x < fb->pipe_count.width; x++) { in tu_tiling_config_update_pipes()190 const uint32_t pipe_w = (x == fb->pipe_count.width - 1) in tu_tiling_config_update_pipes()193 const uint32_t pipe_h = (y == fb->pipe_count.height - 1) in tu_tiling_config_update_pipes()196 const uint32_t n = fb->pipe_count.width * y + x; in tu_tiling_config_update_pipes()
1572 VkExtent2D pipe_count; member
925 fb->pipe_count.width * fb->pipe_count.height; in emit_vsc_overflow_test()1342 for (uint32_t py = 0; py < fb->pipe_count.height; py++) { in tu_cmd_render_tiles()1343 for (uint32_t px = 0; px < fb->pipe_count.width; px++, pipe++) { in tu_cmd_render_tiles()
4047 const unsigned pipe_count = in radv_gfx10_compute_bin_size() local4050 const unsigned db_tag_part = (db_tag_count * rb_count / pipe_count) * db_tag_size * pipe_count; in radv_gfx10_compute_bin_size()4052 (color_tag_count * rb_count / pipe_count) * color_tag_size * pipe_count; in radv_gfx10_compute_bin_size()4054 (fmask_tag_count * rb_count / pipe_count) * fmask_tag_size * pipe_count; in radv_gfx10_compute_bin_size()