Searched refs:dstCopyRegion (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 385 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode() local 431 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcode() 642 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode() local 692 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcode()
|
D | vktImageCompressionTranscodingSupport.cpp | 1723 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeRead() local 1773 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeRead() 1857 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeWrite() local 1907 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeWrite() 2311 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeRead() local 2360 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeRead() 2451 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeWrite() local 2500 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeWrite()
|