Searched refs:hasLazilyAllocatedMemory (Results 1 – 3 of 3) sorted by relevance
340 bool hasLazilyAllocatedMemory() const;
359 bool MemoryProperties::hasLazilyAllocatedMemory() const in hasLazilyAllocatedMemory() function in rx::vk::MemoryProperties
4662 const bool hasLazilyAllocatedMemory = memoryProperties.hasLazilyAllocatedMemory(); in initImplicitMultisampledRenderToTexture() local4665 (hasLazilyAllocatedMemory ? VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT : 0) | in initImplicitMultisampledRenderToTexture()4680 (hasLazilyAllocatedMemory ? VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT : 0) | in initImplicitMultisampledRenderToTexture()