Searched refs:getCurrentImageLayout (Results 1 – 5 of 5) sorted by relevance
165 layout = image.getCurrentImageLayout(); in signal()
1701 (image.image.getCurrentImageLayout() == vk::ImageLayout::SharedPresent)) in acquireNextSwapchainImage()1726 (image.image.getCurrentImageLayout() != vk::ImageLayout::SharedPresent)) in acquireNextSwapchainImage()
1711 ImageLayout getCurrentImageLayout() const { return mCurrentLayout; } in getCurrentImageLayout() function
1457 imageLayout = image->getCurrentImageLayout(); in finalizeColorImageLayout()1481 mImageOptimizeForPresent->getCurrentImageLayout()); in finalizeColorImageLayout()1500 imageLayout = mDepthStencilImage->getCurrentImageLayout(); in finalizeDepthStencilImageLayout()
4894 vk::ConvertImageLayoutToGLImageLayout(image.getCurrentImageLayout()); in releaseTextures()