/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_debug_utils.c | 190 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdBeginDebugUtilsLabelEXT() 201 *pLabelInfo); in vk_common_CmdBeginDebugUtilsLabelEXT() 223 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdInsertDebugUtilsLabelEXT() 234 *pLabelInfo); in vk_common_CmdInsertDebugUtilsLabelEXT() 241 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueBeginDebugUtilsLabelEXT() 251 util_dynarray_append(&queue->labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_QueueBeginDebugUtilsLabelEXT() 273 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueInsertDebugUtilsLabelEXT() 283 util_dynarray_append(&queue->labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_QueueInsertDebugUtilsLabelEXT() 188 vk_common_CmdBeginDebugUtilsLabelEXT( VkCommandBuffer _commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) vk_common_CmdBeginDebugUtilsLabelEXT() argument 221 vk_common_CmdInsertDebugUtilsLabelEXT( VkCommandBuffer _commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) vk_common_CmdInsertDebugUtilsLabelEXT() argument 239 vk_common_QueueBeginDebugUtilsLabelEXT( VkQueue _queue, const VkDebugUtilsLabelEXT *pLabelInfo) vk_common_QueueBeginDebugUtilsLabelEXT() argument 271 vk_common_QueueInsertDebugUtilsLabelEXT( VkQueue _queue, const VkDebugUtilsLabelEXT *pLabelInfo) vk_common_QueueInsertDebugUtilsLabelEXT() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueue.hpp | 59 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo); 61 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
|
H A D | VkCommandBuffer.hpp | 131 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo); 133 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
|
H A D | VkQueue.cpp | 365 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() argument 375 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() argument
|
H A D | libVulkan.cpp | 3817 VKAPI_ATTR void VKAPI_CALL vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdBeginDebugUtilsLabelEXT() argument 3819 TRACE("(VkCommandBuffer commandBuffer = %p, const VkDebugUtilsLabelEXT* pLabelInfo = %p)", in vkCmdBeginDebugUtilsLabelEXT() 3820 commandBuffer, pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT() 3822 vk::Cast(commandBuffer)->beginDebugUtilsLabel(pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT() 3832 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdInsertDebugUtilsLabelEXT() argument 3834 TRACE("(VkCommandBuffer commandBuffer = %p, const VkDebugUtilsLabelEXT* pLabelInfo = %p)", in vkCmdInsertDebugUtilsLabelEXT() 3835 commandBuffer, pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT() 3837 vk::Cast(commandBuffer)->insertDebugUtilsLabel(pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT() 3862 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueBeginDebugUtilsLabelEXT() argument 3864 TRACE("(VkQueue queue = %p, const VkDebugUtilsLabelEXT* pLabelInfo in vkQueueBeginDebugUtilsLabelEXT() 3877 vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) vkQueueInsertDebugUtilsLabelEXT() argument [all...] |
H A D | VkCommandBuffer.cpp | 1713 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() argument 1723 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() argument
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 803 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdBeginDebugUtilsLabelEXT() 806 radv_write_user_event_marker(cmd_buffer, UserEventPush, pLabelInfo->pLabelName); in sqtt_CmdBeginDebugUtilsLabelEXT() 808 vk_common_CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in sqtt_CmdBeginDebugUtilsLabelEXT() 822 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdInsertDebugUtilsLabelEXT() 825 radv_write_user_event_marker(cmd_buffer, UserEventTrigger, pLabelInfo->pLabelName); in sqtt_CmdInsertDebugUtilsLabelEXT() 827 vk_common_CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in sqtt_CmdInsertDebugUtilsLabelEXT() 802 sqtt_CmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) sqtt_CmdBeginDebugUtilsLabelEXT() argument 821 sqtt_CmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) sqtt_CmdInsertDebugUtilsLabelEXT() argument
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 5817 const VkDebugUtilsLabelEXT* pLabelInfo) { in QueueBeginDebugUtilsLabelEXT() 5826 disp->QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in QueueBeginDebugUtilsLabelEXT() 5832 const VkDebugUtilsLabelEXT* pLabelInfo) { in terminator_QueueBeginDebugUtilsLabelEXT() 5840 dispatch_table->extension_terminator_dispatch.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueBeginDebugUtilsLabelEXT() 5871 const VkDebugUtilsLabelEXT* pLabelInfo) { in QueueInsertDebugUtilsLabelEXT() 5880 disp->QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in QueueInsertDebugUtilsLabelEXT() 5886 const VkDebugUtilsLabelEXT* pLabelInfo) { in terminator_QueueInsertDebugUtilsLabelEXT() 5894 dispatch_table->extension_terminator_dispatch.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueInsertDebugUtilsLabelEXT() 5899 const VkDebugUtilsLabelEXT* pLabelInfo) { in CmdBeginDebugUtilsLabelEXT() 5908 disp->CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in CmdBeginDebugUtilsLabelEXT() 5815 QueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) QueueBeginDebugUtilsLabelEXT() argument 5830 terminator_QueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) terminator_QueueBeginDebugUtilsLabelEXT() argument 5869 QueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) QueueInsertDebugUtilsLabelEXT() argument 5884 terminator_QueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) terminator_QueueInsertDebugUtilsLabelEXT() argument 5897 CmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) CmdBeginDebugUtilsLabelEXT() argument 5912 terminator_CmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) terminator_CmdBeginDebugUtilsLabelEXT() argument 5951 CmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) CmdInsertDebugUtilsLabelEXT() argument 5966 terminator_CmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) terminator_CmdInsertDebugUtilsLabelEXT() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6845 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 6847 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 6848 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 6850 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 6866 const VkDebugUtilsLabelEXT* pLabelInfo); 6873 const VkDebugUtilsLabelEXT* pLabelInfo); 6877 const VkDebugUtilsLabelEXT* pLabelInfo); 6884 const VkDebugUtilsLabelEXT* pLabelInfo);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 4049 const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 4051 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); 4060 const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 4062 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); 4066 const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 4068 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); 4077 const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 4079 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo );
|
H A D | vulkan_core.h | 9746 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9748 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9749 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9751 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9767 const VkDebugUtilsLabelEXT* pLabelInfo); 9774 const VkDebugUtilsLabelEXT* pLabelInfo); 9778 const VkDebugUtilsLabelEXT* pLabelInfo); 9785 const VkDebugUtilsLabelEXT* pLabelInfo);
|
H A D | vulkan_handles.hpp | 4061 beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 4075 insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 6948 beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 6962 insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo,
|
H A D | vulkan_funcs.hpp | 12998 VULKAN_HPP_INLINE void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13002 d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); 13023 VULKAN_HPP_INLINE void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13027 d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); 13042 CommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13046 d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); 13069 CommandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13073 d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9358 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9360 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9361 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9363 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9379 const VkDebugUtilsLabelEXT* pLabelInfo); 9386 const VkDebugUtilsLabelEXT* pLabelInfo); 9390 const VkDebugUtilsLabelEXT* pLabelInfo); 9397 const VkDebugUtilsLabelEXT* pLabelInfo);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10881 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 10883 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 10884 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 10886 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 10902 const VkDebugUtilsLabelEXT* pLabelInfo); 10909 const VkDebugUtilsLabelEXT* pLabelInfo); 10913 const VkDebugUtilsLabelEXT* pLabelInfo); 10920 const VkDebugUtilsLabelEXT* pLabelInfo);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9906 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9908 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9909 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9911 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9927 const VkDebugUtilsLabelEXT* pLabelInfo); 9934 const VkDebugUtilsLabelEXT* pLabelInfo); 9938 const VkDebugUtilsLabelEXT* pLabelInfo); 9945 const VkDebugUtilsLabelEXT* pLabelInfo);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 3588 void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 3590 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); 3598 void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 3600 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); 3603 void vkCmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 3605 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); 3613 void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT 3615 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo );
|
H A D | vulkan_core.h | 12746 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 12748 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 12749 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 12751 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 12767 const VkDebugUtilsLabelEXT* pLabelInfo); 12774 const VkDebugUtilsLabelEXT* pLabelInfo); 12778 const VkDebugUtilsLabelEXT* pLabelInfo); 12785 const VkDebugUtilsLabelEXT* pLabelInfo);
|
H A D | vulkan_funcs.hpp | 13413 VULKAN_HPP_INLINE void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13417 d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); 13439 VULKAN_HPP_INLINE void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13443 d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); 13458 VULKAN_HPP_INLINE void CommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13462 d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); 13484 VULKAN_HPP_INLINE void CommandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 13488 d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); [all...] |
H A D | vulkan_handles.hpp | 5357 void beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 5369 void insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 8654 void beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, 8666 void insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo,
|