Searched refs:pCmdBufLabels (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_log.c | 195 cb_data.pCmdBufLabels = cmd_buffer->labels.data; in __vk_log_impl()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_utils.adoc | 659 pname:pCmdBufLabels array. 660 * pname:pCmdBufLabels is `NULL` or a pointer to an array of 682 pname:pCmdBufLabels is based on the order the labels were defined. 684 pname:pCmdBufLabels will be the first defined (and therefore the oldest) 694 Likewise, pname:pCmdBufLabels will only be non-`NULL` if one of the objects
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 7182 if (toTransform->pCmdBufLabels) { in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT() 7185 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pCmdBufLabels + i)); in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT() 7215 if (toTransform->pCmdBufLabels) { in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT() 7218 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pCmdBufLabels + i)); in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT()
|
D | goldfish_vk_deepcopy.cpp | 7753 to->pCmdBufLabels = nullptr; in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7754 if (from->pCmdBufLabels) { in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7755 to->pCmdBufLabels = (VkDebugUtilsLabelEXT*)alloc->alloc( in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7759 deepcopy_VkDebugUtilsLabelEXT(alloc, rootType, from->pCmdBufLabels + i, in deepcopy_VkDebugUtilsMessengerCallbackDataEXT() 7760 (VkDebugUtilsLabelEXT*)(to->pCmdBufLabels + i)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
|
D | goldfish_vk_marshaling.cpp | 15646 (const VkDebugUtilsLabelEXT*)(forMarshaling->pCmdBufLabels + i)); in marshal_VkDebugUtilsMessengerCallbackDataEXT() 15703 vkStream->alloc((void**)&forUnmarshaling->pCmdBufLabels, in unmarshal_VkDebugUtilsMessengerCallbackDataEXT() 15708 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pCmdBufLabels + i)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12102 vkStream->alloc((void**)&forUnmarshaling->pCmdBufLabels, in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT() 12106 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pCmdBufLabels + i), ptr); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1316 VULKAN_HPP_HASH_COMBINE( seed, debugUtilsMessengerCallbackDataEXT.pCmdBufLabels ); in operator ()()
|
D | vulkan_hash.hpp | 2669 VULKAN_HPP_HASH_COMBINE( seed, debugUtilsMessengerCallbackDataEXT.pCmdBufLabels ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 11930 const VkDebugUtilsLabelEXT* pCmdBufLabels; member
|