Home
last modified time | relevance | path

Searched refs:DEVSEL_GET_CB (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c169 #define DEVSEL_GET_CB(func) info->func = (PFN_vk##func)info->GetInstanceProcAddr(*pInstance, "vk" #func) in device_select_CreateInstance() macro
170 DEVSEL_GET_CB(DestroyInstance); in device_select_CreateInstance()
171 DEVSEL_GET_CB(EnumeratePhysicalDevices); in device_select_CreateInstance()
172 DEVSEL_GET_CB(EnumeratePhysicalDeviceGroups); in device_select_CreateInstance()
173 DEVSEL_GET_CB(GetPhysicalDeviceProperties); in device_select_CreateInstance()
174 DEVSEL_GET_CB(EnumerateDeviceExtensionProperties); in device_select_CreateInstance()
176 DEVSEL_GET_CB(GetPhysicalDeviceProperties2); in device_select_CreateInstance()
177 #undef DEVSEL_GET_CB in device_select_CreateInstance() macro

Completed in 2 milliseconds