Home
last modified time | relevance | path

Searched refs:eLazilyAllocated (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2804 eLazilyAllocated = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits
2819 case MemoryPropertyFlagBits::eLazilyAllocated: return "LazilyAllocated"; in to_string()
8631 VkFlags( MemoryPropertyFlagBits::eLazilyAllocated ) | VkFlags( MemoryPropertyFlagBits::eProtected ) |
8676 if ( value & MemoryPropertyFlagBits::eLazilyAllocated ) in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2005 eLazilyAllocated = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits
2020 MemoryPropertyFlagBits::eHostCached | MemoryPropertyFlagBits::eLazilyAllocated | MemoryPropertyFlagBits::eProtected |
H A Dvulkan_to_string.hpp242 if ( value & MemoryPropertyFlagBits::eLazilyAllocated ) in to_string()
5020 case MemoryPropertyFlagBits::eLazilyAllocated: return "LazilyAllocated"; in to_string()

Completed in 200 milliseconds