Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkQueue.hpp61 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkCommandBuffer.hpp138 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkQueue.cpp361 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() function in vk::Queue
DVkCommandBuffer.cpp1678 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() function in vk::CommandBuffer
DlibVulkan.cpp3688 vk::Cast(commandBuffer)->insertDebugUtilsLabel(pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
3733 vk::Cast(queue)->insertDebugUtilsLabel(pLabelInfo); in vkQueueInsertDebugUtilsLabelEXT()