Home
last modified time | relevance | path

Searched refs:copyRegion (Results 1 - 25 of 122) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp859 const VkBufferImageCopy copyRegion = in uploadImageAspect() local
874 copyRegions.push_back(copyRegion); in uploadImageAspect()
1059 const VkBufferImageCopy copyRegion = in readImageAspect() local
1076 vk.cmdCopyImageToBuffer(*m_cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, 1u, &copyRegion); in readImageAspect()
2751 VkBufferImageCopy copyRegion; in iterate() local
2752 copyRegion = makeBufferImageCopy(mipLevelExtents(srcImageParams.extent, mipLevelToCheckIdx), makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, mipLevelToCheckIdx, arrayLayerToCheckIdx, 1)); in iterate()
2758 bufferImageCopy = copyRegion; in iterate()
2763 bufferImageCopy2KHR = convertvkBufferImageCopyTovkBufferImageCopy2KHR(copyRegion); in iterate()
5008 VkBufferImageCopy copyRegion
5031 vk.cmdCopyBufferToImage(*m_cmdBuffer, *buffer, image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp960 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
961 vkd.cmdCopyBuffer(cmdBuffer, hostCoherentBuffer->get(), bufferResource->get(), 1u, &copyRegion); in iterate()
973 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
974 vkd.cmdCopyBufferToImage(cmdBuffer, hostCoherentBuffer->get(), imageResource->get(), currentLayout, 1u, &copyRegion); in iterate()
1123 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
1124 vkd.cmdCopyBuffer(cmdBuffer, bufferResource->get(), hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1128 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1129 vkd.cmdCopyImageToBuffer(cmdBuffer, imageResource->get(), currentLayout, hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1150 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1151 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerificationBuffer->get(), 1u, &copyRegion); in iterate()
[all...]
H A DvktMeshShaderSyncTestsEXT.cpp1163 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
1164 vkd.cmdCopyBuffer(cmdBuffer, hostCoherentBuffer->get(), bufferResource->get(), 1u, &copyRegion); in iterate()
1176 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1177 vkd.cmdCopyBufferToImage(cmdBuffer, hostCoherentBuffer->get(), imageResource->get(), currentLayout, 1u, &copyRegion); in iterate()
1346 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
1347 vkd.cmdCopyBuffer(cmdBuffer, bufferResource->get(), hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1351 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1352 vkd.cmdCopyImageToBuffer(cmdBuffer, imageResource->get(), currentLayout, hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1373 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1374 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerificationBuffer->get(), 1u, &copyRegion); in iterate()
[all...]
H A DvktMeshShaderProvokingVertexTestsEXT.cpp391 const auto copyRegion = makeBufferImageCopy(colorExtent, colorSRL); in iterate() local
392 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, verificationBuffer.get(), 1u, &copyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp960 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
961 vkd.cmdCopyBuffer(cmdBuffer, hostCoherentBuffer->get(), bufferResource->get(), 1u, &copyRegion); in iterate()
973 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
974 vkd.cmdCopyBufferToImage(cmdBuffer, hostCoherentBuffer->get(), imageResource->get(), currentLayout, 1u, &copyRegion); in iterate()
1123 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
1124 vkd.cmdCopyBuffer(cmdBuffer, bufferResource->get(), hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1128 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1129 vkd.cmdCopyImageToBuffer(cmdBuffer, imageResource->get(), currentLayout, hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1150 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1151 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerificationBuffer->get(), 1u, &copyRegion); in iterate()
[all...]
H A DvktMeshShaderSyncTestsEXT.cpp1163 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
1164 vkd.cmdCopyBuffer(cmdBuffer, hostCoherentBuffer->get(), bufferResource->get(), 1u, &copyRegion); in iterate()
1176 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1177 vkd.cmdCopyBufferToImage(cmdBuffer, hostCoherentBuffer->get(), imageResource->get(), currentLayout, 1u, &copyRegion); in iterate()
1346 const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize); in iterate() local
1347 vkd.cmdCopyBuffer(cmdBuffer, bufferResource->get(), hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1351 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1352 vkd.cmdCopyImageToBuffer(cmdBuffer, imageResource->get(), currentLayout, hostCoherentBuffer->get(), 1u, &copyRegion); in iterate()
1373 const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL); in iterate() local
1374 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerificationBuffer->get(), 1u, &copyRegion); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp767 const VkBufferImageCopy copyRegion = in uploadImageAspect() local
782 copyRegions.push_back(copyRegion); in uploadImageAspect()
967 const VkBufferImageCopy copyRegion = in readImageAspect() local
984 vk.cmdCopyImageToBuffer(*m_cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, 1u, &copyRegion); in readImageAspect()
4564 VkBufferImageCopy copyRegion in uploadCompressedImage()
4587 vk.cmdCopyBufferToImage(*m_cmdBuffer, *buffer, image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion); in uploadCompressedImage()
9487 CopyRegion copyRegion; in addImageToImageDimensionsTests() local
9509 copyRegion.imageCopy = testCopy; in addImageToImageDimensionsTests()
9513 testParams.params.regions.push_back(copyRegion); in addImageToImageDimensionsTests()
9656 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local
9710 CopyRegion copyRegion; addImageToImageAllFormatsDepthStencilTests() local
9764 CopyRegion copyRegion; addImageToImageAllFormatsDepthStencilTests() local
9841 CopyRegion copyRegion; addImageToImageAllFormatsDepthStencilTests() local
10796 CopyRegion copyRegion; add1dImageToBufferTests() local
10825 CopyRegion copyRegion; add1dImageToBufferTests() local
10864 CopyRegion copyRegion; add1dImageToBufferTests() local
10905 CopyRegion copyRegion; add1dImageToBufferTests() local
10939 CopyRegion copyRegion; add2dImageToBufferTests() local
10967 CopyRegion copyRegion; add2dImageToBufferTests() local
10995 CopyRegion copyRegion; add2dImageToBufferTests() local
11064 CopyRegion copyRegion; add2dImageToBufferTests() local
11093 CopyRegion copyRegion; add2dImageToBufferTests() local
11121 CopyRegion copyRegion; add2dImageToBufferTests() local
11160 CopyRegion copyRegion; add2dImageToBufferTests() local
11200 CopyRegion copyRegion; add2dImageToBufferTests() local
11239 CopyRegion copyRegion; add2dImageToBufferTests() local
11438 CopyRegion copyRegion; add1dBufferToImageTests() local
11467 CopyRegion copyRegion; add1dBufferToImageTests() local
11506 CopyRegion copyRegion; add1dBufferToImageTests() local
11547 CopyRegion copyRegion; add1dBufferToImageTests() local
11581 CopyRegion copyRegion; add2dBufferToImageTests() local
11640 CopyRegion copyRegion; add2dBufferToImageTests() local
11668 CopyRegion copyRegion; add2dBufferToImageTests() local
11696 CopyRegion copyRegion; add2dBufferToImageTests() local
11725 CopyRegion copyRegion; add2dBufferToImageTests() local
11753 CopyRegion copyRegion; add2dBufferToImageTests() local
11792 CopyRegion copyRegion; add2dBufferToImageTests() local
11832 CopyRegion copyRegion; add2dBufferToImageTests() local
11871 CopyRegion copyRegion; add2dBufferToImageTests() local
11904 CopyRegion copyRegion; addBufferToBufferTests() local
11926 CopyRegion copyRegion; addBufferToBufferTests() local
11951 CopyRegion copyRegion; addBufferToBufferTests() local
11976 CopyRegion copyRegion; addBufferToBufferTests() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp545 const VkBufferCopy copyRegion = {static_cast<VkDeviceSize>(sourceOffset) + sourceBufferOffset, in copySubData() local
549 commandBuffer->copyBuffer(sourceBuffer.getBuffer(), mBuffer->getBuffer(), 1, &copyRegion); in copySubData()
578 VkBufferCopy copyRegion = {mBufferOffset + offset, mHostVisibleBufferOffset, size}; in handleDeviceLocalBufferMap() local
579 ANGLE_TRY(hostVisibleBuffer->copyFromBuffer(contextVk, mBuffer, 1, &copyRegion)); in handleDeviceLocalBufferMap()
595 VkBufferCopy copyRegion = {mHostVisibleBufferOffset, mBufferOffset + offset, size}; in handleDeviceLocalBufferUnmap() local
596 ANGLE_TRY(mBuffer->copyFromBuffer(contextVk, hostVisibleBuffer, 1, &copyRegion)); in handleDeviceLocalBufferUnmap()
1002 VkBufferCopy copyRegion = {stagingBufferOffset, mBufferOffset + offset, size}; in flushMappedStagingBuffer() local
1004 mBuffer->copyFromBuffer(contextVk, stagingBuffer->getCurrentBuffer(), 1, &copyRegion)); in flushMappedStagingBuffer()
H A Dvk_helpers.cpp3773 VkBufferCopy copyRegion = {}; in initializeNonZeroMemory() local
3774 copyRegion.srcOffset = 0; in initializeNonZeroMemory()
3775 copyRegion.dstOffset = 0; in initializeNonZeroMemory()
3776 copyRegion.size = size; in initializeNonZeroMemory()
3778 commandBuffer.copyBuffer(stagingBuffer.getBuffer(), mBuffer, 1, &copyRegion); in initializeNonZeroMemory()
4452 VkBufferImageCopy copyRegion = {}; in initializeNonZeroMemory() local
4454 gl_vk::GetExtent(getLevelExtents(level), &copyRegion.imageExtent); in initializeNonZeroMemory()
4455 copyRegion.imageSubresource.aspectMask = getAspectFlags(); in initializeNonZeroMemory()
4456 copyRegion.imageSubresource.layerCount = mLayerCount; in initializeNonZeroMemory()
4462 copyRegion in initializeNonZeroMemory()
6437 VkBufferImageCopy copyRegion = {}; stageRobustResourceClearWithFormat() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp279 const VkBufferImageCopy copyRegion = in recordCopyBufferToImage() local
294 copyRegions.push_back(copyRegion); in recordCopyBufferToImage()
385 const VkBufferImageCopy copyRegion = in recordCopyImageToBuffer() local
445 interface.cmdCopyImageToBuffer(cmd, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, bufferInfo.buffer, 1u, &copyRegion); in recordCopyImageToBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp745 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(copyDimX, copyDimY, 1u), in iterate() local
747 vk.cmdCopyImageToBuffer(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, **copyBuffer, 1u, &copyRegion); in iterate()
751 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, copyDimX*copyDimY*sizeof(deUint32)); in iterate() local
752 vk.cmdCopyBuffer(*cmdBuffer, **buffer, **copyBuffer, 1, &copyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp282 const VkBufferImageCopy copyRegion = in iterate() local
292 vk.cmdCopyBufferToImage(*cmdBuffer, inBuffer.get(), image->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion); in iterate()
336 const VkBufferImageCopy copyRegion = in iterate() local
345 vk.cmdCopyImageToBuffer(*cmdBuffer, resultImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, resultBuffer.get(), 1u, &copyRegion); in iterate()
H A DvktImageTransfer.cpp213 const vk::VkBufferImageCopy copyRegion = in iterate() local
248 vk.cmdCopyBufferToImage(*m_cmdBuffer, *srcBuffer, *image, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in iterate()
252 vk.cmdCopyImageToBuffer(*m_cmdBuffer, *image, VK_IMAGE_LAYOUT_GENERAL, *dstBuffer, 1, &copyRegion); in iterate()
H A DvktImageDepthStencilDescriptorTests.cpp1124 const auto copyRegion = makeBufferImageCopy(extent, colorLayers); in iterate() local
1127 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerifBuffer->get(), 1u, &copyRegion); in iterate()
1139 const auto copyRegion = makeBufferImageCopy(extent, depthLayers); in iterate() local
1140 vkd.cmdCopyImageToBuffer(cmdBuffer, dsImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, depthVerifBuffer->get(), 1u, &copyRegion); in iterate()
1146 const auto copyRegion = makeBufferImageCopy(extent, stencilLayers); in iterate() local
1147 vkd.cmdCopyImageToBuffer(cmdBuffer, dsImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, stencilVerifBuffer->get(), 1u, &copyRegion); in iterate()
1162 const auto copyRegion = makeBufferImageCopy(extent, colorLayers); in iterate() local
1166 vkd.cmdCopyImageToBuffer(cmdBuffer, outputImages[i]->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, storageVerifBuffers[i]->get(), 1u, &copyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp279 const VkBufferImageCopy copyRegion = in recordCopyBufferToImage() local
294 copyRegions.push_back(copyRegion); in recordCopyBufferToImage()
385 const VkBufferImageCopy copyRegion = in recordCopyImageToBuffer() local
445 interface.cmdCopyImageToBuffer(cmd, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, bufferInfo.buffer, 1u, &copyRegion); in recordCopyImageToBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp745 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(copyDimX, copyDimY, 1u), in iterate() local
747 vk.cmdCopyImageToBuffer(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, **copyBuffer, 1u, &copyRegion); in iterate()
751 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, copyDimX*copyDimY*sizeof(deUint32)); in iterate() local
752 vk.cmdCopyBuffer(*cmdBuffer, **buffer, **copyBuffer, 1, &copyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp282 const VkBufferImageCopy copyRegion = in iterate() local
292 vk.cmdCopyBufferToImage(*cmdBuffer, inBuffer.get(), image->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion); in iterate()
336 const VkBufferImageCopy copyRegion = in iterate() local
345 vk.cmdCopyImageToBuffer(*cmdBuffer, resultImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, resultBuffer.get(), 1u, &copyRegion); in iterate()
H A DvktImageTransfer.cpp207 const vk::VkBufferImageCopy copyRegion = in iterate() local
242 vk.cmdCopyBufferToImage(*m_cmdBuffer, *srcBuffer, *image, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in iterate()
246 vk.cmdCopyImageToBuffer(*m_cmdBuffer, *image, VK_IMAGE_LAYOUT_GENERAL, *dstBuffer, 1, &copyRegion); in iterate()
H A DvktImageDepthStencilDescriptorTests.cpp1124 const auto copyRegion = makeBufferImageCopy(extent, colorLayers); in iterate() local
1127 vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerifBuffer->get(), 1u, &copyRegion); in iterate()
1139 const auto copyRegion = makeBufferImageCopy(extent, depthLayers); in iterate() local
1140 vkd.cmdCopyImageToBuffer(cmdBuffer, dsImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, depthVerifBuffer->get(), 1u, &copyRegion); in iterate()
1146 const auto copyRegion = makeBufferImageCopy(extent, stencilLayers); in iterate() local
1147 vkd.cmdCopyImageToBuffer(cmdBuffer, dsImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, stencilVerifBuffer->get(), 1u, &copyRegion); in iterate()
1162 const auto copyRegion = makeBufferImageCopy(extent, colorLayers); in iterate() local
1166 vkd.cmdCopyImageToBuffer(cmdBuffer, outputImages[i]->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, storageVerifBuffers[i]->get(), 1u, &copyRegion); in iterate()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1288 VkBufferCopy copyRegion; in copyBuffer() local
1289 copyRegion.srcOffset = srcOffset; in copyBuffer()
1290 copyRegion.dstOffset = dstOffset; in copyBuffer()
1291 copyRegion.size = size; in copyBuffer()
1293 &copyRegion); in copyBuffer()
2326 VkImageCopy copyRegion; in copySurfaceAsCopyImage() local
2327 memset(&copyRegion, 0, sizeof(VkImageCopy)); in copySurfaceAsCopyImage()
2328 copyRegion.srcSubresource = { VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1 }; in copySurfaceAsCopyImage()
2329 copyRegion.srcOffset = { srcRect.fLeft, srcRect.fTop, 0 }; in copySurfaceAsCopyImage()
2330 copyRegion in copySurfaceAsCopyImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp225 const auto copyRegion = makeBufferImageCopy(vkExtent, colorSRL); in testInvocations() local
226 ctx.vkd.cmdCopyImageToBuffer(primaryCmdBuffer, colorBuffer.getImage(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorBuffer.getBuffer(), 1u, &copyRegion); in testInvocations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp309 const vk::VkImageCopy copyRegion = in command() local
318 m_vk.cmdCopyImage(*m_cmdBuffer, m_colorTargetImage->object(), vk::VK_IMAGE_LAYOUT_GENERAL, m_image->object(), vk::VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in command()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemCopyBufferToImageTests.cpp255 const vk::VkBufferImageCopy copyRegion = in iterate() local
264 vk.cmdCopyBufferToImage(targetCmdBuffer, **srcBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion); in iterate()
H A DvktProtectedMemCopyImageToBufferTests.cpp271 const vk::VkBufferImageCopy copyRegion = in iterate() local
280 vk.cmdCopyImageToBuffer(targetCmdBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, **dstBuffer, 1u, &copyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp308 const vk::VkImageCopy copyRegion = in command() local
317 m_vk.cmdCopyImage(*m_cmdBuffer, m_colorTargetImage->object(), vk::VK_IMAGE_LAYOUT_GENERAL, m_image->object(), vk::VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in command()

Completed in 87 milliseconds

12345