Home
last modified time | relevance | path

Searched refs:getCurrentImageLayout (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp165 layout = image.getCurrentImageLayout(); in signal()
DSurfaceVk.cpp1701 (image.image.getCurrentImageLayout() == vk::ImageLayout::SharedPresent)) in acquireNextSwapchainImage()
1726 (image.image.getCurrentImageLayout() != vk::ImageLayout::SharedPresent)) in acquireNextSwapchainImage()
Dvk_helpers.h1711 ImageLayout getCurrentImageLayout() const { return mCurrentLayout; } in getCurrentImageLayout() function
Dvk_helpers.cpp1457 imageLayout = image->getCurrentImageLayout(); in finalizeColorImageLayout()
1481 mImageOptimizeForPresent->getCurrentImageLayout()); in finalizeColorImageLayout()
1500 imageLayout = mDepthStencilImage->getCurrentImageLayout(); in finalizeDepthStencilImageLayout()
DContextVk.cpp4894 vk::ConvertImageLayoutToGLImageLayout(image.getCurrentImageLayout()); in releaseTextures()