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.h211 struct RenderPipelineOutputDesc struct
213 bool operator==(const RenderPipelineOutputDesc &rhs) const;
267 RenderPipelineOutputDesc outputDescriptor;
384 void populateRenderPipelineOutputDesc(RenderPipelineOutputDesc *outDesc) const;
388 RenderPipelineOutputDesc *outDesc) const;
391 RenderPipelineOutputDesc *outDesc) const;
Dmtl_state_cache.mm578 // RenderPipelineOutputDesc implementation
579 bool RenderPipelineOutputDesc::operator==(const RenderPipelineOutputDesc &rhs) const
598 void RenderPipelineOutputDesc::updateEnabledDrawBuffers(gl::DrawBufferMask enabledBuffers)
718 void RenderPassDesc::populateRenderPipelineOutputDesc(RenderPipelineOutputDesc *outDesc) const
726 RenderPipelineOutputDesc *outDesc) const
738 RenderPipelineOutputDesc *outDesc) const
740 RenderPipelineOutputDesc &outputDescriptor = *outDesc;