Searched refs:AllGraphicsShadersReadOnly (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 1069 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()
|
| D | TextureVk.cpp | 809 vk::ImageLayout::AllGraphicsShadersReadOnly, in setStorageExternalMemory() 841 vk::ImageLayout::AllGraphicsShadersReadOnly, in setEGLImageTarget()
|
| D | vk_helpers.h | 630 AllGraphicsShadersReadOnly = 6, enumerator
|
| D | ContextVk.cpp | 2483 vk::ImageLayout textureLayout = vk::ImageLayout::AllGraphicsShadersReadOnly; in updateActiveTextures()
|
| D | vk_helpers.cpp | 176 ImageLayout::AllGraphicsShadersReadOnly,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_helpers.h | 1425 AllGraphicsShadersReadOnly, enumerator
|
| D | TextureVk.cpp | 1425 newLayout = vk::ImageLayout::AllGraphicsShadersReadOnly; in setEGLImageTarget()
|
| D | vk_helpers.cpp | 530 ImageLayout::AllGraphicsShadersReadOnly, 918 case ImageLayout::AllGraphicsShadersReadOnly: in ConvertImageLayoutToGLImageLayout()
|
| D | ContextVk.cpp | 1767 ? vk::ImageLayout::AllGraphicsShadersReadOnly in handleDirtyTexturesImpl()
|