Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp274 de::SharedPtr<Image> stagingResource = copyToLinearImage(queue, allocator, layout, offset, width, in read() local
277 stagingResource->readLinear(zeroOffset, width, height, depth, 0, 0, aspect, data); in read()
294 de::SharedPtr<Buffer> stagingResource; in readUsingBuffer() local
328stagingResource = Buffer::createAndAlloc(m_vk, m_device, stagingBufferResourceCreateInfo, allocato… in readUsingBuffer()
372 …m_vk.cmdCopyImageToBuffer(*copyCmdBuffer, object(), layout, stagingResource->object(), 1, &region); in readUsingBuffer()
384 stagingResource->object(), in readUsingBuffer()
397 const vk::Allocation& bufAllocation = stagingResource->getBoundMemory(); in readUsingBuffer()
400 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in readUsingBuffer()
468 de::SharedPtr<Image> stagingResource; in copyToLinearImage() local
474stagingResource = Image::createAndAlloc(m_vk, m_device, stagingResourceCreateInfo, allocator, m_qu… in copyToLinearImage()
[all …]