Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h684 PFN_vkGetCalibratedTimestampsKHR GetCalibratedTimestampsKHR; member
H A Dvk_loader_extensions.c725 table->GetCalibratedTimestampsKHR = (PFN_vkGetCalibratedTimestampsKHR)gdpa(dev, "vkGetCalibratedTimestampsKHR"); in loader_init_device_extension_dispatch_table()
2496 if (!strcmp(name, "GetCalibratedTimestampsKHR")) return (void *)table->GetCalibratedTimestampsKHR; in loader_lookup_device_dispatch_table()
4943 VKAPI_ATTR VkResult VKAPI_CALL GetCalibratedTimestampsKHR( in GetCalibratedTimestampsKHR() function
4956 return disp->GetCalibratedTimestampsKHR(device, timestampCount, pTimestampInfos, pTimestamps, pMaxDeviation); in GetCalibratedTimestampsKHR()
10442 *addr = (void *)GetCalibratedTimestampsKHR; in extension_instance_gpa()

Completed in 22 milliseconds