Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp86 de::MovePtr<Allocation> m_destinationBufferAlloc; member in vkt::api::__anon2d06850b0111::FillBufferTestInstance
122 …T_BIT, context, memAlloc, m_destination, MemoryRequirement::HostVisible, m_destinationBufferAlloc); in FillBufferTestInstance()
134 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
162 invalidateAlloc(vk, vkDevice, *m_destinationBufferAlloc); in iterate()
163 …lBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_destinationBufferAlloc->getHostP… in iterate()
276 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
304 invalidateAlloc(vk, vkDevice, *m_destinationBufferAlloc); in iterate()
305 …lBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_destinationBufferAlloc->getHostP… in iterate()
DvktApiCopiesAndBlittingTests.cpp1212 de::MovePtr<Allocation> m_destinationBufferAlloc; member in vkt::api::__anon0e89ab3d0111::CopyBufferToBuffer
1259m_destinationBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryR… in CopyBufferToBuffer()
1260 …k.bindBufferMemory(vkDevice, *m_destination, m_destinationBufferAlloc->getMemory(), m_destinationB… in CopyBufferToBuffer()
1277 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
1322 invalidateAlloc(vk, vkDevice, *m_destinationBufferAlloc); in iterate()
1323 …lBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_destinationBufferAlloc->getHostP… in iterate()
1373 de::MovePtr<Allocation> m_destinationBufferAlloc; member in vkt::api::__anon0e89ab3d0111::CopyImageToBuffer
1430m_destinationBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryR… in CopyImageToBuffer()
1431 …k.bindBufferMemory(vkDevice, *m_destination, m_destinationBufferAlloc->getMemory(), m_destinationB… in CopyImageToBuffer()
1448 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
[all …]