Home
last modified time | relevance | path

Searched refs:RenderPipelineColorAttachmentDesc (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h193 struct alignas(2) RenderPipelineColorAttachmentDesc : public BlendDesc struct
195 bool operator==(const RenderPipelineColorAttachmentDesc &rhs) const;
196 inline bool operator!=(const RenderPipelineColorAttachmentDesc &rhs) const
219 RenderPipelineColorAttachmentDesc colorAttachments[kMaxRenderTargets]; argument
Dmtl_state_cache.mm130 MTLRenderPipelineColorAttachmentDescriptor *ToObjC(const RenderPipelineColorAttachmentDesc &desc)
568 // RenderPipelineColorAttachmentDesc implementation
569 bool RenderPipelineColorAttachmentDesc::operator==(
570 const RenderPipelineColorAttachmentDesc &rhs) const
579 void RenderPipelineColorAttachmentDesc::reset()
584 void RenderPipelineColorAttachmentDesc::reset(MTLPixelFormat format)
589 void RenderPipelineColorAttachmentDesc::reset(MTLPixelFormat format, MTLColorWriteMask _writeMask)
596 void RenderPipelineColorAttachmentDesc::reset(MTLPixelFormat format, const BlendDesc &blendDesc)
603 void RenderPipelineColorAttachmentDesc::update(const BlendDesc &blendDesc)