Lines Matching refs:bufferAlloc
996 de::MovePtr<Allocation> bufferAlloc;
1030 bufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
1031 VK_CHECK(vk.bindBufferMemory(vkDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->getOffset()));
1037 deUint8* destPtr = (deUint8*)bufferAlloc->getHostPtr();
1077 flushAlloc(vk, vkDevice, *bufferAlloc);
1283 de::MovePtr<Allocation> bufferAlloc;
1322 bufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
1324 VK_CHECK(vk.bindBufferMemory(vkDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->getOffset()));
1330 deUint8* destPtr = (deUint8*)bufferAlloc->getHostPtr();