Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkQueue.hpp62 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkQueue.cpp254 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() function in vk::Queue
H A DVkCommandBuffer.hpp181 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkCommandBuffer.cpp2378 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() function in vk::CommandBuffer
H A DlibVulkan.cpp4413 vk::Cast(commandBuffer)->insertDebugUtilsLabel(pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
4458 vk::Cast(queue)->insertDebugUtilsLabel(pLabelInfo); in vkQueueInsertDebugUtilsLabelEXT()