Searched refs:RenderPipelineColorAttachmentDesc (Results 1 – 2 of 2) sorted by relevance
193 struct alignas(2) RenderPipelineColorAttachmentDesc : public BlendDesc struct195 bool operator==(const RenderPipelineColorAttachmentDesc &rhs) const;196 inline bool operator!=(const RenderPipelineColorAttachmentDesc &rhs) const219 RenderPipelineColorAttachmentDesc colorAttachments[kMaxRenderTargets]; argument
130 MTLRenderPipelineColorAttachmentDescriptor *ToObjC(const RenderPipelineColorAttachmentDesc &desc)568 // RenderPipelineColorAttachmentDesc implementation569 bool RenderPipelineColorAttachmentDesc::operator==(570 const RenderPipelineColorAttachmentDesc &rhs) const579 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)