Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c52 #define WSI_GET_CB(func) \ in wsi_device_init() macro
54 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init()
55 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init()
56 WSI_GET_CB(GetPhysicalDeviceQueueFamilyProperties); in wsi_device_init()
57 #undef WSI_GET_CB in wsi_device_init()
73 #define WSI_GET_CB(func) \ in wsi_device_init() macro
75 WSI_GET_CB(AllocateMemory); in wsi_device_init()
76 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init()
77 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
78 WSI_GET_CB(BindImageMemory); in wsi_device_init()
[all …]