Home
last modified time | relevance | path

Searched refs:AllGraphicsShadersReadOnly (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1069 if (src->isLayoutChangeNecessary(vk::ImageLayout::AllGraphicsShadersReadOnly)) in blitResolveImpl()
1073 src->changeLayout(src->getAspectFlags(), vk::ImageLayout::AllGraphicsShadersReadOnly, in blitResolveImpl()
1400 if (src->isLayoutChangeNecessary(vk::ImageLayout::AllGraphicsShadersReadOnly)) in copyImage()
1404 src->changeLayout(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::AllGraphicsShadersReadOnly, in copyImage()
DTextureVk.cpp809 vk::ImageLayout::AllGraphicsShadersReadOnly, in setStorageExternalMemory()
841 vk::ImageLayout::AllGraphicsShadersReadOnly, in setEGLImageTarget()
Dvk_helpers.h630 AllGraphicsShadersReadOnly = 6, enumerator
DContextVk.cpp2483 vk::ImageLayout textureLayout = vk::ImageLayout::AllGraphicsShadersReadOnly; in updateActiveTextures()
Dvk_helpers.cpp176 ImageLayout::AllGraphicsShadersReadOnly,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h1425 AllGraphicsShadersReadOnly, enumerator
DTextureVk.cpp1425 newLayout = vk::ImageLayout::AllGraphicsShadersReadOnly; in setEGLImageTarget()
Dvk_helpers.cpp530 ImageLayout::AllGraphicsShadersReadOnly,
918 case ImageLayout::AllGraphicsShadersReadOnly: in ConvertImageLayoutToGLImageLayout()
DContextVk.cpp1767 ? vk::ImageLayout::AllGraphicsShadersReadOnly in handleDirtyTexturesImpl()