Lines Matching refs:baseMipLevel
883 .baseMipLevel = iview->vk.base_mip_level, in radv_fast_clear_depth()
1288 assert(range->baseMipLevel == 0 && radv_get_levelCount(image, range) == 1); in radv_clear_fmask()
1310 uint32_t level = range->baseMipLevel + l; in radv_clear_dcc()
1396 if (!radv_dcc_enabled(image, range->baseMipLevel + l)) in radv_clear_dcc_comp_to_single()
1399 width = radv_minify(image->info.width, range->baseMipLevel + l); in radv_clear_dcc_comp_to_single()
1400 height = radv_minify(image->info.height, range->baseMipLevel + l); in radv_clear_dcc_comp_to_single()
1410 .baseMipLevel = range->baseMipLevel + l, in radv_clear_dcc_comp_to_single()
1477 uint32_t level = range->baseMipLevel + l; in radv_clear_htile()
1795 .baseMipLevel = iview->vk.base_mip_level, in radv_fast_clear_color()
2059 uint32_t width = radv_minify(image->info.width, range->baseMipLevel + level); in radv_clear_image_layer()
2060 uint32_t height = radv_minify(image->info.height, range->baseMipLevel + level); in radv_clear_image_layer()
2069 .baseMipLevel = range->baseMipLevel + level, in radv_clear_image_layer()
2166 .baseMipLevel = range->baseMipLevel, in radv_fast_clear_range()
2180 radv_minify(image->info.width, range->baseMipLevel), in radv_fast_clear_range()
2181 radv_minify(image->info.height, range->baseMipLevel), in radv_fast_clear_range()
2244 if (radv_layout_dcc_compressed(cmd_buffer->device, image, range->baseMipLevel, in radv_cmd_clear_image()
2274 ? radv_minify(image->info.depth, range->baseMipLevel + l) in radv_cmd_clear_image()
2282 surf.level = range->baseMipLevel + l; in radv_cmd_clear_image()
2299 if (radv_dcc_enabled(image, ranges[i].baseMipLevel)) in radv_cmd_clear_image()