Home
last modified time | relevance | path

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

/external/deqp/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.cpp1699 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageBu… in transcodeRead() local
1766 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
1769 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcodeRead()
1776 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead()
1839 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageB… in transcodeWrite() local
1900 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite()
1903 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcodeWrite()
1910 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite()
2279 …MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageBu… in transcodeRead() local
2350 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
[all …]