Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkQueue.hpp62 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkQueue.cpp254 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() function in vk::Queue
DVkCommandBuffer.hpp177 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DlibVulkan.cpp4258 vk::Cast(commandBuffer)->insertDebugUtilsLabel(pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
4303 vk::Cast(queue)->insertDebugUtilsLabel(pLabelInfo); in vkQueueInsertDebugUtilsLabelEXT()
DVkCommandBuffer.cpp2318 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() function in vk::CommandBuffer