Lines Matching refs:mip_levels
67 if (image->vk.mip_levels > 1 ||
92 const uint32_t level_alignment = image->vk.mip_levels > 1 ? 4 : 1;
94 assert(image->vk.mip_levels <= ARRAY_SIZE(image->mip_levels));
98 for (uint32_t i = 0; i < image->vk.mip_levels; i++) {
102 struct pvr_mip_level *mip_level = &image->mip_levels[i];
243 &image->mip_levels[subresource->mipLevel];
245 pvr_assert(subresource->mipLevel < image->vk.mip_levels);
281 info.mip_levels = iview->vk.level_count;
287 image->mip_levels[info.base_level].offset;
288 info.mipmaps_present = (image->vk.mip_levels > 1) ? true : false;
332 info.mip_levels = 1;
399 info.mip_levels = 1U;