Home
last modified time | relevance | path

Searched refs:m_hostBuffer (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp646m_hostBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(m_resour… in Implementation()
648 const Allocation& alloc = m_hostBuffer->getAllocation(); in Implementation()
666 vk.cmdCopyBuffer(cmdBuffer, m_resource.getBuffer().handle, **m_hostBuffer, 1u, &copyRegion); in recordCommands()
674 **m_hostBuffer, // VkBuffer buffer in recordCommands()
696 vk.cmdCopyBuffer(cmdBuffer, **m_hostBuffer, m_resource.getBuffer().handle, 1u, &copyRegion); in recordCommands()
726 return getHostBufferData(m_context, *m_hostBuffer, m_resource.getBuffer().size); in getData()
732 setHostBufferData(m_context, *m_hostBuffer, data); in setData()
739 de::MovePtr<Buffer> m_hostBuffer; member in vkt::synchronization::__anon3d1a14f80111::CopyBuffer::Implementation
838 de::MovePtr<Buffer> m_hostBuffer; member in vkt::synchronization::__anon3d1a14f80111::CopyBuffer::CopyImplementation
902 m_hostBuffer = de::MovePtr<Buffer>(new Buffer( in ImplementationBase()
[all …]