Home
last modified time | relevance | path

Searched defs:copyRegions (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp232 const VkImageCopy* copyRegions) { in copyImage()
251 const VkBufferImageCopy* copyRegions) { in copyImageToBuffer()
269 const VkBufferImageCopy* copyRegions) { in copyBufferToImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp460 const std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTexture() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp3281 std::vector<VkBufferImageCopy> copyRegions; in uploadImage() local