Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4716 de::MovePtr<Allocation> bufferAllocs[2]; in initColorImageChessboardPattern() local
4733bufferAllocs[bufferIdx] = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffers[buff… in initColorImageChessboardPattern()
4734 …K(vk.bindBufferMemory(device, *buffers[bufferIdx], bufferAllocs[bufferIdx]->getMemory(), bufferAll… in initColorImageChessboardPattern()
4736 deUint32* dstPtr = (deUint32*)bufferAllocs[bufferIdx]->getHostPtr(); in initColorImageChessboardPattern()
4743 flushAlloc(vk, device, *bufferAllocs[bufferIdx]); in initColorImageChessboardPattern()