Searched refs:prepareForSampling (Results 1 – 3 of 3) sorted by relevance
79 void prepareForSampling() const { image->prepareForSampling(subresourceRange); } in prepareForSampling() function in vk::ImageView
87 void prepareForSampling(const VkImageSubresourceRange &subresourceRange);
402 dstImage->prepareForSampling({ region.dstSubresource.aspectMask, region.dstSubresource.mipLevel, 1, in copyTo()531 prepareForSampling({ region.imageSubresource.aspectMask, region.imageSubresource.mipLevel, 1, in copy()974 void Image::prepareForSampling(const VkImageSubresourceRange &subresourceRange) in prepareForSampling() function in vk::Image