Searched refs:kLazyAllocation (Results 1 – 5 of 5) sorted by relevance
26 kLazyAllocation = 0x2, enumerator
82 if (AllocationPropertyFlags::kLazyAllocation & flags) { in allocateMemoryForImage()137 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateMemoryForBuffer()
121 if (AllocationPropertyFlags::kLazyAllocation & flags) { in allocateImageMemory()189 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateBufferMemory()
84 propFlags |= AllocationPropertyFlags::kLazyAllocation; in AllocAndBindImageMemory()