Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp146 ASSERT(!image.hasStagedUpdatesInAllocatedLevels() || in wait()
DTextureVk.cpp2054 if (mImage->valid() && mImage->hasStagedUpdatesInAllocatedLevels()) in respecifyImageStorageAndLevels()
2232 if (mImage->valid() && !mImage->hasStagedUpdatesInAllocatedLevels()) in ensureImageInitialized()
DSurfaceVk.cpp1634 if (image.image.hasStagedUpdatesInAllocatedLevels()) in acquireNextSwapchainImage()
Dvk_helpers.h1768 bool hasStagedUpdatesInAllocatedLevels() const;
Dvk_helpers.cpp6514 bool ImageHelper::hasStagedUpdatesInAllocatedLevels() const in hasStagedUpdatesInAllocatedLevels() function in rx::vk::ImageHelper