Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkQueue.hpp60 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkQueue.cpp244 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() function in vk::Queue
H A DVkCommandBuffer.hpp179 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkCommandBuffer.cpp2368 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() function in vk::CommandBuffer
H A DlibVulkan.cpp4398 vk::Cast(commandBuffer)->beginDebugUtilsLabel(pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
4443 vk::Cast(queue)->beginDebugUtilsLabel(pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()