Searched refs:FLAG_COHERENT (Results 1 – 3 of 3) sorted by relevance
76 #define FLAG_COHERENT 1 macro167 if (priv->flag & FLAG_COHERENT) in ceva_init_sata()208 priv->flag |= FLAG_COHERENT; in sata_ceva_ofdata_to_platdata()
121 …oryRequirement MemoryRequirement::Coherent = MemoryRequirement(MemoryRequirement::FLAG_COHERENT);132 if ((m_flags & FLAG_COHERENT) && !(m_flags & FLAG_HOST_VISIBLE)) in matchesHeap()144 if ((m_flags & FLAG_COHERENT) && !(heapFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)) in matchesHeap()
116 FLAG_COHERENT = 1u << 1u, enumerator