Searched refs:GetDeviceGroupSurfacePresentModesKHR (Results 1 – 7 of 7) sorted by relevance
385 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
563 …table->GetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR) gpa(dev… in layer_init_device_dispatch_table()564 …if (table->GetDeviceGroupSurfacePresentModesKHR == nullptr) { table->GetDeviceGroupSurfacePresentM… in layer_init_device_dispatch_table()
3725 … (!wrap_handles) return layer_data->device_dispatch_table.GetDeviceGroupSurfacePresentModesKHR(dev… in DispatchGetDeviceGroupSurfacePresentModesKHR()3729 …VkResult result = layer_data->device_dispatch_table.GetDeviceGroupSurfacePresentModesKHR(device, s… in DispatchGetDeviceGroupSurfacePresentModesKHR()
4728 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModesKHR( in GetDeviceGroupSurfacePresentModesKHR() function9441 … {"vkGetDeviceGroupSurfacePresentModesKHR", {false, (void*)GetDeviceGroupSurfacePresentModesKHR}},
1064 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModesKHR(
768 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
4791 …table->GetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR) gpa(dev… in vk_load_device_commands()