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) const217 std::array<RenderPipelineColorAttachmentDesc, kMaxRenderTargets> colorAttachments; argument
120 const RenderPipelineColorAttachmentDesc &desc)533 // RenderPipelineColorAttachmentDesc implementation534 bool RenderPipelineColorAttachmentDesc::operator==(535 const RenderPipelineColorAttachmentDesc &rhs) const544 void RenderPipelineColorAttachmentDesc::reset()549 void RenderPipelineColorAttachmentDesc::reset(MTLPixelFormat format)554 void RenderPipelineColorAttachmentDesc::reset(MTLPixelFormat format, MTLColorWriteMask _writeMask)566 void RenderPipelineColorAttachmentDesc::reset(MTLPixelFormat format, const BlendDesc &blendDesc)