Searched refs:FLAG_HOST_VISIBLE (Results 1 – 2 of 2) sorted by relevance
120 …uirement MemoryRequirement::HostVisible = MemoryRequirement(MemoryRequirement::FLAG_HOST_VISIBLE);132 if ((m_flags & FLAG_COHERENT) && !(m_flags & FLAG_HOST_VISIBLE)) in matchesHeap()134 if ((m_flags & FLAG_HOST_VISIBLE) && (m_flags & FLAG_LAZY_ALLOCATION)) in matchesHeap()136 if ((m_flags & FLAG_PROTECTED) && (m_flags & FLAG_HOST_VISIBLE)) in matchesHeap()140 if ((m_flags & FLAG_HOST_VISIBLE) && !(heapFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)) in matchesHeap()
115 FLAG_HOST_VISIBLE = 1u << 0u, enumerator