Searched refs:FLAG_LAZY_ALLOCATION (Results 1 – 2 of 2) sorted by relevance
112 …MemoryRequirement::LazilyAllocated = MemoryRequirement(MemoryRequirement::FLAG_LAZY_ALLOCATION);125 if ((m_flags & FLAG_HOST_VISIBLE) && (m_flags & FLAG_LAZY_ALLOCATION)) in matchesHeap()139 if ((m_flags & FLAG_LAZY_ALLOCATION) && !(heapFlags & VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT)) in matchesHeap()
118 FLAG_LAZY_ALLOCATION = 1u << 2u, enumerator