Searched defs:gpa (Results 1 – 2 of 2) sorted by relevance
102 …tanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, in… in initInstanceTable()123 …nstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa) { in initInstanceTable()127 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_ta… in initDeviceTable()144 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) { in initDeviceTable()
59 PFN_vkGetDeviceProcAddr gpa = pDisp->GetDeviceProcAddr; in create_device_register_extensions() local