Searched refs:m_resultBufferAlloc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 108 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::api::__anona68ce2310111::BufferViewTestInstance 197 …m_resultBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_resultBuffer)… in BufferViewTestInstance() 199 …CK(vk.bindBufferMemory(vkDevice, *m_resultBuffer, m_resultBufferAlloc->getMemory(), m_resultBuffer… in BufferViewTestInstance() 783 …invalidateMappedMemoryRange(vk, vkDevice, m_resultBufferAlloc->getMemory(), m_resultBufferAlloc->g… in checkResult() 784 …ixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_resultBufferAlloc->getHostPtr… in checkResult()
|