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.cpp9959 VkBindBufferMemoryInfo* local_pBindInfos; in vkBindBufferMemory2() local
9962 local_pBindInfos = nullptr; in vkBindBufferMemory2()
9965local_pBindInfos = (VkBindBufferMemoryInfo*)pool->alloc(((bindInfoCount)) * sizeof(const VkBindBuf… in vkBindBufferMemory2()
9968 …copy_VkBindBufferMemoryInfo(pool, pBindInfos + i, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
9971 if (local_pBindInfos) in vkBindBufferMemory2()
9975 …tohost_VkBindBufferMemoryInfo(mImpl->resources(), (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
9986 … marshal_VkBindBufferMemoryInfo(countingStream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10000 marshal_VkBindBufferMemoryInfo(stream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10028 VkBindImageMemoryInfo* local_pBindInfos; in vkBindImageMemory2() local
10031 local_pBindInfos = nullptr; in vkBindImageMemory2()
[all …]