Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp121 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::api::__anon16a0f6d00111::BufferViewTestInstance
181 …DST_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewTestInstance()
185 …DST_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewTestInstance()
436 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResult()
437 …ixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_resultBufferAlloc->getHostPtr… in checkResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp150 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::pipeline::__anon28ba483d0111::InterfaceMatchingTestInstance
340m_resultBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_resultBuffer), M… in iterate()
341 …HECK(vk.bindBufferMemory(device, *m_resultBuffer, m_resultBufferAlloc->getMemory(), m_resultBuffer… in iterate()
376 invalidateAlloc(vk, device, *m_resultBufferAlloc); in iterate()
380 const unsigned char* bufferPtr = static_cast<unsigned char*>(m_resultBufferAlloc->getHostPtr()); in iterate()