Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkQueue.hpp59 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkCommandBuffer.hpp136 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkQueue.cpp351 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() function in vk::Queue
DVkCommandBuffer.cpp1668 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() function in vk::CommandBuffer
DlibVulkan.cpp3673 vk::Cast(commandBuffer)->beginDebugUtilsLabel(pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
3718 vk::Cast(queue)->beginDebugUtilsLabel(pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()