Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h837 PFN_vkGetCalibratedTimestampsEXT GetCalibratedTimestampsEXT; member
H A Dvk_dispatch_table_helper.h464 table->GetCalibratedTimestampsEXT = (PFN_vkGetCalibratedTimestampsEXT)gpa(device, "vkGetCalibratedTimestampsEXT"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c878 table->GetCalibratedTimestampsEXT = (PFN_vkGetCalibratedTimestampsEXT)gdpa(dev, "vkGetCalibratedTimestampsEXT"); in loader_init_device_extension_dispatch_table()
2649 if (!strcmp(name, "GetCalibratedTimestampsEXT")) return (void *)table->GetCalibratedTimestampsEXT; in loader_lookup_device_dispatch_table()
6592 VKAPI_ATTR VkResult VKAPI_CALL GetCalibratedTimestampsEXT( in GetCalibratedTimestampsEXT() function
6605 return disp->GetCalibratedTimestampsEXT(device, timestampCount, pTimestampInfos, pTimestamps, pMaxDeviation); in GetCalibratedTimestampsEXT()
10910 *addr = (void *)GetCalibratedTimestampsEXT; in extension_instance_gpa()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c1318 VkResult result = VKSCR(GetCalibratedTimestampsEXT)(screen->dev, 1, &cti, &timestamp, &deviation); in zink_get_timestamp()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h464 table->GetCalibratedTimestampsEXT = (PFN_vkGetCalibratedTimestampsEXT)gpa(device, "vkGetCalibratedTimestampsEXT"); in layer_init_device_dispatch_table()

Completed in 28 milliseconds