Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp21657 VkDebugUtilsLabelEXT* local_pLabelInfo; in vkQueueBeginDebugUtilsLabelEXT() local
21659 local_pLabelInfo = nullptr; in vkQueueBeginDebugUtilsLabelEXT()
21662 local_pLabelInfo = (VkDebugUtilsLabelEXT*)pool->alloc(sizeof(const VkDebugUtilsLabelEXT)); in vkQueueBeginDebugUtilsLabelEXT()
21663 deepcopy_VkDebugUtilsLabelEXT(pool, pLabelInfo, (VkDebugUtilsLabelEXT*)(local_pLabelInfo)); in vkQueueBeginDebugUtilsLabelEXT()
21665 if (local_pLabelInfo) in vkQueueBeginDebugUtilsLabelEXT()
21667 …ansform_tohost_VkDebugUtilsLabelEXT(mImpl->resources(), (VkDebugUtilsLabelEXT*)(local_pLabelInfo)); in vkQueueBeginDebugUtilsLabelEXT()
21674 marshal_VkDebugUtilsLabelEXT(countingStream, (VkDebugUtilsLabelEXT*)(local_pLabelInfo)); in vkQueueBeginDebugUtilsLabelEXT()
21684 marshal_VkDebugUtilsLabelEXT(stream, (VkDebugUtilsLabelEXT*)(local_pLabelInfo)); in vkQueueBeginDebugUtilsLabelEXT()
21741 VkDebugUtilsLabelEXT* local_pLabelInfo; in vkQueueInsertDebugUtilsLabelEXT() local
21743 local_pLabelInfo = nullptr; in vkQueueInsertDebugUtilsLabelEXT()
[all …]