Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp420 de::MovePtr<Allocation> stagingIndexBufferMemory; in iterate() local
566stagingIndexBufferMemory = memAlloc.allocate(getBufferMemoryRequirements(vk, *m_deviceGroup, *stag… in iterate()
567 …rMemory(*m_deviceGroup, *stagingIndexBuffer, stagingIndexBufferMemory->getMemory(), stagingIndexBu… in iterate()
569 void* indexBufPtr = stagingIndexBufferMemory->getHostPtr(); in iterate()
571 flushAlloc(vk, *m_deviceGroup, *stagingIndexBufferMemory); in iterate()