Home
last modified time | relevance | path

Searched refs:VkDebugUtilsLabelEXT (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DDebugUtilsHelper.cpp78 const VkDebugUtilsLabelEXT labelInfo = { in cmdBeginDebugLabel()
DVkSubDecoder.cpp2905 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()
DVkDecoderSnapshot.h1519 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
1527 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
1532 const VkDebugUtilsLabelEXT* pLabelInfo);
1541 const VkDebugUtilsLabelEXT* pLabelInfo);
DVkDecoder.cpp18486 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 …]
DVkDecoderSnapshot.cpp3314 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/
Dgoldfish_vk_deepcopy.h1730 const VkDebugUtilsLabelEXT* from, VkDebugUtilsLabelEXT* to);
Dgoldfish_vk_transform.h2866 VkDebugUtilsLabelEXT* toTransform);
2869 VkDebugUtilsLabelEXT* toTransform);
Dgoldfish_vk_transform.cpp7208 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()
Dgoldfish_vk_deepcopy.cpp7779 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()
Dgoldfish_vk_marshaling.h3269 const VkDebugUtilsLabelEXT* forMarshaling);
3272 VkDebugUtilsLabelEXT* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h1719 VkDebugUtilsLabelEXT* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_marshaling.cpp15787 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()
Dgoldfish_vk_reserved_marshaling.cpp12191 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/
Dvulkan_core.h11951 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 …]
Dvulkansc_funcs.hpp7541 …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()
Dvulkansc.hpp2554 …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()
Dvulkansc_raii.hpp9252 …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()
Dvulkan.hpp3299 …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()
Dvulkan_funcs.hpp11023 …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()
Dvulkansc_static_assertions.hpp1517 …RT( sizeof( VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT ) == sizeof( VkDebugUtilsLabelEXT ), "struct …
Dvulkan_raii.hpp15413 …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()
Dvulkansc_structs.hpp7959 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&()
Dvulkan_static_assertions.hpp2165 …RT( sizeof( VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT ) == sizeof( VkDebugUtilsLabelEXT ), "struct …
Dvulkan_structs.hpp19436 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&()