Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/vulkan/runtime/
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/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c803 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdBeginDebugUtilsLabelEXT() argument
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() argument
825 radv_write_user_event_marker(cmd_buffer, UserEventTrigger, pLabelInfo->pLabelName); in sqtt_CmdInsertDebugUtilsLabelEXT()
827 vk_common_CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in sqtt_CmdInsertDebugUtilsLabelEXT()
/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);
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;
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;
DvkNullDriverImpl.inl2192 …oid VKAPI_CALL queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2195 DE_UNREF(pLabelInfo);
2203 …id VKAPI_CALL queueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2206 DE_UNREF(pLabelInfo);
2209 … cmdBeginDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2212 DE_UNREF(pLabelInfo);
2220 …cmdInsertDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) argument
2223 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/vulkan-loader/loader/generated/
Dvk_loader_extensions.c4662 const VkDebugUtilsLabelEXT* pLabelInfo) { in QueueBeginDebugUtilsLabelEXT() argument
4671 disp->QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in QueueBeginDebugUtilsLabelEXT()
4677 const VkDebugUtilsLabelEXT* pLabelInfo) { in terminator_QueueBeginDebugUtilsLabelEXT() argument
4682 icd_term->dispatch.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueBeginDebugUtilsLabelEXT()
4712 const VkDebugUtilsLabelEXT* pLabelInfo) { in QueueInsertDebugUtilsLabelEXT() argument
4721 disp->QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in QueueInsertDebugUtilsLabelEXT()
4727 const VkDebugUtilsLabelEXT* pLabelInfo) { in terminator_QueueInsertDebugUtilsLabelEXT() argument
4732 icd_term->dispatch.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in terminator_QueueInsertDebugUtilsLabelEXT()
4738 const VkDebugUtilsLabelEXT* pLabelInfo) { in CmdBeginDebugUtilsLabelEXT() argument
4747 disp->CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in CmdBeginDebugUtilsLabelEXT()
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_utils.txt182 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
236 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
269 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
/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()
/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/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h9914 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9916 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
9917 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9919 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
9935 const VkDebugUtilsLabelEXT* pLabelInfo);
9942 const VkDebugUtilsLabelEXT* pLabelInfo);
9946 const VkDebugUtilsLabelEXT* pLabelInfo);
9953 const VkDebugUtilsLabelEXT* pLabelInfo);
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3886 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) cons… in vkQueueBeginDebugUtilsLabelEXT()
3888 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT()
3896 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT()
3898 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT()
3901 …sLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_H… in vkCmdBeginDebugUtilsLabelEXT()
3903 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdBeginDebugUtilsLabelEXT()
3911 …sLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_H… in vkCmdInsertDebugUtilsLabelEXT()
3913 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
Dvulkan_core.h11483 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
11485 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
11486 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
11488 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
11504 const VkDebugUtilsLabelEXT* pLabelInfo);
11511 const VkDebugUtilsLabelEXT* pLabelInfo);
11515 const VkDebugUtilsLabelEXT* pLabelInfo);
11522 const VkDebugUtilsLabelEXT* pLabelInfo);
Dvulkan_funcs.hpp13348 …E void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in beginDebugUtilsLabelEXT() argument
13352 …ueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
13374 … void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in insertDebugUtilsLabelEXT() argument
13378 …eInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
13393 …ommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in beginDebugUtilsLabelEXT() argument
13397 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT()
13419 …mmandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, in insertDebugUtilsLabelEXT() argument
13423 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h10881 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
10883 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
10884 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
10886 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
10902 const VkDebugUtilsLabelEXT* pLabelInfo);
10909 const VkDebugUtilsLabelEXT* pLabelInfo);
10913 const VkDebugUtilsLabelEXT* pLabelInfo);
10920 const VkDebugUtilsLabelEXT* pLabelInfo);

12