/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_debug_utils.c | 190 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_append_debug_label() argument 192 util_dynarray_append(labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_append_debug_label() 215 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdBeginDebugUtilsLabelEXT() argument 229 pLabelInfo); in vk_common_CmdBeginDebugUtilsLabelEXT() 254 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdInsertDebugUtilsLabelEXT() argument 264 pLabelInfo); in vk_common_CmdInsertDebugUtilsLabelEXT() 269 pLabelInfo); in vk_common_CmdInsertDebugUtilsLabelEXT() 276 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueBeginDebugUtilsLabelEXT() argument 288 pLabelInfo); in vk_common_QueueBeginDebugUtilsLabelEXT() 310 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueInsertDebugUtilsLabelEXT() argument [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 2738 const VkDebugUtilsLabelEXT* pLabelInfo; in subDecode() local 2740 pLabelInfo = (VkDebugUtilsLabelEXT*)stack_pLabelInfo; in subDecode() 2742 (VkDebugUtilsLabelEXT*)(pLabelInfo), in subDecode() 2744 if (pLabelInfo) { in subDecode() 2746 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in subDecode() 2748 vk->vkCmdBeginDebugUtilsLabelEXT((VkCommandBuffer)dispatchHandle, pLabelInfo); in subDecode() 2760 const VkDebugUtilsLabelEXT* pLabelInfo; in subDecode() local 2762 pLabelInfo = (VkDebugUtilsLabelEXT*)stack_pLabelInfo; in subDecode() 2764 (VkDebugUtilsLabelEXT*)(pLabelInfo), in subDecode() 2766 if (pLabelInfo) { in subDecode() [all …]
|
D | VkDecoder.cpp | 18378 const VkDebugUtilsLabelEXT* pLabelInfo; in decode() local 18387 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode() 18389 (VkDebugUtilsLabelEXT*)(pLabelInfo), in decode() 18391 if (pLabelInfo) { in decode() 18393 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in decode() 18398 ioStream, (unsigned long long)queue, (unsigned long long)pLabelInfo); in decode() 18400 vk->vkQueueBeginDebugUtilsLabelEXT(unboxed_queue, pLabelInfo); in decode() 18407 snapshotTraceBegin, snapshotTraceBytes, &m_pool, queue, pLabelInfo); in decode() 18448 const VkDebugUtilsLabelEXT* pLabelInfo; in decode() local 18457 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode() [all …]
|
D | VkDecoderSnapshot.h | 1337 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 1342 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 1345 const VkDebugUtilsLabelEXT* pLabelInfo); 1350 const VkDebugUtilsLabelEXT* pLabelInfo);
|
D | VkDecoderSnapshot.cpp | 3135 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {} in vkQueueBeginDebugUtilsLabelEXT() argument 3140 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {} in vkQueueInsertDebugUtilsLabelEXT() argument 3143 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdBeginDebugUtilsLabelEXT() argument 3170 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdInsertDebugUtilsLabelEXT() argument 6632 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkQueueBeginDebugUtilsLabelEXT() argument 6634 pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT() 6649 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkQueueInsertDebugUtilsLabelEXT() argument 6651 pLabelInfo); in vkQueueInsertDebugUtilsLabelEXT() 6659 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdBeginDebugUtilsLabelEXT() argument 6661 pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT() [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2554 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) cons… in vkQueueBeginDebugUtilsLabelEXT() 2556 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT() 2566 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() 2568 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT() 2572 …sLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_H… in vkCmdBeginDebugUtilsLabelEXT() 2574 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdBeginDebugUtilsLabelEXT() 2584 …sLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_H… in vkCmdInsertDebugUtilsLabelEXT() 2586 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
|
D | vulkan.hpp | 3299 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) cons… in vkQueueBeginDebugUtilsLabelEXT() 3301 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT() 3311 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() 3313 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT() 3317 …sLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_H… in vkCmdBeginDebugUtilsLabelEXT() 3319 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdBeginDebugUtilsLabelEXT() 3329 …sLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_H… in vkCmdInsertDebugUtilsLabelEXT() 3331 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
|
D | vulkansc_funcs.hpp | 7538 …inDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in beginDebugUtilsLabelEXT() argument 7541 …ueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT() 7569 …rtDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in insertDebugUtilsLabelEXT() argument 7572 …eInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT() 7592 …inDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in beginDebugUtilsLabelEXT() argument 7595 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT() 7623 …rtDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in insertDebugUtilsLabelEXT() argument 7626 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
|
D | vulkan_core.h | 12000 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 12002 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 12003 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 12005 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 12021 const VkDebugUtilsLabelEXT* pLabelInfo); 12028 const VkDebugUtilsLabelEXT* pLabelInfo); 12032 const VkDebugUtilsLabelEXT* pLabelInfo); 12039 const VkDebugUtilsLabelEXT* pLabelInfo);
|
D | vulkansc_handles.hpp | 2613 …void beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatc… 2625 …void insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispat… 4221 …void beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatc… 4233 …void insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispat…
|
D | vulkan_funcs.hpp | 11020 …inDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in beginDebugUtilsLabelEXT() argument 11023 …ueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT() 11051 …rtDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in insertDebugUtilsLabelEXT() argument 11054 …eInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT() 11074 …inDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in beginDebugUtilsLabelEXT() argument 11077 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in beginDebugUtilsLabelEXT() 11105 …rtDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatch const … in insertDebugUtilsLabelEXT() argument 11108 …ebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) ); in insertDebugUtilsLabelEXT()
|
D | vulkan_handles.hpp | 4911 …void beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatc… 4923 …void insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispat… 7665 …void beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispatc… 7677 …void insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pLabelInfo, Dispat…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_utils.adoc | 236 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure 290 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure 323 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 11963 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 11965 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 11966 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 11968 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 11984 const VkDebugUtilsLabelEXT* pLabelInfo); 11991 const VkDebugUtilsLabelEXT* pLabelInfo); 11995 const VkDebugUtilsLabelEXT* pLabelInfo); 12002 const VkDebugUtilsLabelEXT* pLabelInfo);
|