Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp85 GET_INSTANCE_PROC(QueueInsertDebugUtilsLabelEXT); in LoadInstanceProcs()
DVulkanFunctions.h81 PFN_vkQueueInsertDebugUtilsLabelEXT QueueInsertDebugUtilsLabelEXT = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h403 PFN_vkQueueInsertDebugUtilsLabelEXT QueueInsertDebugUtilsLabelEXT; member
Dvk_layer_dispatch_table.h752 PFN_vkQueueInsertDebugUtilsLabelEXT QueueInsertDebugUtilsLabelEXT; member
Dvk_loader_extensions.c251 LOOKUP_GIPA(QueueInsertDebugUtilsLabelEXT, false); in loader_icd_init_entries()
812 …table->QueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT)gipa(inst, "vkQueueIns… in loader_init_device_extension_dispatch_table()
1861 …strcmp(name, "QueueInsertDebugUtilsLabelEXT")) return (void *)table->QueueInsertDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table()
4710 VKAPI_ATTR void VKAPI_CALL QueueInsertDebugUtilsLabelEXT( in QueueInsertDebugUtilsLabelEXT() function
4720 if (disp->QueueInsertDebugUtilsLabelEXT != NULL) { in QueueInsertDebugUtilsLabelEXT()
4721 disp->QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in QueueInsertDebugUtilsLabelEXT()
4731 if (NULL != icd_term && NULL != icd_term->dispatch.QueueInsertDebugUtilsLabelEXT) { in terminator_QueueInsertDebugUtilsLabelEXT()
4732 icd_term->dispatch.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueInsertDebugUtilsLabelEXT()
8699 ? (void *)QueueInsertDebugUtilsLabelEXT in extension_instance_gpa()
Dvk_dispatch_table_helper.h914 …table->QueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT) gpa(device, "vkQueueI… in layer_init_device_dispatch_table()