Searched refs:m_hostBuffer (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 647 m_hostBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, hostBufferUsage), MemoryRequirement::HostVisible)); in Implementation() 649 const Allocation& alloc = m_hostBuffer->getAllocation(); in Implementation() 667 vk.cmdCopyBuffer(cmdBuffer, m_resource.getBuffer().handle, **m_hostBuffer, 1u, ©Region); in recordCommands() 675 **m_hostBuffer, // VkBuffer buffer in recordCommands() 690 // **m_hostBuffer, // VkBuffer buffer in recordCommands() 697 vk.cmdCopyBuffer(cmdBuffer, **m_hostBuffer, m_resource.getBuffer().handle, 1u, ©Region); in recordCommands() 727 return getHostBufferData(m_context, *m_hostBuffer, m_resource.getBuffer().size); in getData() 733 setHostBufferData(m_context, *m_hostBuffer, data); in setData() 740 de::MovePtr<Buffer> m_hostBuffer; member in vkt::synchronization::__anon28830::CopyBuffer::Implementation 839 de::MovePtr<Buffer> m_hostBuffer; member in vkt::synchronization::__anon28830::CopyBuffer::CopyImplementation 1064 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::CopyBlitResolveImage::ImplementationBase 1867 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::ShaderAccess::BufferImplementation 2143 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::ShaderAccess::ImageImplementation 3080 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::ShaderAccess::MSImageImplementation 3229 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::CopyBufferToImage::WriteImplementation 3351 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::CopyBufferToImage::ReadImplementation 3658 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::CopyImageToBuffer::WriteImplementation 3738 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::CopyImageToBuffer::ReadImplementation 4767 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon28830::IndirectBuffer::ReadImplementation [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 646 m_hostBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, hostBufferUsage), MemoryRequirement::HostVisible)); in Implementation() 648 const Allocation& alloc = m_hostBuffer->getAllocation(); in Implementation() 666 vk.cmdCopyBuffer(cmdBuffer, m_resource.getBuffer().handle, **m_hostBuffer, 1u, ©Region); in recordCommands() 674 **m_hostBuffer, // VkBuffer buffer in recordCommands() 689 // **m_hostBuffer, // VkBuffer buffer in recordCommands() 696 vk.cmdCopyBuffer(cmdBuffer, **m_hostBuffer, m_resource.getBuffer().handle, 1u, ©Region); 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::__anon29979::CopyBuffer::Implementation 838 de::MovePtr<Buffer> m_hostBuffer; member in vkt::synchronization::__anon29979::CopyBuffer::CopyImplementation 1063 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::CopyBlitResolveImage::ImplementationBase 1809 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::ShaderAccess::BufferImplementation 2062 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::ShaderAccess::ImageImplementation 2943 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::ShaderAccess::MSImageImplementation 3092 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::CopyBufferToImage::WriteImplementation 3214 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::CopyBufferToImage::ReadImplementation 3521 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::CopyImageToBuffer::WriteImplementation 3601 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::CopyImageToBuffer::ReadImplementation 4628 de::MovePtr<Buffer> m_hostBuffer; global() member in vkt::synchronization::__anon29979::IndirectBuffer::ReadImplementation [all...] |
Completed in 13 milliseconds