Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c1289 VkMemoryPropertyFlags deny_props, in wsi_select_memory_type() argument
1300 if (deny_props & type.propertyFlags) in wsi_select_memory_type()
1307 if ((deny_props & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) && in wsi_select_memory_type()
1313 deny_props &= ~VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in wsi_select_memory_type()
1314 return wsi_select_memory_type(wsi, req_props, deny_props, type_bits); in wsi_select_memory_type()