Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c79 #define WSI_GET_CB(func) \ in wsi_device_init() macro
81 WSI_GET_CB(GetPhysicalDeviceExternalSemaphoreProperties); in wsi_device_init()
82 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init()
83 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init()
84 WSI_GET_CB(GetPhysicalDeviceQueueFamilyProperties); in wsi_device_init()
85 #undef WSI_GET_CB in wsi_device_init()
128 #define WSI_GET_CB(func) \ in wsi_device_init() macro
130 WSI_GET_CB(AllocateMemory); in wsi_device_init()
131 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init()
132 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
[all …]