Home
last modified time | relevance | path

Searched refs:copyImageRegion (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyImageTests.cpp280 const vk::VkImageCopy copyImageRegion = in iterate() local
292 1u, &copyImageRegion); in iterate()
DvktProtectedMemUtils.cpp906 const vk::VkImageCopy copyImageRegion = in copyToProtectedImage() local
923 …rcImage, vk::VK_IMAGE_LAYOUT_GENERAL, dstImage, vk::VK_IMAGE_LAYOUT_GENERAL, 1u, &copyImageRegion); in copyToProtectedImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp1737 const VkImageCopy copyImageRegion = in configCommandBuffer() local
1746 … *m_srcImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &copyImageRegion); in configCommandBuffer()