Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h550 void finalizeImageLayout(const vk::ImageHelper *image) in finalizeImageLayout() function
554 mRenderPassCommands->finalizeImageLayout(this, image); in finalizeImageLayout()
DSurfaceVk.cpp1478 contextVk->finalizeImageLayout(&image.image); in present()
Dvk_helpers.h1101 void finalizeImageLayout(Context *context, const ImageHelper *image);
Dvk_helpers.cpp1575 void CommandBufferHelper::finalizeImageLayout(Context *context, const ImageHelper *image) in finalizeImageLayout() function in rx::vk::CommandBufferHelper
4383 ctx->finalizeImageLayout(this); in releaseImageFromShareContexts()
6552 contextVk->finalizeImageLayout(this); in stageSelfAsSubresourceUpdates()