Home
last modified time | relevance | path

Searched refs:hasLazilyAllocatedMemory (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.h340 bool hasLazilyAllocatedMemory() const;
Dvk_utils.cpp359 bool MemoryProperties::hasLazilyAllocatedMemory() const in hasLazilyAllocatedMemory() function in rx::vk::MemoryProperties
Dvk_helpers.cpp4662 const bool hasLazilyAllocatedMemory = memoryProperties.hasLazilyAllocatedMemory(); in initImplicitMultisampledRenderToTexture() local
4665 (hasLazilyAllocatedMemory ? VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT : 0) | in initImplicitMultisampledRenderToTexture()
4680 (hasLazilyAllocatedMemory ? VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT : 0) | in initImplicitMultisampledRenderToTexture()