Lines Matching refs:baseMipLevel
489 width = radv_minify(image->info.width, range->baseMipLevel + level); in radv_process_depth_image_layer()
490 height = radv_minify(image->info.height, range->baseMipLevel + level); in radv_process_depth_image_layer()
501 .baseMipLevel = range->baseMipLevel + level, in radv_process_depth_image_layer()
585 if (!radv_htile_enabled(image, subresourceRange->baseMipLevel + l)) in radv_process_depth_stencil()
588 uint32_t width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil()
589 uint32_t height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil()
637 if (!radv_htile_enabled(image, subresourceRange->baseMipLevel + l)) in radv_expand_depth_stencil_compute()
640 width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); in radv_expand_depth_stencil_compute()
641 height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); in radv_expand_depth_stencil_compute()
652 .baseMipLevel = subresourceRange->baseMipLevel + l, in radv_expand_depth_stencil_compute()
666 .baseMipLevel = subresourceRange->baseMipLevel + l, in radv_expand_depth_stencil_compute()