Home
last modified time | relevance | path

Searched refs:finalizeImageLayout (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h510 void finalizeImageLayout(const vk::ImageHelper *image) in finalizeImageLayout() function
514 mRenderPassCommands->finalizeImageLayout(this, image); in finalizeImageLayout()
DSurfaceVk.cpp1387 contextVk->finalizeImageLayout(&image.image); in present()
Dvk_helpers.h1101 void finalizeImageLayout(Context *context, const ImageHelper *image);
Dvk_helpers.cpp1467 void CommandBufferHelper::finalizeImageLayout(Context *context, const ImageHelper *image) in finalizeImageLayout() function in rx::vk::CommandBufferHelper
4173 ctx->finalizeImageLayout(this); in releaseImageFromShareContexts()
6135 contextVk->finalizeImageLayout(this); in stageSelfAsSubresourceUpdates()