/external/skia/src/gpu/ganesh/vk/ |
D | GrVkCommandBuffer.h | 252 const VkImageCopy* copyRegions); 277 const VkBufferImageCopy* copyRegions); 287 const VkBufferImageCopy* copyRegions);
|
D | GrVkCommandBuffer.cpp | 693 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/ |
D | vktImageSubresourceLayoutTests.cpp | 457 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()
|
D | vktImageLoadStoreTests.cpp | 443 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/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 269 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/ |
D | BufferVk.cpp | 990 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()
|
D | vk_helpers.h | 814 const VkBufferCopy *copyRegions);
|
D | vk_helpers.cpp | 5094 const VkBufferCopy *copyRegions) in copyFromBuffer() argument 5111 commandBuffer->copyBuffer(srcBuffer->getBuffer(), getBuffer(), regionCount, copyRegions); in copyFromBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 1111 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()), ©Regions[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()), ©Regions[0]); in preClearImage()
|
D | vktApiCopiesAndBlittingTests.cpp | 674 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(), ©Regions[0]); in uploadImageAspect()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 434 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/ |
D | vkImageUtil.hpp | 252 const std::vector<vk::VkBufferImageCopy>& copyRegions, 267 const std::vector<VkBufferImageCopy>& copyRegions,
|
D | vkImageUtil.cpp | 4243 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/ |
D | vktSpvAsmComputeShaderCase.cpp | 556 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/ |
D | vktShaderRender.cpp | 999 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/ |
D | vktTextureFilteringExplicitLodTests.cpp | 323 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/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 148 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/ |
D | vktSparseResourcesBufferTests.cpp | 1213 const VkBufferCopy copyRegions[] = in iterate() local 1231 …ffer (*cmdBuffer, *m_stagingBuffer, *m_sparseBuffer, DE_LENGTH_OF_ARRAY(copyRegions), copyRegions); in iterate()
|