HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_LAZY_ALLOCATION (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 117 const MemoryRequirement MemoryRequirement::LazilyAllocated = MemoryRequirement(MemoryRequirement::FLAG_LAZY_ALLOCATION);
128 if ((m_flags & FLAG_HOST_VISIBLE) && (m_flags & FLAG_LAZY_ALLOCATION))
142 if ((m_flags & FLAG_LAZY_ALLOCATION) && !(heapFlags & VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT))
vkMemUtil.hpp 113 FLAG_LAZY_ALLOCATION = 1u << 2u,

Completed in 56 milliseconds