Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dtransfer_image.cc260 std::vector<VkBufferImageCopy> copy_regions; in CopyToHost() local
267 copy_regions.push_back(CreateBufferImageCopy(aspect, i)); in CopyToHost()
275 static_cast<uint32_t>(copy_regions.size()), copy_regions.data()); in CopyToHost()
288 std::vector<VkBufferImageCopy> copy_regions; in CopyToDevice() local
295 copy_regions.push_back(CreateBufferImageCopy(aspect, i)); in CopyToDevice()
303 static_cast<uint32_t>(copy_regions.size()), copy_regions.data()); in CopyToDevice()