Searched refs:bufferAllocs (Results 1 – 1 of 1) sorted by relevance
4464 de::MovePtr<Allocation> bufferAllocs[2]; in initColorImageChessboardPattern() local4481 …bufferAllocs[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()