Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1626 VkMemoryPropertyFlags common_props = ~0; in wsi_select_memory_type() local
1630 common_props &= type.propertyFlags; in wsi_select_memory_type()
1640 (common_props & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in wsi_select_memory_type()