Searched refs:pipe_count (Results 1 – 6 of 6) sorted by relevance
148 fb->pipe_count = fb->tile_count; in tu_tiling_config_update_pipe_layout()150 while (fb->pipe_count.width * fb->pipe_count.height > max_pipe_count) { in tu_tiling_config_update_pipe_layout()153 fb->pipe_count.width = in tu_tiling_config_update_pipe_layout()157 fb->pipe_count.height = in tu_tiling_config_update_pipe_layout()169 fb->pipe_count.width * fb->pipe_count.height; in tu_tiling_config_update_pipes()178 for (uint32_t y = 0; y < fb->pipe_count.height; y++) { in tu_tiling_config_update_pipes()179 for (uint32_t x = 0; x < fb->pipe_count.width; x++) { in tu_tiling_config_update_pipes()182 const uint32_t pipe_w = (x == fb->pipe_count.width - 1) in tu_tiling_config_update_pipes()185 const uint32_t pipe_h = (y == fb->pipe_count.height - 1) in tu_tiling_config_update_pipes()188 const uint32_t n = fb->pipe_count.width * y + x; in tu_tiling_config_update_pipes()
1420 VkExtent2D pipe_count; member
886 fb->pipe_count.width * fb->pipe_count.height; in emit_vsc_overflow_test()1279 for (uint32_t py = 0; py < fb->pipe_count.height; py++) { in tu_cmd_render_tiles()1280 for (uint32_t px = 0; px < fb->pipe_count.width; px++, pipe++) { in tu_cmd_render_tiles()
48 int pipe_count; variable375 pipe_count = 1; in TEST()378 pipe_count = 0; in TEST()
450 size_t pipe_count = GetParam(); in TEST_P() local451 for (size_t i = 0; i < pipe_count; ++i) { in TEST_P()467 static_cast<int>(pipe_count)); in TEST_P()
3785 …const unsigned pipe_count = MAX2(rb_count, pipeline->device->physical_device->rad_info.num_sdp_int… in radv_gfx10_compute_bin_size() local3787 const unsigned db_tag_part = (db_tag_count * rb_count / pipe_count) * db_tag_size * pipe_count; in radv_gfx10_compute_bin_size()3788 … unsigned color_tag_part = (color_tag_count * rb_count / pipe_count) * color_tag_size * pipe_count; in radv_gfx10_compute_bin_size()3789 … unsigned fmask_tag_part = (fmask_tag_count * rb_count / pipe_count) * fmask_tag_size * pipe_count; in radv_gfx10_compute_bin_size()