Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp10218 VkBindBufferMemoryInfo* local_pBindInfos; in vkBindBufferMemory2() local
10221 local_pBindInfos = nullptr; in vkBindBufferMemory2()
10224local_pBindInfos = (VkBindBufferMemoryInfo*)pool->alloc(((bindInfoCount)) * sizeof(const VkBindBuf… in vkBindBufferMemory2()
10227 …copy_VkBindBufferMemoryInfo(pool, pBindInfos + i, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10230 if (local_pBindInfos) in vkBindBufferMemory2()
10234 …tohost_VkBindBufferMemoryInfo(mImpl->resources(), (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10245 … marshal_VkBindBufferMemoryInfo(countingStream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10259 marshal_VkBindBufferMemoryInfo(stream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10287 VkBindImageMemoryInfo* local_pBindInfos; in vkBindImageMemory2() local
10290 local_pBindInfos = nullptr; in vkBindImageMemory2()
[all …]