Lines Matching defs:layout
122 // need to know if this is enabled to know if we can transition to a present layout when
167 // need to know if this is enabled to know if we can transition to a present layout when
524 // Need to change the layout to general in order to perform a host write
613 // Change layout of our target so it can be copied to
781 VkSubresourceLayout layout;
788 &layout));
794 VkDeviceSize offset = rect.top()*layout.rowPitch + rect.left()*bpp;
795 VkDeviceSize size = rect.height()*layout.rowPitch;
804 static_cast<size_t>(layout.rowPitch),
1011 // Change layout of our target so it can be copied to
1078 // Change layout of our target so it can be copied to
1131 // Change image layout so it can be copied to.
1571 // change layout of the layers so we can write to them.
1621 // This barrier logically is not needed, but it changes the final level to the same layout
1623 // layouts and future layout changes easier. The alternative here would be to track layout
1794 // Change image layout to shader read since if we use this texture as a borrowed
1795 // texture within Ganesh we require that its layout be set to that
1913 // Change image layout to shader read since if we use this texture as a borrowed
1914 // texture within Ganesh we require that its layout be set to that
2564 // Change layout of our target so it can be used as copy
2888 // The image layout change serves as a barrier, so no semaphore is needed.