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