Home
last modified time | relevance | path

Searched refs:pLabelInfo (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_debug_utils.c190 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdBeginDebugUtilsLabelEXT() argument
201 *pLabelInfo); in vk_common_CmdBeginDebugUtilsLabelEXT()
223 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdInsertDebugUtilsLabelEXT() argument
234 *pLabelInfo); in vk_common_CmdInsertDebugUtilsLabelEXT()
241 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueBeginDebugUtilsLabelEXT() argument
251 util_dynarray_append(&queue->labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_QueueBeginDebugUtilsLabelEXT()
273 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueInsertDebugUtilsLabelEXT() argument
283 util_dynarray_append(&queue->labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_QueueInsertDebugUtilsLabelEXT()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueue.hpp59 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
61 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkCommandBuffer.hpp131 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
133 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
DVkQueue.cpp365 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() argument
375 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() argument
DlibVulkan.cpp3817 …vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdBeginDebugUtilsLabelEXT() argument
3820 commandBuffer, pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
3822 vk::Cast(commandBuffer)->beginDebugUtilsLabel(pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
3832 …kCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdInsertDebugUtilsLabelEXT() argument
3835 commandBuffer, pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
3837 vk::Cast(commandBuffer)->insertDebugUtilsLabel(pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
3862 …id VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueBeginDebugUtilsLabelEXT() argument
3865 queue, pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()
3867 vk::Cast(queue)->beginDebugUtilsLabel(pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()
3877 …d VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueInsertDebugUtilsLabelEXT() argument
[all …]
DVkCommandBuffer.cpp1713 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() argument
1723 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel() argument
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1170 …eDriver::queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) const
1172 m_vk.queueBeginDebugUtilsLabelEXT(queue, pLabelInfo);
1180 …Driver::queueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) const
1182 m_vk.queueInsertDebugUtilsLabelEXT(queue, pLabelInfo);
1185 …ginDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) const
1187 m_vk.cmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo);
1195 …ertDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) const
1197 m_vk.cmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo);
DvkVirtualDeviceInterface.inl237 …queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) const = 0;
239 …ueueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) const = 0;
240 …ilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) const = 0;
242 …ilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) const = 0;
DvkConcreteDeviceInterface.inl237 … queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) const;
239 … queueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) const;
240 …ugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) const;
242 …ugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) const;
DvkNullDriverImpl.inl2186 …oid VKAPI_CALL queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2189 DE_UNREF(pLabelInfo);
2197 …id VKAPI_CALL queueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2200 DE_UNREF(pLabelInfo);
2203 … cmdBeginDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2206 DE_UNREF(pLabelInfo);
2214 …cmdInsertDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2217 DE_UNREF(pLabelInfo);
DvkFunctionPointerTypes.inl331 …QueueBeginDebugUtilsLabelEXTFunc) (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
333 …ueueInsertDebugUtilsLabelEXTFunc) (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
334 …tilsLabelEXTFunc) (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
336 …tilsLabelEXTFunc) (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
DvkVulkan_c.inl10868 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
10870 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
10871 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
10873 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
10889 const VkDebugUtilsLabelEXT* pLabelInfo);
10896 const VkDebugUtilsLabelEXT* pLabelInfo);
10900 const VkDebugUtilsLabelEXT* pLabelInfo);
10907 const VkDebugUtilsLabelEXT* pLabelInfo);
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7006 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7008 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7009 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7011 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7027 const VkDebugUtilsLabelEXT* pLabelInfo);
7034 const VkDebugUtilsLabelEXT* pLabelInfo);
7038 const VkDebugUtilsLabelEXT* pLabelInfo);
7045 const VkDebugUtilsLabelEXT* pLabelInfo);
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7642 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7644 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7645 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7647 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7663 const VkDebugUtilsLabelEXT* pLabelInfo);
7670 const VkDebugUtilsLabelEXT* pLabelInfo);
7674 const VkDebugUtilsLabelEXT* pLabelInfo);
7681 const VkDebugUtilsLabelEXT* pLabelInfo);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp4049 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkQueueBeginDebugUtilsLabelEXT()
4051 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT()
4060 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkQueueInsertDebugUtilsLabelEXT()
4062 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT()
4066 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkCmdBeginDebugUtilsLabelEXT()
4068 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdBeginDebugUtilsLabelEXT()
4077 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkCmdInsertDebugUtilsLabelEXT()
4079 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
Dvulkan_core.h9746 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9748 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9749 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9751 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9767 const VkDebugUtilsLabelEXT* pLabelInfo);
9774 const VkDebugUtilsLabelEXT* pLabelInfo);
9778 const VkDebugUtilsLabelEXT* pLabelInfo);
9785 const VkDebugUtilsLabelEXT* pLabelInfo);
Dvulkan_funcs.hpp12998 …E void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in beginDebugUtilsLabelEXT() argument
13002 …ueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
13023 … void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in insertDebugUtilsLabelEXT() argument
13027 …eInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
13042 …ommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in beginDebugUtilsLabelEXT() argument
13046 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
13069 …mmandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in insertDebugUtilsLabelEXT() argument
13073 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
Dvulkan_handles.hpp4061 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,
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3935 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkQueueBeginDebugUtilsLabelEXT()
3937 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT()
3946 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkQueueInsertDebugUtilsLabelEXT()
3948 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT()
3952 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkCmdBeginDebugUtilsLabelEXT()
3954 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdBeginDebugUtilsLabelEXT()
3963 … const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT in vkCmdInsertDebugUtilsLabelEXT()
3965 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
Dvulkan_core.h9917 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9919 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9920 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9922 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9938 const VkDebugUtilsLabelEXT* pLabelInfo);
9945 const VkDebugUtilsLabelEXT* pLabelInfo);
9949 const VkDebugUtilsLabelEXT* pLabelInfo);
9956 const VkDebugUtilsLabelEXT* pLabelInfo);
Dvulkan_funcs.hpp13139 …E void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in beginDebugUtilsLabelEXT() argument
13143 …ueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
13164 … void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in insertDebugUtilsLabelEXT() argument
13168 …eInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
13183 …ommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in beginDebugUtilsLabelEXT() argument
13187 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
13210 …mmandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in insertDebugUtilsLabelEXT() argument
13214 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
Dvulkan_handles.hpp4112 beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo,
4126 insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo,
6999 beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo,
7013 insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo,
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9358 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9360 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9361 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9363 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9379 const VkDebugUtilsLabelEXT* pLabelInfo);
9386 const VkDebugUtilsLabelEXT* pLabelInfo);
9390 const VkDebugUtilsLabelEXT* pLabelInfo);
9397 const VkDebugUtilsLabelEXT* pLabelInfo);
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9906 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9908 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9909 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9911 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9927 const VkDebugUtilsLabelEXT* pLabelInfo);
9934 const VkDebugUtilsLabelEXT* pLabelInfo);
9938 const VkDebugUtilsLabelEXT* pLabelInfo);
9945 const VkDebugUtilsLabelEXT* pLabelInfo);
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h9714 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9716 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9717 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9719 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9735 const VkDebugUtilsLabelEXT* pLabelInfo);
9742 const VkDebugUtilsLabelEXT* pLabelInfo);
9746 const VkDebugUtilsLabelEXT* pLabelInfo);
9753 const VkDebugUtilsLabelEXT* pLabelInfo);