Searched refs:m_subresourceLayers (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 3092 , m_subresourceLayers (makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u)) in ReadImplementation() 3117 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() 3198 const VkImageSubresourceLayers m_subresourceLayers; member in vkt::synchronization::__anon3d1a14f80111::CopyBufferToImage::ReadImplementation 3404 , m_subresourceLayers (makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u)) in WriteImplementation() 3433 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_imageExtent, m_subresourceLayers); in recordCommands() 3502 const VkImageSubresourceLayers m_subresourceLayers; member in vkt::synchronization::__anon3d1a14f80111::CopyImageToBuffer::WriteImplementation 3595 , m_subresourceLayers (makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u)) in CopyImplementation() 3604 …mageCopy copyRegion = makeBufferImageCopy(m_inResource.getImage().extent, m_subresourceLayers); in recordCommands() 3672 const VkImageSubresourceLayers m_subresourceLayers; member in vkt::synchronization::__anon3d1a14f80111::CopyImageToBuffer::CopyImplementation
|