Home
last modified time | relevance | path

Searched refs:ALL_MEMORY_PROPERTY_FLAGS (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Vulkan/
H A DVulkanContext.cpp730 static constexpr u32 ALL_MEMORY_PROPERTY_FLAGS = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | in GetMemoryType() local
734 const u32 mask = strict ? ALL_MEMORY_PROPERTY_FLAGS : properties; in GetMemoryType()