Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eHostVisible

9396     eHostVisible = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT,
19857 case MemoryPropertyFlagBits::eHostVisible: return "HostVisible";
19870 if (value & MemoryPropertyFlagBits::eHostVisible) result += "HostVisible | ";