Searched refs:eSingleMiptail (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 3063 eSingleMiptail = VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits 3072 case SparseImageFormatFlagBits::eSingleMiptail: return "SingleMiptail"; in to_string() 9067 allFlags = VkFlags( SparseImageFormatFlagBits::eSingleMiptail ) | 9103 if ( value & SparseImageFormatFlagBits::eSingleMiptail ) in to_string() |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2217 eSingleMiptail = VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits 2229 SparseImageFormatFlagBits::eSingleMiptail | SparseImageFormatFlagBits::eAlignedMipSize | SparseImageFormatFlagBits::eNonstandardBlockSize; |
H A D | vulkan_to_string.hpp | 428 if ( value & SparseImageFormatFlagBits::eSingleMiptail ) in to_string() 5164 case SparseImageFormatFlagBits::eSingleMiptail: return "SingleMiptail"; in to_string() |
Completed in 195 milliseconds