Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp185 VkAllocationCallbacks* local_pAllocator; in vkCreateInstance() local
192 local_pAllocator = nullptr; in vkCreateInstance()
195 local_pAllocator = (VkAllocationCallbacks*)pool->alloc(sizeof(const VkAllocationCallbacks)); in vkCreateInstance()
196 … deepcopy_VkAllocationCallbacks(pool, pAllocator, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
198 local_pAllocator = nullptr; in vkCreateInstance()
203 if (local_pAllocator) in vkCreateInstance()
205 …sform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
211 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)local_pAllocator; in vkCreateInstance()
213 if (local_pAllocator) in vkCreateInstance()
215 … marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
[all …]