• Home
  • Raw
  • Download

Lines Matching refs:VkDebugUtilsLabelEXT

630 …void vkCmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLab…  in vkCmdBeginDebugUtilsLabelEXT()
885 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLa… in vkCmdInsertDebugUtilsLabelEXT()
2340 … void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkQueueBeginDebugUtilsLabelEXT()
2355 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkQueueInsertDebugUtilsLabelEXT()
22513 DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) in DebugUtilsLabelEXT()
22518 DebugUtilsLabelEXT& operator=( VkDebugUtilsLabelEXT const & rhs ) in operator =()
22542 operator VkDebugUtilsLabelEXT const&() const in operator VkDebugUtilsLabelEXT const&()
22544 return *reinterpret_cast<const VkDebugUtilsLabelEXT*>( this ); in operator VkDebugUtilsLabelEXT const&()
22547 operator VkDebugUtilsLabelEXT &() in operator VkDebugUtilsLabelEXT&()
22549 return *reinterpret_cast<VkDebugUtilsLabelEXT*>( this ); in operator VkDebugUtilsLabelEXT&()
22573 …static_assert( sizeof( DebugUtilsLabelEXT ) == sizeof( VkDebugUtilsLabelEXT ), "struct and wrapper…
47036 …d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pL… in beginDebugUtilsLabelEXT()
47042 …d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT*>( &l… in beginDebugUtilsLabelEXT()
47777 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT*>( p… in insertDebugUtilsLabelEXT()
47783 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT*>( &… in insertDebugUtilsLabelEXT()
54265 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pLabelIn… in beginDebugUtilsLabelEXT()
54271 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT*>( &labelIn… in beginDebugUtilsLabelEXT()
54306 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT*>( pLabelI… in insertDebugUtilsLabelEXT()
54312 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT*>( &labelI… in insertDebugUtilsLabelEXT()