Home
last modified time | relevance | path

Searched refs:copyRegions (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DUtilsD3D12.cpp235 const TextureCopySubresource copyRegions = Compute3DTextureCopySplits( in CopyBufferTo3DTexture() local
238 RecordCopyBufferToTextureFromTextureCopySplit(commandContext->GetCommandList(), copyRegions, in CopyBufferTo3DTexture()
352 const TextureCopySubresource copyRegions = in Copy3DTextureToBuffer() local
356 RecordCopyTextureToBufferFromTextureCopySplit(commandList, copyRegions, buffer, 0, in Copy3DTextureToBuffer()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.h253 const VkImageCopy* copyRegions);
278 const VkBufferImageCopy* copyRegions);
288 const VkBufferImageCopy* copyRegions);
DGrVkCommandBuffer.cpp721 const VkImageCopy* copyRegions) { in copyImage() argument
733 copyRegions)); in copyImage()
785 const VkBufferImageCopy* copyRegions) { in copyImageToBuffer() argument
795 copyRegions)); in copyImageToBuffer()
805 const VkBufferImageCopy* copyRegions) { in copyBufferToImage() argument
815 copyRegions)); in copyBufferToImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp457 std::vector<VkBufferImageCopy> copyRegions; in iterateAspect() local
458 copyRegions.reserve(numLevels); in iterateAspect()
479 copyRegions.push_back(region); in iterateAspect()
495 …VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), copyRegions.data(… in iterateAspect()
DvktImageLoadStoreTests.cpp443 std::vector<VkBufferImageCopy> copyRegions; in commandCopyMipmapImageToBuffer() local
456 copyRegions.push_back(copyParams); in commandCopyMipmapImageToBuffer()
465 …ge, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, (deUint32) copyRegions.size(), copyRegions.data(… in commandCopyMipmapImageToBuffer()
1973 std::vector<VkBufferImageCopy> copyRegions; in commandBeforeCompute() local
1986 copyRegions.push_back(copyParams); in commandBeforeCompute()
1990 …Src->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32) copyRegions.size(), copyRegions.data(… in commandBeforeCompute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageSubresourceLayoutTests.cpp457 std::vector<VkBufferImageCopy> copyRegions; in iterateAspect() local
458 copyRegions.reserve(numLevels); in iterateAspect()
479 copyRegions.push_back(region); in iterateAspect()
495 …VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), copyRegions.data(… in iterateAspect()
DvktImageLoadStoreTests.cpp443 std::vector<VkBufferImageCopy> copyRegions; in commandCopyMipmapImageToBuffer() local
456 copyRegions.push_back(copyParams); in commandCopyMipmapImageToBuffer()
465 …ge, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, (deUint32) copyRegions.size(), copyRegions.data(… in commandCopyMipmapImageToBuffer()
1973 std::vector<VkBufferImageCopy> copyRegions; in commandBeforeCompute() local
1986 copyRegions.push_back(copyParams); in commandBeforeCompute()
1990 …Src->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32) copyRegions.size(), copyRegions.data(… in commandBeforeCompute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp269 std::vector<VkBufferImageCopy> copyRegions; in recordCopyBufferToImage() local
294 copyRegions.push_back(copyRegion); in recordCopyBufferToImage()
360 …VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), copyRegions.data(… in recordCopyBufferToImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp269 std::vector<VkBufferImageCopy> copyRegions; in recordCopyBufferToImage() local
294 copyRegions.push_back(copyRegion); in recordCopyBufferToImage()
360 …VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), copyRegions.data(… in recordCopyBufferToImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp1058 angle::FixedVector<VkBufferCopy, kMaxCopyRegions> copyRegions; in acquireAndUpdate() local
1069 copyRegions.push_back({0, mBufferOffset, offset}); in acquireAndUpdate()
1083 copyRegions.push_back( in acquireAndUpdate()
1088 if (!copyRegions.empty()) in acquireAndUpdate()
1090 ANGLE_TRY(mBuffer->copyFromBuffer(contextVk, src, static_cast<uint32_t>(copyRegions.size()), in acquireAndUpdate()
1091 copyRegions.data())); in acquireAndUpdate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiImageClearingTests.cpp1111 std::vector<VkBufferImageCopy> copyRegions; in readImage() local
1126 copyRegions.push_back(region); in readImage()
1141 …_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in readImage()
1372 std::vector<VkBufferImageCopy> copyRegions; in preClearImage() local
1403 copyRegions.push_back(region); in preClearImage()
1437 … VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in preClearImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1111 std::vector<VkBufferImageCopy> copyRegions; in readImage() local
1126 copyRegions.push_back(region); in readImage()
1141 …_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in readImage()
1372 std::vector<VkBufferImageCopy> copyRegions; in preClearImage() local
1403 copyRegions.push_back(region); in preClearImage()
1437 … VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, static_cast<deUint32>(copyRegions.size()), &copyRegions[0]); in preClearImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp434 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternal() local
481 copyRegions.push_back(region); in uploadTestTextureInternal()
488 …copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadTestTextureInternal()
530 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternalSparse() local
588 copyRegions.push_back(region); in uploadTestTextureInternalSparse()
595 …evice, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemory… in uploadTestTextureInternalSparse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp434 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternal() local
481 copyRegions.push_back(region); in uploadTestTextureInternal()
488 …copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadTestTextureInternal()
530 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternalSparse() local
588 copyRegions.push_back(region); in uploadTestTextureInternalSparse()
595 …evice, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemory… in uploadTestTextureInternalSparse()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp250 const std::vector<vk::VkBufferImageCopy>& copyRegions,
265 const std::vector<VkBufferImageCopy>& copyRegions,
DvkImageUtil.cpp4221 const std::vector<VkBufferImageCopy>& copyRegions, in copyBufferToImage() argument
4286 …, destImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32)copyRegions.size(), copyRegions.data(… in copyBufferToImage()
4296 const std::vector<VkBufferImageCopy>& copyRegions, in copyBufferToImage() argument
4333 …copyBufferToImage(vk, *cmdBuffer, buffer, bufferSize, copyRegions, imageAspectFlags, mipLevels, ar… in copyBufferToImage()
4607 std::vector<VkBufferImageCopy> copyRegions; in generateChessboardCopyRegions() local
4649 copyRegions.push_back(copy); in generateChessboardCopyRegions()
4652 return copyRegions; in generateChessboardCopyRegions()
4757 …std::vector<VkBufferImageCopy> copyRegions = generateChessboardCopyRegions(tileSize, imageWidth, i… in initColorImageChessboardPattern() local
4759 …Idx], image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32)copyRegions.size(), copyRegions.data(… in initColorImageChessboardPattern()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp556 vector<VkBufferImageCopy> copyRegions; in iterate() local
557 copyRegions.push_back(copyRegion); in iterate()
559 …i, device, queue, queueFamilyIndex, buffer->get(), (deUint32)numBytes, copyRegions, DE_NULL, VK_IM… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp556 vector<VkBufferImageCopy> copyRegions; in iterate() local
557 copyRegions.push_back(copyRegion); in iterate()
559 …i, device, queue, queueFamilyIndex, buffer->get(), (deUint32)numBytes, copyRegions, DE_NULL, VK_IM… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp999 std::vector<VkBufferImageCopy> copyRegions; in uploadImage() local
1071 copyRegions.push_back(layerRegion); in uploadImage()
1082 …copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1084 …copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1286 std::vector<VkBufferImageCopy> copyRegions; in uploadSparseImage() local
1364 copyRegions.push_back(layerRegion); in uploadSparseImage()
1371 …copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imag… in uploadSparseImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp999 std::vector<VkBufferImageCopy> copyRegions; in uploadImage() local
1071 copyRegions.push_back(layerRegion); in uploadImage()
1082 …copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1084 …copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1286 std::vector<VkBufferImageCopy> copyRegions; in uploadSparseImage() local
1364 copyRegions.push_back(layerRegion); in uploadSparseImage()
1371 …copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imag… in uploadSparseImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp323 std::vector<VkBufferImageCopy> copyRegions; in initializeImage() local
357 copyRegions.push_back(curRegion); in initializeImage()
364 …versalQueue(), ctx.getUniversalQueueFamilyIndex(), buf.get(), bufSize, copyRegions, DE_NULL, VK_IM… in initializeImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp323 std::vector<VkBufferImageCopy> copyRegions; in initializeImage() local
357 copyRegions.push_back(curRegion); in initializeImage()
364 …versalQueue(), ctx.getUniversalQueueFamilyIndex(), buf.get(), bufSize, copyRegions, DE_NULL, VK_IM… in initializeImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp148 vector<VkBufferImageCopy> copyRegions (1, copyRegion); in uploadImage() local
157 …copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp148 vector<VkBufferImageCopy> copyRegions (1, copyRegion); in uploadImage() local
157 …copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp1213 const VkBufferCopy copyRegions[] = in iterate() local
1231 …ffer (*cmdBuffer, *m_stagingBuffer, *m_sparseBuffer, DE_LENGTH_OF_ARRAY(copyRegions), copyRegions); in iterate()

12