Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4464 de::MovePtr<Allocation> bufferAllocs[2]; in initColorImageChessboardPattern() local
4481bufferAllocs[bufferIdx] = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffers[buff… in initColorImageChessboardPattern()
4482 …K(vk.bindBufferMemory(device, *buffers[bufferIdx], bufferAllocs[bufferIdx]->getMemory(), bufferAll… in initColorImageChessboardPattern()
4484 deUint32* dstPtr = (deUint32*)bufferAllocs[bufferIdx]->getHostPtr(); in initColorImageChessboardPattern()
4491 flushAlloc(vk, device, *bufferAllocs[bufferIdx]); in initColorImageChessboardPattern()