Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h89 VkPhysicalDeviceMemoryProperties memory_props; member
Dwsi_common_drm.c68 for (uint32_t i = 0; i < wsi->memory_props.memoryTypeCount; i++) { in select_memory_type()
69 const VkMemoryType type = wsi->memory_props.memoryTypes[i]; in select_memory_type()
Dwsi_common.c70 GetPhysicalDeviceMemoryProperties(pdevice, &wsi->memory_props); in wsi_device_init()