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()
1867 …strcmp(name, "QueueInsertDebugUtilsLabelEXT")) return (void *)table->QueueInsertDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table()
4722 VKAPI_ATTR void VKAPI_CALL QueueInsertDebugUtilsLabelEXT( in QueueInsertDebugUtilsLabelEXT() function
4732 if (disp->QueueInsertDebugUtilsLabelEXT != NULL) { in QueueInsertDebugUtilsLabelEXT()
4733 disp->QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in QueueInsertDebugUtilsLabelEXT()
4743 if (NULL != icd_term && NULL != icd_term->dispatch.QueueInsertDebugUtilsLabelEXT) { in terminator_QueueInsertDebugUtilsLabelEXT()
4744 icd_term->dispatch.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueInsertDebugUtilsLabelEXT()
8746 ? (void *)QueueInsertDebugUtilsLabelEXT in extension_instance_gpa()
Dvk_dispatch_table_helper.h920 …table->QueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT) gpa(device, "vkQueueI… in layer_init_device_dispatch_table()