Searched refs:storageAllocation (Results 1 – 2 of 2) sorted by relevance
242 const Allocation& storageAllocation = storageBuffer.getAllocation(); in iterate() local243 invalidateAlloc(vk, device, storageAllocation); in iterate()245 const deUint32* bufferPtr = static_cast<deUint32*>(storageAllocation.getHostPtr()); in iterate()
402 de::MovePtr<vk::Allocation> storageAllocation; in iterate() local416 …storageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *storageImage), Memo… in iterate()417 …VK_CHECK(vk.bindImageMemory(device, *storageImage, storageAllocation->getMemory(), storageAllocati… in iterate()