Searched refs:deny_props (Results 1 – 1 of 1) sorted by relevance
1289 VkMemoryPropertyFlags deny_props, in wsi_select_memory_type() argument1300 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()