Home
last modified time | relevance | path

Searched refs:pQueueLabels (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_log.c207 cb_data.pQueueLabels = queue->labels.data; in __vk_log_impl()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_utils.adoc653 pname:pQueueLabels array.
654 * pname:pQueueLabels is `NULL` or a pointer to an array of
681 popping onto a stack, the order of both pname:pQueueLabels and
683 The result is that the first label in either pname:pQueueLabels or
690 pname:pQueueLabels will only be non-`NULL` if one of the objects in
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp7174 if (toTransform->pQueueLabels) { in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT()
7177 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pQueueLabels + i)); in transform_tohost_VkDebugUtilsMessengerCallbackDataEXT()
7207 if (toTransform->pQueueLabels) { in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT()
7210 resourceTracker, (VkDebugUtilsLabelEXT*)(toTransform->pQueueLabels + i)); in transform_fromhost_VkDebugUtilsMessengerCallbackDataEXT()
Dgoldfish_vk_deepcopy.cpp7741 to->pQueueLabels = nullptr; in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7742 if (from->pQueueLabels) { in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7743 to->pQueueLabels = (VkDebugUtilsLabelEXT*)alloc->alloc( in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7747 deepcopy_VkDebugUtilsLabelEXT(alloc, rootType, from->pQueueLabels + i, in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
7748 (VkDebugUtilsLabelEXT*)(to->pQueueLabels + i)); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
Dgoldfish_vk_marshaling.cpp15638 vkStream, rootType, (const VkDebugUtilsLabelEXT*)(forMarshaling->pQueueLabels + i)); in marshal_VkDebugUtilsMessengerCallbackDataEXT()
15694 vkStream->alloc((void**)&forUnmarshaling->pQueueLabels, in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
15699 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pQueueLabels + i)); in unmarshal_VkDebugUtilsMessengerCallbackDataEXT()
Dgoldfish_vk_reserved_marshaling.cpp12094 vkStream->alloc((void**)&forUnmarshaling->pQueueLabels, in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
12098 vkStream, rootType, (VkDebugUtilsLabelEXT*)(forUnmarshaling->pQueueLabels + i), ptr); in reservedunmarshal_VkDebugUtilsMessengerCallbackDataEXT()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1314 VULKAN_HPP_HASH_COMBINE( seed, debugUtilsMessengerCallbackDataEXT.pQueueLabels ); in operator ()()
Dvulkan_hash.hpp2667 VULKAN_HPP_HASH_COMBINE( seed, debugUtilsMessengerCallbackDataEXT.pQueueLabels ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11928 const VkDebugUtilsLabelEXT* pQueueLabels; member