Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp359 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImag… in transcode() local
428 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
431 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcode()
438 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
610 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImag… in transcode() local
689 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
692 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcode()
699 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
DvktImageCompressionTranscodingSupport.cpp1703 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageBu… in transcodeRead() local
1770 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
1773 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcodeRead()
1780 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead()
1843 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageB… in transcodeWrite() local
1904 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite()
1907 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcodeWrite()
1914 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite()
2286 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageBu… in transcodeRead() local
2357 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
[all …]