Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp535 void copyToCPU (const DeviceInterface& vkd, TransferInfo* transferInfo) in copyToCPU() argument
540 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
541 copyState.bufferImageHeight = transferInfo->height; in copyToCPU()
543 copyState.imageSubresource.mipLevel = transferInfo->mipLevel; in copyToCPU()
546 copyState.imageOffset = transferInfo->imageOffset; in copyToCPU()
547 copyState.imageExtent.width = (deInt32)(transferInfo->width); in copyToCPU()
548 copyState.imageExtent.height = (deInt32)(transferInfo->height); in copyToCPU()
551 …vkd.cmdCopyImageToBuffer(transferInfo->commandBuffer, transferInfo->image, VK_IMAGE_LAYOUT_TRANSFE… in copyToCPU()
562 bufferBarrier.buffer = transferInfo->buffer; in copyToCPU()
564 bufferBarrier.size = transferInfo->size; in copyToCPU()
[all …]
/external/skia/tests/
DTransferPixelsTest.cpp358 GrImageInfo transferInfo(allowedRead.fColorType, kUnpremul_SkAlphaType, nullptr, kTexDims); in basic_transfer_from_test() local
371 GrCPixmap( transferInfo, transferData.get(), fullBufferRowBytes), in basic_transfer_from_test()
400 transferInfo = transferInfo.makeWH(kPartialWidth, kPartialHeight); in basic_transfer_from_test()
405 GrCPixmap(transferInfo , transferData.get(), partialBufferRowBytes), in basic_transfer_from_test()