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.c38 #define WSI_GET_CB(func) \ in wsi_device_init() macro
40 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init()
41 WSI_GET_CB(GetPhysicalDeviceQueueFamilyProperties); in wsi_device_init()
42 #undef WSI_GET_CB in wsi_device_init()
47 #define WSI_GET_CB(func) \ in wsi_device_init() macro
49 WSI_GET_CB(AllocateMemory); in wsi_device_init()
50 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init()
51 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
52 WSI_GET_CB(BindImageMemory); in wsi_device_init()
53 WSI_GET_CB(BeginCommandBuffer); in wsi_device_init()
[all …]