Searched refs:dstCopyRegion (Results 1 – 2 of 2) sorted by relevance
/external/deqp/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 | 1719 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeRead() local 1769 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeRead() 1853 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeWrite() local 1903 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeWrite() 2304 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeRead() local 2353 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeRead() 2444 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeWrite() local 2493 …r(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(), 1u, &dstCopyRegion); in transcodeWrite()
|