Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueue.hpp59 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkCommandBuffer.hpp131 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkQueue.cpp365 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() function in vk::Queue
372 // Close debug label region opened with beginDebugUtilsLabel() in endDebugUtilsLabel()
H A DVkCommandBuffer.cpp1713 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() function in vk::CommandBuffer
1720 // Close debug label region opened with beginDebugUtilsLabel() in endDebugUtilsLabel()
H A DlibVulkan.cpp3822 vk::Cast(commandBuffer)->beginDebugUtilsLabel(pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
3867 vk::Cast(queue)->beginDebugUtilsLabel(pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()

Completed in 13 milliseconds