Searched refs:m_outResource (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 789 , m_outResource (outResource) in CopyImplementation() 798 …vk.cmdCopyBuffer(cmdBuffer, m_inResource.getBuffer().handle, m_outResource.getBuffer().handle, 1u,… in recordCommands() 837 Resource& m_outResource; member in vkt::synchronization::__anon3d1a14f80111::CopyBuffer::CopyImplementation 1279 , m_outResource (outResource) in BlitCopyImplementation() 1283 DE_ASSERT(m_outResource.getType() == RESOURCE_TYPE_IMAGE); in BlitCopyImplementation() 1308 m_outResource.getImage().handle, // VkImage image in recordCommands() 1309 m_outResource.getImage().subresourceRange // VkImageSubresourceRange subresourceRange in recordCommands() 1317 m_outResource.getImage().handle, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, in recordCommands() 1357 Resource& m_outResource; member in vkt::synchronization::__anon3d1a14f80111::CopyBlitResolveImage::BlitCopyImplementation 1367 , m_outResource (outResource) in CopyCopyImplementation() [all …]
|