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
217 std::array<RenderPipelineColorAttachmentDesc, kMaxRenderTargets> colorAttachments; argument
Dmtl_state_cache.mm120 const RenderPipelineColorAttachmentDesc &desc)
533 // RenderPipelineColorAttachmentDesc implementation
534 bool RenderPipelineColorAttachmentDesc::operator==(
535 const RenderPipelineColorAttachmentDesc &rhs) const
544 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)