Home
last modified time | relevance | path

Searched refs:mCurrentLayout (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3829 mCurrentLayout(other.mCurrentLayout), in ImageHelper()
3864 mCurrentLayout = ImageLayout::Undefined; in resetCachedProperties()
4144 mCurrentLayout = initialLayout; in initExternal()
4530 mCurrentLayout = ImageLayout::Undefined; in destroy()
4555 mCurrentLayout = ImageLayout::Undefined; in init2DWeakReference()
4607 mCurrentLayout = ImageLayout::Undefined; in initStaging()
4706 return ConvertImageLayoutToVkImageLayout(mCurrentLayout); in getCurrentLayout()
4781 if (mCurrentLayout != newLayout) in isReadBarrierNecessary()
4791 const ImageMemoryBarrierData &layoutData = kImageMemoryBarrierData[mCurrentLayout]; in isReadBarrierNecessary()
4814 ASSERT(mCurrentLayout == ImageLayout::Undefined || in acquireFromExternal()
[all …]
Dvk_helpers.h1598 void setCurrentImageLayout(ImageLayout newLayout) { mCurrentLayout = newLayout; } in setCurrentImageLayout()
1599 ImageLayout getCurrentImageLayout() const { return mCurrentLayout; } in getCurrentImageLayout()
2091 ImageLayout mCurrentLayout; variable