Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp500 void copyToCPU (const DeviceInterface& vkd, TransferInfo* transferInfo) in copyToCPU() argument
505 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
506 copyState.bufferImageHeight = transferInfo->height; in copyToCPU()
508 copyState.imageSubresource.mipLevel = transferInfo->mipLevel; in copyToCPU()
511 copyState.imageOffset = transferInfo->imageOffset; in copyToCPU()
512 copyState.imageExtent.width = (deInt32)(transferInfo->width); in copyToCPU()
513 copyState.imageExtent.height = (deInt32)(transferInfo->height); in copyToCPU()
516 …vkd.cmdCopyImageToBuffer(transferInfo->commandBuffer, transferInfo->image, VK_IMAGE_LAYOUT_TRANSFE… in copyToCPU()
527 bufferBarrier.buffer = transferInfo->buffer; in copyToCPU()
529 bufferBarrier.size = transferInfo->size; in copyToCPU()
[all …]