Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp11062 VkDeviceQueueInfo2* local_pQueueInfo; in vkGetDeviceQueue2() local
11064 local_pQueueInfo = nullptr; in vkGetDeviceQueue2()
11067 local_pQueueInfo = (VkDeviceQueueInfo2*)pool->alloc(sizeof(const VkDeviceQueueInfo2)); in vkGetDeviceQueue2()
11068 deepcopy_VkDeviceQueueInfo2(pool, pQueueInfo, (VkDeviceQueueInfo2*)(local_pQueueInfo)); in vkGetDeviceQueue2()
11070 if (local_pQueueInfo) in vkGetDeviceQueue2()
11072 … transform_tohost_VkDeviceQueueInfo2(mImpl->resources(), (VkDeviceQueueInfo2*)(local_pQueueInfo)); in vkGetDeviceQueue2()
11079 marshal_VkDeviceQueueInfo2(countingStream, (VkDeviceQueueInfo2*)(local_pQueueInfo)); in vkGetDeviceQueue2()
11092 marshal_VkDeviceQueueInfo2(stream, (VkDeviceQueueInfo2*)(local_pQueueInfo)); in vkGetDeviceQueue2()