Searched refs:m_srcBufferAlloc (Results 1 – 1 of 1) sorted by relevance
2328 de::MovePtr<Allocation> m_srcBufferAlloc; member in vkt::pipeline::__anon818c47370111::TransferTestInstance2383 …bufSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT | VK_BUFFER_USAGE_TRANSFER_SRC_BIT, &m_srcBufferAlloc); in TransferTestInstance()2386 char* pBuf = reinterpret_cast<char*>(m_srcBufferAlloc->getHostPtr()); in TransferTestInstance()2388 flushAlloc(vk, vkDevice, *m_srcBufferAlloc); in TransferTestInstance()