Home
last modified time | relevance | path

Searched refs:ColorAttachment (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/experimental/graphite/src/mtl/
DMtlTexture.mm54 (*texture).label = @"MSAA SampledTexture-ColorAttachment";
56 (*texture).label = @"MSAA ColorAttachment";
60 (*texture).label = @"SampledTexture-ColorAttachment";
62 (*texture).label = @"ColorAttachment";
/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp737 return ImageLayout::ColorAttachment; in FromGLenum()
765 case ImageLayout::ColorAttachment: in ToGLenum()
797 case ImageLayout::ColorAttachment: in operator <<()
DPackedGLEnums_autogen.h207 ColorAttachment = 2, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp121 VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, in onColorResolve()
DRenderbufferVk.cpp184 mImage->changeLayoutAndQueue(contextVk, aspect, vk::ImageLayout::ColorAttachment, in setStorageEGLImageTarget()
DUtilsVk.cpp1951 vk::ImageLayout::ColorAttachment, in startRenderPass()
1952 vk::ImageLayout::ColorAttachment); in startRenderPass()
2186 VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, in clearImage()
2862 vk::ImageLayout::ColorAttachment, dst); in copyImage()
Dvk_cache_utils.cpp3557 ops.initWithLoadStore(colorIndexVk, vk::ImageLayout::ColorAttachment, in addRenderPass()
3558 vk::ImageLayout::ColorAttachment); in addRenderPass()
Dvk_helpers.cpp134 ImageLayout::ColorAttachment,
854 return ImageLayout::ColorAttachment; in GetImageLayoutFromGLImageLayout()
884 case ImageLayout::ColorAttachment: in ConvertImageLayoutToGLImageLayout()
1463 imageLayout = ImageLayout::ColorAttachment; in finalizeColorImageLayout()
Dvk_helpers.h1398 ColorAttachment, enumerator
DTextureVk.cpp1416 newLayout = vk::ImageLayout::ColorAttachment; in setEGLImageTarget()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboStateQueryTests.cpp650 const struct ColorAttachment in test() struct
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationESEXT.cpp57 case ImageLayout::ColorAttachment: in IsValidImageLayout()