Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h213 struct RenderPipelineOutputDesc struct
215 bool operator==(const RenderPipelineOutputDesc &rhs) const;
281 RenderPipelineOutputDesc outputDescriptor;
375 void populateRenderPipelineOutputDesc(RenderPipelineOutputDesc *outDesc) const;
379 RenderPipelineOutputDesc *outDesc) const;
382 RenderPipelineOutputDesc *outDesc) const;
Dmtl_state_cache.mm608 // RenderPipelineOutputDesc implementation
609 bool RenderPipelineOutputDesc::operator==(const RenderPipelineOutputDesc &rhs) const
628 void RenderPipelineOutputDesc::updateEnabledDrawBuffers(gl::DrawBufferMask enabledBuffers)
717 void RenderPassDesc::populateRenderPipelineOutputDesc(RenderPipelineOutputDesc *outDesc) const
725 RenderPipelineOutputDesc *outDesc) const
737 RenderPipelineOutputDesc *outDesc) const
739 RenderPipelineOutputDesc &outputDescriptor = *outDesc;