Searched refs:local_pBindInfos (Results 1 – 1 of 1) sorted by relevance
10218 VkBindBufferMemoryInfo* local_pBindInfos; in vkBindBufferMemory2() local10221 local_pBindInfos = nullptr; in vkBindBufferMemory2()10224 …local_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() local10290 local_pBindInfos = nullptr; in vkBindImageMemory2()[all …]