Home
last modified time | relevance | path

Searched refs:CmdBeginDebugUtilsLabelEXT (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp78 GET_INSTANCE_PROC(CmdBeginDebugUtilsLabelEXT); in LoadInstanceProcs()
DVulkanFunctions.h74 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT = nullptr; member
DCommandBufferVk.cpp844 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordCommands()
1003 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordComputePass()
1160 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordRenderPass()