Searched refs:LazilyAllocated (Results 1 – 12 of 12) sorted by relevance
87 static const MemoryRequirement LazilyAllocated; member in vk::MemoryRequirement
112 const MemoryRequirement MemoryRequirement::LazilyAllocated = MemoryRequirement(MemoryRequirement… member in vk::MemoryRequirement
160 …ocation> imageAlloc = memAlloc.allocate(memoryRequirements, MemoryRequirement::LazilyAllocated); in iterate()
58 MemoryRequirement::Local | MemoryRequirement::LazilyAllocated,
369 ? MemoryRequirement::LazilyAllocated in TransientAttachmentTestInstance()
402 | vk::MemoryRequirement::LazilyAllocated); in makeBuffer()
1365 …const MemoryRequirement memoryRequirement = lazy ? MemoryRequirement::LazilyAllocated : MemoryRequ… in createImageMemory()