• Home
  • Raw
  • Download

Lines Matching refs:pLabelInfo

1159 …nDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo  ) const  in vkCmdBeginDebugUtilsLabelEXT()
1161 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
1363 …tDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkCmdInsertDebugUtilsLabelEXT()
1365 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
2393 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkQueueBeginDebugUtilsLabelEXT()
2395 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()
2405 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT()
2407 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo); in vkQueueInsertDebugUtilsLabelEXT()
38089 …void beginDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch()…
38099 …void insertDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch(…
39137 …void CommandBuffer::beginDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const … in beginDebugUtilsLabelEXT() argument
39139 …DebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
39164 …oid CommandBuffer::insertDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const … in insertDebugUtilsLabelEXT() argument
39166 …DebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
39735 …void beginDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch()…
39745 …void insertDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch(…
39841 …VULKAN_HPP_INLINE void Queue::beginDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispa… in beginDebugUtilsLabelEXT() argument
39843 …eueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
39868 …VULKAN_HPP_INLINE void Queue::insertDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Disp… in insertDebugUtilsLabelEXT() argument
39870 …ueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()