/hardware/google/gfxstream/host/vulkan/ |
D | DebugUtilsHelper.cpp | 78 const VkDebugUtilsLabelEXT labelInfo = { in cmdBeginDebugLabel()
|
D | VkSubDecoder.cpp | 2905 const VkDebugUtilsLabelEXT* pLabelInfo; in subDecode() 2906 VkDebugUtilsLabelEXT stack_pLabelInfo[1]; in subDecode() 2907 pLabelInfo = (VkDebugUtilsLabelEXT*)stack_pLabelInfo; in subDecode() 2909 (VkDebugUtilsLabelEXT*)(pLabelInfo), in subDecode() 2913 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in subDecode() 2931 const VkDebugUtilsLabelEXT* pLabelInfo; in subDecode() 2932 VkDebugUtilsLabelEXT stack_pLabelInfo[1]; in subDecode() 2933 pLabelInfo = (VkDebugUtilsLabelEXT*)stack_pLabelInfo; in subDecode() 2935 (VkDebugUtilsLabelEXT*)(pLabelInfo), in subDecode() 2939 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in subDecode()
|
D | VkDecoderSnapshot.h | 1519 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 1527 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 1532 const VkDebugUtilsLabelEXT* pLabelInfo); 1541 const VkDebugUtilsLabelEXT* pLabelInfo);
|
D | VkDecoder.cpp | 18486 const VkDebugUtilsLabelEXT* pLabelInfo; in decode() 18495 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode() 18497 (VkDebugUtilsLabelEXT*)(pLabelInfo), in decode() 18501 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in decode() 18554 const VkDebugUtilsLabelEXT* pLabelInfo; in decode() 18563 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode() 18565 (VkDebugUtilsLabelEXT*)(pLabelInfo), in decode() 18569 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in decode() 18593 const VkDebugUtilsLabelEXT* pLabelInfo; in decode() 18603 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode() [all …]
|
D | VkDecoderSnapshot.cpp | 3314 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {} in vkQueueBeginDebugUtilsLabelEXT() 3322 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {} in vkQueueInsertDebugUtilsLabelEXT() 3327 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdBeginDebugUtilsLabelEXT() 3356 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdInsertDebugUtilsLabelEXT() 7098 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkQueueBeginDebugUtilsLabelEXT() 7116 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkQueueInsertDebugUtilsLabelEXT() 7127 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdBeginDebugUtilsLabelEXT() 7148 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdInsertDebugUtilsLabelEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 1730 const VkDebugUtilsLabelEXT* from, VkDebugUtilsLabelEXT* to);
|
D | goldfish_vk_transform.h | 2866 VkDebugUtilsLabelEXT* toTransform); 2869 VkDebugUtilsLabelEXT* toTransform);
|
D | goldfish_vk_transform.cpp | 7208 VkDebugUtilsLabelEXT* toTransform) { in transform_tohost_VkDebugUtilsLabelEXT() 7217 VkDebugUtilsLabelEXT* toTransform) { in transform_fromhost_VkDebugUtilsLabelEXT() 7254 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pQueueLabels + i)); in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT() 7262 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pCmdBufLabels + i)); in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT() 7287 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pQueueLabels + i)); in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT() 7295 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pCmdBufLabels + i)); in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT()
|
D | goldfish_vk_deepcopy.cpp | 7779 const VkDebugUtilsLabelEXT* from, VkDebugUtilsLabelEXT* to) { in deepcopy_VkDebugUtilsLabelEXT() 7861 to->pQueueLabels = (VkDebugUtilsLabelEXT*)alloc->alloc( in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7862 from->queueLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7866 (VkDebugUtilsLabelEXT*)(to->pQueueLabels + i)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7873 to->pCmdBufLabels = (VkDebugUtilsLabelEXT*)alloc->alloc( in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7874 from->cmdBufLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7878 (VkDebugUtilsLabelEXT*)(to->pCmdBufLabels + i)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
|
D | goldfish_vk_marshaling.h | 3269 const VkDebugUtilsLabelEXT* forMarshaling); 3272 VkDebugUtilsLabelEXT* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 1719 VkDebugUtilsLabelEXT* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_marshaling.cpp | 15787 const VkDebugUtilsLabelEXT* forMarshaling) { in marshal_VkDebugUtilsLabelEXT() 15799 VkDebugUtilsLabelEXT* forUnmarshaling) { in unmarshal_VkDebugUtilsLabelEXT() 15904 vkStream, rootType, (const VkDebugUtilsLabelEXT*)(forMarshaling->pQueueLabels + i)); in marshal_VkDebugUtilsMessengerCallbackDataEXT() 15912 (const VkDebugUtilsLabelEXT*)(forMarshaling->pCmdBufLabels + i)); in marshal_VkDebugUtilsMessengerCallbackDataEXT() 15961 forUnmarshaling->queueLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT() 15965 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pQueueLabels + i)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT() 15970 forUnmarshaling->cmdBufLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT() 15974 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pCmdBufLabels + i)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12191 VkDebugUtilsLabelEXT* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkDebugUtilsLabelEXT() 12307 forUnmarshaling->queueLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT() 12310 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pQueueLabels + i), ptr); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT() 12315 forUnmarshaling->cmdBufLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT() 12318 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pCmdBufLabels + i), ptr); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_core.h | 11951 typedef struct VkDebugUtilsLabelEXT { struct 11956 } VkDebugUtilsLabelEXT; argument 11974 const VkDebugUtilsLabelEXT* pQueueLabels; 11976 const VkDebugUtilsLabelEXT* pCmdBufLabels; 12009 …API_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo… 12011 …PI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo… 12012 …kCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo… 12014 …CmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo… 12030 const VkDebugUtilsLabelEXT* pLabelInfo); 12037 const VkDebugUtilsLabelEXT* pLabelInfo); [all …]
|
D | vulkansc_funcs.hpp | 7541 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelI… in beginDebugUtilsLabelEXT() 7552 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT() 7572 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabel… in insertDebugUtilsLabelEXT() 7583 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &label… in insertDebugUtilsLabelEXT() 7595 …d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( p… in beginDebugUtilsLabelEXT() 7606 …d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &… in beginDebugUtilsLabelEXT() 7626 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT() 7637 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
|
D | vulkansc.hpp | 2554 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) cons… in vkQueueBeginDebugUtilsLabelEXT() 2566 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() 2572 …void vkCmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLa… in vkCmdBeginDebugUtilsLabelEXT() 2584 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pL… in vkCmdInsertDebugUtilsLabelEXT()
|
D | vulkansc_raii.hpp | 9252 …LabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT() 9278 …LabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in insertDebugUtilsLabelEXT() 9291 …_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT() 9317 …_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in insertDebugUtilsLabelEXT()
|
D | vulkan.hpp | 3299 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) cons… in vkQueueBeginDebugUtilsLabelEXT() 3311 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() 3317 …void vkCmdBeginDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLa… in vkCmdBeginDebugUtilsLabelEXT() 3329 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pL… in vkCmdInsertDebugUtilsLabelEXT()
|
D | vulkan_funcs.hpp | 11023 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelI… in beginDebugUtilsLabelEXT() 11034 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT() 11054 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabel… in insertDebugUtilsLabelEXT() 11065 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &label… in insertDebugUtilsLabelEXT() 11077 …d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( p… in beginDebugUtilsLabelEXT() 11088 …d.vkCmdBeginDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &… in beginDebugUtilsLabelEXT() 11108 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT() 11119 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
|
D | vulkansc_static_assertions.hpp | 1517 …RT( sizeof( VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT ) == sizeof( VkDebugUtilsLabelEXT ), "struct …
|
D | vulkan_raii.hpp | 15413 …LabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT() 15439 …LabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in insertDebugUtilsLabelEXT() 15452 …_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT() 15478 …_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in insertDebugUtilsLabelEXT()
|
D | vulkansc_structs.hpp | 7959 using NativeType = VkDebugUtilsLabelEXT; 7972 DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT in DebugUtilsLabelEXT() 7980 DebugUtilsLabelEXT & operator=( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 8007 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&() 8009 return *reinterpret_cast<const VkDebugUtilsLabelEXT*>( this ); in operator VkDebugUtilsLabelEXT const&() 8012 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&() 8014 return *reinterpret_cast<VkDebugUtilsLabelEXT*>( this ); in operator VkDebugUtilsLabelEXT&()
|
D | vulkan_static_assertions.hpp | 2165 …RT( sizeof( VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT ) == sizeof( VkDebugUtilsLabelEXT ), "struct …
|
D | vulkan_structs.hpp | 19436 using NativeType = VkDebugUtilsLabelEXT; 19449 DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT in DebugUtilsLabelEXT() 19457 DebugUtilsLabelEXT & operator=( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 19484 operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&() 19486 return *reinterpret_cast<const VkDebugUtilsLabelEXT*>( this ); in operator VkDebugUtilsLabelEXT const&() 19489 operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&() 19491 return *reinterpret_cast<VkDebugUtilsLabelEXT*>( this ); in operator VkDebugUtilsLabelEXT&()
|