Lines Matching defs:imageMemories
416 vector<de::SharedPtr<Allocation> >& imageMemories,
529 vector<de::SharedPtr<Allocation> >& imageMemories,
569 imageMemories.push_back((de::SharedPtr<Allocation>)allocator.allocate(getImageMemoryRequirements(vk, device, **images[imageNdx]), MemoryRequirement::Any).release());
570 VK_CHECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imageMemories[imageNdx]->getOffset()));
1018 vector<de::SharedPtr<Allocation> >& imageMemories,
1128 vector<de::SharedPtr<Allocation> >& imageMemories,
1181 imageMemories.push_back((de::SharedPtr<Allocation>)allocator.allocate(getImageMemoryRequirements(vk, device, **images[imageNdx]), MemoryRequirement::Any).release());
1182 VK_CHECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imageMemories[imageNdx]->getOffset()));