Searched refs:stagingResource (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 255 de::SharedPtr<Image> stagingResource = copyToLinearImage(queue, allocator, layout, offset, width, in read() local 258 stagingResource->readLinear(zeroOffset, width, height, depth, 0, 0, aspect, data); in read() 275 de::SharedPtr<Buffer> stagingResource; in readUsingBuffer() local 306 …stagingResource = Buffer::createAndAlloc(m_vk, m_device, stagingBufferResourceCreateInfo, allocato… in readUsingBuffer() 350 …m_vk.cmdCopyImageToBuffer(*copyCmdBuffer, object(), layout, stagingResource->object(), 1, ®ion); in readUsingBuffer() 357 const vk::Allocation& bufAllocation = stagingResource->getBoundMemory(); in readUsingBuffer() 360 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in readUsingBuffer() 418 de::SharedPtr<Image> stagingResource; in copyToLinearImage() local 424 …stagingResource = Image::createAndAlloc(m_vk, m_device, stagingResourceCreateInfo, allocator, m_qu… in copyToLinearImage() 433 …transition2DImage(m_vk, *copyCmdBuffer, stagingResource->object(), aspect, vk::VK_IMAGE_LAYOUT_UND… in copyToLinearImage() [all …]
|