Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c1294 VkMemoryPropertyFlags common_props = ~0; in wsi_select_memory_type() local
1298 common_props &= type.propertyFlags; in wsi_select_memory_type()
1308 (common_props & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in wsi_select_memory_type()