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

/xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c172 #define DEVSEL_GET_CB(func) info->func = (PFN_vk##func)info->GetInstanceProcAddr(*pInstance, "vk" #func) macro
173 DEVSEL_GET_CB(DestroyInstance);
174 DEVSEL_GET_CB(EnumeratePhysicalDevices);
175 DEVSEL_GET_CB(EnumeratePhysicalDeviceGroups);
176 DEVSEL_GET_CB(GetPhysicalDeviceProperties);
177 DEVSEL_GET_CB(EnumerateDeviceExtensionProperties);
179 DEVSEL_GET_CB(GetPhysicalDeviceProperties2);
180 #undef DEVSEL_GET_CB

Completed in 2 milliseconds