Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c163 #define DEVSEL_GET_CB(func) info->func = (PFN_vk##func)info->GetInstanceProcAddr(*pInstance, "vk" #… in device_select_CreateInstance() macro
164 DEVSEL_GET_CB(DestroyInstance); in device_select_CreateInstance()
165 DEVSEL_GET_CB(EnumeratePhysicalDevices); in device_select_CreateInstance()
166 DEVSEL_GET_CB(EnumeratePhysicalDeviceGroups); in device_select_CreateInstance()
167 DEVSEL_GET_CB(GetPhysicalDeviceProperties); in device_select_CreateInstance()
168 DEVSEL_GET_CB(EnumerateDeviceExtensionProperties); in device_select_CreateInstance()
170 DEVSEL_GET_CB(GetPhysicalDeviceProperties2); in device_select_CreateInstance()
171 #undef DEVSEL_GET_CB in device_select_CreateInstance()