Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkCommandBuffer.h252 const VkImageCopy* copyRegions);
277 const VkBufferImageCopy* copyRegions);
287 const VkBufferImageCopy* copyRegions);
DGrVkCommandBuffer.cpp693 const VkImageCopy* copyRegions) { in copyImage() argument
705 copyRegions)); in copyImage()
757 const VkBufferImageCopy* copyRegions) { in copyImageToBuffer() argument
767 copyRegions)); in copyImageToBuffer()
777 const VkBufferImageCopy* copyRegions) { in copyBufferToImage() argument
787 copyRegions)); in copyBufferToImage()
/external/deqp/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()
/external/deqp/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()
/external/angle/src/libANGLE/renderer/vulkan/
DBufferVk.cpp990 angle::FixedVector<VkBufferCopy, kMaxCopyRegions> copyRegions; in acquireAndUpdate() local
1003 copyRegions.push_back({prevBuffer.getOffset(), mBuffer.getOffset(), updateOffset}); in acquireAndUpdate()
1019 copyRegions.push_back({prevBuffer.getOffset() + offsetAfterSubdata, in acquireAndUpdate()
1024 if (!copyRegions.empty()) in acquireAndUpdate()
1027 contextVk, &prevBuffer, static_cast<uint32_t>(copyRegions.size()), copyRegions.data())); in acquireAndUpdate()
Dvk_helpers.h814 const VkBufferCopy *copyRegions);
Dvk_helpers.cpp5094 const VkBufferCopy *copyRegions) in copyFromBuffer() argument
5111 commandBuffer->copyBuffer(srcBuffer->getBuffer(), getBuffer(), regionCount, copyRegions); in copyFromBuffer()
/external/deqp/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()
DvktApiCopiesAndBlittingTests.cpp674 std::vector <VkBufferImageCopy> copyRegions; in uploadImageAspect() local
783 copyRegions.push_back(copyRegion); in uploadImageAspect()
794 …uffer, image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32)copyRegions.size(), &copyRegions[0]); in uploadImageAspect()
/external/deqp/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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp252 const std::vector<vk::VkBufferImageCopy>& copyRegions,
267 const std::vector<VkBufferImageCopy>& copyRegions,
DvkImageUtil.cpp4243 const std::vector<VkBufferImageCopy>& copyRegions, in copyBufferToImage() argument
4308 …, destImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32)copyRegions.size(), copyRegions.data(… in copyBufferToImage()
4318 const std::vector<VkBufferImageCopy>& copyRegions, in copyBufferToImage() argument
4355 …copyBufferToImage(vk, *cmdBuffer, buffer, bufferSize, copyRegions, imageAspectFlags, mipLevels, ar… in copyBufferToImage()
4629 std::vector<VkBufferImageCopy> copyRegions; in generateChessboardCopyRegions() local
4671 copyRegions.push_back(copy); in generateChessboardCopyRegions()
4674 return copyRegions; in generateChessboardCopyRegions()
4779 …std::vector<VkBufferImageCopy> copyRegions = generateChessboardCopyRegions(tileSize, imageWidth, i… in initColorImageChessboardPattern() local
4781 …Idx], image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32)copyRegions.size(), copyRegions.data(… in initColorImageChessboardPattern()
/external/deqp/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()
/external/deqp/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()
/external/deqp/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()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/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()