Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_debug_utils.c190 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_append_debug_label()
192 util_dynarray_append(labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_append_debug_label()
193 VkDebugUtilsLabelEXT *current_label = in vk_common_append_debug_label()
194 util_dynarray_top_ptr(labels, VkDebugUtilsLabelEXT); in vk_common_append_debug_label()
207 VkDebugUtilsLabelEXT previous_label = in vk_common_pop_debug_label()
208 util_dynarray_pop(labels, VkDebugUtilsLabelEXT); in vk_common_pop_debug_label()
215 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdBeginDebugUtilsLabelEXT()
254 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdInsertDebugUtilsLabelEXT()
276 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueBeginDebugUtilsLabelEXT()
284 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueBeginDebugUtilsLabelEXT()
[all …]
Dvk_log.c194 &cmd_buffer->labels, VkDebugUtilsLabelEXT); in __vk_log_impl()
206 util_dynarray_num_elements(&queue->labels, VkDebugUtilsLabelEXT); in __vk_log_impl()
/hardware/google/gfxstream/host/vulkan/
DDebugUtilsHelper.cpp78 const VkDebugUtilsLabelEXT labelInfo = { in cmdBeginDebugLabel()
DVkSubDecoder.cpp2738 const VkDebugUtilsLabelEXT* pLabelInfo; in subDecode()
2739 VkDebugUtilsLabelEXT stack_pLabelInfo[1]; in subDecode()
2740 pLabelInfo = (VkDebugUtilsLabelEXT*)stack_pLabelInfo; in subDecode()
2742 (VkDebugUtilsLabelEXT*)(pLabelInfo), in subDecode()
2746 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in subDecode()
2760 const VkDebugUtilsLabelEXT* pLabelInfo; in subDecode()
2761 VkDebugUtilsLabelEXT stack_pLabelInfo[1]; in subDecode()
2762 pLabelInfo = (VkDebugUtilsLabelEXT*)stack_pLabelInfo; in subDecode()
2764 (VkDebugUtilsLabelEXT*)(pLabelInfo), in subDecode()
2768 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in subDecode()
DVkDecoderSnapshot.h1337 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
1342 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
1345 const VkDebugUtilsLabelEXT* pLabelInfo);
1350 const VkDebugUtilsLabelEXT* pLabelInfo);
DVkDecoderSnapshot.cpp3135 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {} in vkQueueBeginDebugUtilsLabelEXT()
3140 VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {} in vkQueueInsertDebugUtilsLabelEXT()
3143 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdBeginDebugUtilsLabelEXT()
3170 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdInsertDebugUtilsLabelEXT()
6632 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkQueueBeginDebugUtilsLabelEXT()
6649 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkQueueInsertDebugUtilsLabelEXT()
6659 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdBeginDebugUtilsLabelEXT()
6677 const VkDebugUtilsLabelEXT* pLabelInfo) { in vkCmdInsertDebugUtilsLabelEXT()
DVkDecoder.cpp18378 const VkDebugUtilsLabelEXT* pLabelInfo; in decode()
18387 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode()
18389 (VkDebugUtilsLabelEXT*)(pLabelInfo), in decode()
18393 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in decode()
18448 const VkDebugUtilsLabelEXT* pLabelInfo; in decode()
18457 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode()
18459 (VkDebugUtilsLabelEXT*)(pLabelInfo), in decode()
18463 (VkDebugUtilsLabelEXT*)(pLabelInfo)); in decode()
18488 const VkDebugUtilsLabelEXT* pLabelInfo; in decode()
18498 vkReadStream->alloc((void**)&pLabelInfo, sizeof(const VkDebugUtilsLabelEXT)); in decode()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_utils.adoc236 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
242 [open,refpage='VkDebugUtilsLabelEXT',desc='Specify parameters of a label region',type='structs']
244 The sname:VkDebugUtilsLabelEXT structure is defined as:
246 include::{generated}/api/structs/VkDebugUtilsLabelEXT.adoc[]
259 include::{generated}/validity/structs/VkDebugUtilsLabelEXT.adoc[]
290 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
323 * pname:pLabelInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
381 * pname:pInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure
655 slink:VkDebugUtilsLabelEXT active in the current sname:VkQueue at the
661 slink:VkDebugUtilsLabelEXT active in the current sname:VkCommandBuffer
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_utils.adoc203 const VkDebugUtilsLabelEXT houseLabel =
215 VkDebugUtilsLabelEXT housePartLabel =
257 const VkDebugUtilsLabelEXT queueLabel =
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1700 const VkDebugUtilsLabelEXT* from, VkDebugUtilsLabelEXT* to);
Dgoldfish_vk_transform.h2809 VkDebugUtilsLabelEXT* toTransform);
2812 VkDebugUtilsLabelEXT* toTransform);
Dgoldfish_vk_transform.cpp7131 VkDebugUtilsLabelEXT* toTransform) { in transform_tohost_VkDebugUtilsLabelEXT()
7140 VkDebugUtilsLabelEXT* toTransform) { in transform_fromhost_VkDebugUtilsLabelEXT()
7177 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pQueueLabels + i)); in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT()
7185 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pCmdBufLabels + i)); in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT()
7210 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pQueueLabels + i)); in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT()
7218 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pCmdBufLabels + i)); in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT()
Dgoldfish_vk_deepcopy.cpp7661 const VkDebugUtilsLabelEXT* from, VkDebugUtilsLabelEXT* to) { in deepcopy_VkDebugUtilsLabelEXT()
7743 to->pQueueLabels = (VkDebugUtilsLabelEXT*)alloc->alloc( in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7744 from->queueLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7748 (VkDebugUtilsLabelEXT*)(to->pQueueLabels + i)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7755 to->pCmdBufLabels = (VkDebugUtilsLabelEXT*)alloc->alloc( in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7756 from->cmdBufLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7760 (VkDebugUtilsLabelEXT*)(to->pCmdBufLabels + i)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
Dgoldfish_vk_marshaling.h3200 const VkDebugUtilsLabelEXT* forMarshaling);
3203 VkDebugUtilsLabelEXT* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h1695 VkDebugUtilsLabelEXT* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_marshaling.cpp15521 const VkDebugUtilsLabelEXT* forMarshaling) { in marshal_VkDebugUtilsLabelEXT()
15533 VkDebugUtilsLabelEXT* forUnmarshaling) { in unmarshal_VkDebugUtilsLabelEXT()
15638 vkStream, rootType, (const VkDebugUtilsLabelEXT*)(forMarshaling->pQueueLabels + i)); in marshal_VkDebugUtilsMessengerCallbackDataEXT()
15646 (const VkDebugUtilsLabelEXT*)(forMarshaling->pCmdBufLabels + i)); in marshal_VkDebugUtilsMessengerCallbackDataEXT()
15695 forUnmarshaling->queueLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
15699 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pQueueLabels + i)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
15704 forUnmarshaling->cmdBufLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
15708 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pCmdBufLabels + i)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
Dgoldfish_vk_reserved_marshaling.cpp11979 VkDebugUtilsLabelEXT* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkDebugUtilsLabelEXT()
12095 forUnmarshaling->queueLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
12098 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pQueueLabels + i), ptr); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
12103 forUnmarshaling->cmdBufLabelCount * sizeof(const VkDebugUtilsLabelEXT)); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
12106 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pCmdBufLabels + i), ptr); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11905 typedef struct VkDebugUtilsLabelEXT { struct
11910 } VkDebugUtilsLabelEXT; argument
11928 const VkDebugUtilsLabelEXT* pQueueLabels;
11930 const VkDebugUtilsLabelEXT* pCmdBufLabels;
11963 …API_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo…
11965 …PI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo…
11966 …kCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo…
11968 …CmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo…
11984 const VkDebugUtilsLabelEXT* pLabelInfo);
11991 const VkDebugUtilsLabelEXT* pLabelInfo);
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
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()
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()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc183 * pname:pInfo is a pointer to a slink:VkDebugUtilsLabelEXT structure

12