Searched refs:ColorAttachment (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlTexture.mm | 54 (*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/ |
D | PackedGLEnums_autogen.cpp | 737 return ImageLayout::ColorAttachment; in FromGLenum() 765 case ImageLayout::ColorAttachment: in ToGLenum() 797 case ImageLayout::ColorAttachment: in operator <<()
|
D | PackedGLEnums_autogen.h | 207 ColorAttachment = 2, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderTargetVk.cpp | 121 VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, in onColorResolve()
|
D | RenderbufferVk.cpp | 184 mImage->changeLayoutAndQueue(contextVk, aspect, vk::ImageLayout::ColorAttachment, in setStorageEGLImageTarget()
|
D | UtilsVk.cpp | 1951 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()
|
D | vk_cache_utils.cpp | 3557 ops.initWithLoadStore(colorIndexVk, vk::ImageLayout::ColorAttachment, in addRenderPass() 3558 vk::ImageLayout::ColorAttachment); in addRenderPass()
|
D | vk_helpers.cpp | 134 ImageLayout::ColorAttachment, 854 return ImageLayout::ColorAttachment; in GetImageLayoutFromGLImageLayout() 884 case ImageLayout::ColorAttachment: in ConvertImageLayoutToGLImageLayout() 1463 imageLayout = ImageLayout::ColorAttachment; in finalizeColorImageLayout()
|
D | vk_helpers.h | 1398 ColorAttachment, enumerator
|
D | TextureVk.cpp | 1416 newLayout = vk::ImageLayout::ColorAttachment; in setEGLImageTarget()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 650 const struct ColorAttachment in test() struct
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationESEXT.cpp | 57 case ImageLayout::ColorAttachment: in IsValidImageLayout()
|