Home
last modified time | relevance | path

Searched refs:eLazilyAllocated (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1179 eLazilyAllocated = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT, enumerator
1194 | MemoryPropertyFlagBits::eLazilyAllocated
Dvulkansc_to_string.hpp134 if ( value & MemoryPropertyFlagBits::eLazilyAllocated ) result += "LazilyAllocated | "; in to_string()
2143 case MemoryPropertyFlagBits::eLazilyAllocated : return "LazilyAllocated"; in to_string()
Dvulkan_enums.hpp2034 eLazilyAllocated = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT, enumerator
2052 | MemoryPropertyFlagBits::eLazilyAllocated
Dvulkan_to_string.hpp167 if ( value & MemoryPropertyFlagBits::eLazilyAllocated ) result += "LazilyAllocated | "; in to_string()
4172 case MemoryPropertyFlagBits::eLazilyAllocated : return "LazilyAllocated"; in to_string()