Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp83 GET_INSTANCE_PROC(QueueBeginDebugUtilsLabelEXT); in LoadInstanceProcs()
DVulkanFunctions.h79 PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h401 PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT; member
Dvk_layer_dispatch_table.h750 PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT; member
Dvk_loader_extensions.c249 LOOKUP_GIPA(QueueBeginDebugUtilsLabelEXT, false); in loader_icd_init_entries()
810 …table->QueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT)gipa(inst, "vkQueueBegin… in loader_init_device_extension_dispatch_table()
1865 …(!strcmp(name, "QueueBeginDebugUtilsLabelEXT")) return (void *)table->QueueBeginDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table()
4672 VKAPI_ATTR void VKAPI_CALL QueueBeginDebugUtilsLabelEXT( in QueueBeginDebugUtilsLabelEXT() function
4682 if (disp->QueueBeginDebugUtilsLabelEXT != NULL) { in QueueBeginDebugUtilsLabelEXT()
4683 disp->QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in QueueBeginDebugUtilsLabelEXT()
4693 if (NULL != icd_term && NULL != icd_term->dispatch.QueueBeginDebugUtilsLabelEXT) { in terminator_QueueBeginDebugUtilsLabelEXT()
4694 icd_term->dispatch.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueBeginDebugUtilsLabelEXT()
8734 ? (void *)QueueBeginDebugUtilsLabelEXT in extension_instance_gpa()
Dvk_dispatch_table_helper.h918 …table->QueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT) gpa(device, "vkQueueBeg… in layer_init_device_dispatch_table()