Lines Matching refs:baseMipLevel
406 width = radv_minify(image->info.width, range->baseMipLevel + level); in radv_process_depth_image_layer()
407 height = radv_minify(image->info.height, range->baseMipLevel + level); in radv_process_depth_image_layer()
418 .baseMipLevel = range->baseMipLevel + level, in radv_process_depth_image_layer()
499 if (!radv_htile_enabled(image, subresourceRange->baseMipLevel + l)) in radv_process_depth_stencil()
502 uint32_t width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil()
503 uint32_t height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil()
551 if (!radv_htile_enabled(image, subresourceRange->baseMipLevel + l)) in radv_expand_depth_stencil_compute()
554 width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); in radv_expand_depth_stencil_compute()
555 height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); in radv_expand_depth_stencil_compute()
566 .baseMipLevel = subresourceRange->baseMipLevel + l, in radv_expand_depth_stencil_compute()
580 .baseMipLevel = subresourceRange->baseMipLevel + l, in radv_expand_depth_stencil_compute()