Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp79 contextVk->onRenderPassImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, in onColorDraw()
DSemaphoreVk.cpp31 return vk::ImageLayout::ColorAttachment; in GetVulkanImageLayout()
DRenderbufferVk.cpp127 mImage->changeLayoutAndQueue(aspect, vk::ImageLayout::ColorAttachment, in setStorageEGLImageTarget()
DFramebufferVk.cpp1362 vk::ImageLayout::ColorAttachment, vk::ImageLayout::ColorAttachment); in startNewRenderPass()
DUtilsVk.cpp1193 vk::ImageLayout::ColorAttachment, in startRenderPass()
1194 vk::ImageLayout::ColorAttachment); in startRenderPass()
1741 contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, dest)); in copyImage()
Dvk_cache_utils.cpp1738 ops.initDummyOp(colorIndexVk, vk::ImageLayout::ColorAttachment, in addRenderPass()
1739 vk::ImageLayout::ColorAttachment); in addRenderPass()
Dvk_helpers.h714 ColorAttachment = 16, enumerator
Dvk_helpers.cpp284 ImageLayout::ColorAttachment,
/external/angle/src/common/
DPackedGLEnums_autogen.cpp723 return ImageLayout::ColorAttachment; in FromGLenum()
751 case ImageLayout::ColorAttachment: in ToGLenum()
783 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/
DvalidationES2.cpp986 case ImageLayout::ColorAttachment: in IsValidImageLayout()