Home
last modified time | relevance | path

Searched refs:dstImageBuffer (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp360 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcode() local
433 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
436 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcode()
443 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
615 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcode() local
699 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
702 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcode()
709 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
H A DvktImageCompressionTranscodingSupport.cpp1746 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcodeRead() local
1813 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
1816 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeRead()
1824 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead()
1885 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcodeWrite() local
1946 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite()
1949 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeWrite()
1957 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite()
2328 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcodeRead() local
2399 dstImageBuffer in transcodeRead()
2473 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); transcodeWrite() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp360 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcode() local
433 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
436 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcode()
443 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
615 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcode() local
699 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
702 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcode()
709 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
H A DvktImageCompressionTranscodingSupport.cpp1731 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcodeRead() local
1798 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
1801 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeRead()
1809 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead()
1870 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcodeWrite() local
1931 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite()
1934 vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeWrite()
1942 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite()
2313 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); in transcodeRead() local
2384 dstImageBuffer in transcodeRead()
2458 MovePtr<BufferWithMemory> dstImageBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); transcodeWrite() local
[all...]

Completed in 14 milliseconds