Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/syntaxes/
Darm.disasm2 libIGL.so`igl::RenderPipelineDesc::TargetDesc::ColorAttachment::operator==:
/external/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp31 return vk::ImageLayout::ColorAttachment; in GetVulkanImageLayout()
DRenderTargetVk.cpp121 VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, in onColorResolve()
DRenderbufferVk.cpp182 mImage->changeLayoutAndQueue(contextVk, aspect, vk::ImageLayout::ColorAttachment, in setStorageEGLImageTarget()
DUtilsVk.cpp1963 vk::ImageLayout::ColorAttachment, in startRenderPass()
1964 vk::ImageLayout::ColorAttachment); in startRenderPass()
2761 vk::ImageLayout::ColorAttachment, dest); in copyImage()
Dvk_cache_utils.cpp3437 ops.initWithLoadStore(colorIndexVk, vk::ImageLayout::ColorAttachment, in addRenderPass()
3438 vk::ImageLayout::ColorAttachment); in addRenderPass()
Dvk_helpers.h1355 ColorAttachment, enumerator
DTextureVk.cpp1352 newLayout = vk::ImageLayout::ColorAttachment; in setEGLImageTarget()
Dvk_helpers.cpp133 ImageLayout::ColorAttachment,
1355 imageLayout = ImageLayout::ColorAttachment; in finalizeColorImageLayout()
/external/angle/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
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp650 const struct ColorAttachment in test() struct
/external/angle/src/libANGLE/
DvalidationESEXT.cpp53 case ImageLayout::ColorAttachment: in IsValidImageLayout()