Home
last modified time | relevance | path

Searched refs:RenderPipelineDesc (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h264 struct alignas(4) RenderPipelineDesc struct
266 RenderPipelineDesc();
267 RenderPipelineDesc(const RenderPipelineDesc &src);
268 RenderPipelineDesc(RenderPipelineDesc &&src);
270 RenderPipelineDesc &operator=(const RenderPipelineDesc &src); argument
272 bool operator==(const RenderPipelineDesc &rhs) const;
432 struct hash<rx::mtl::RenderPipelineDesc>
434 size_t operator()(const rx::mtl::RenderPipelineDesc &key) const { return key.hash(); }
Dmtl_state_cache.mm610 // RenderPipelineDesc implementation
611 RenderPipelineDesc::RenderPipelineDesc()
618 RenderPipelineDesc::RenderPipelineDesc(const RenderPipelineDesc &src)
623 RenderPipelineDesc::RenderPipelineDesc(RenderPipelineDesc &&src)
628 RenderPipelineDesc &RenderPipelineDesc::operator=(const RenderPipelineDesc &src)
634 bool RenderPipelineDesc::operator==(const RenderPipelineDesc &rhs) const
642 size_t RenderPipelineDesc::hash() const
647 bool RenderPipelineDesc::rasterizationEnabled() const
652 AutoObjCPtr<MTLRenderPipelineDescriptor *> RenderPipelineDesc::createMetalDesc(
Dmtl_pipeline_cache.h26 RenderPipelineDesc pipelineDesc;
63 const RenderPipelineDesc &desc,
DProgramMtl.h191 const mtl::RenderPipelineDesc &renderPipelineDesc,
198 const mtl::RenderPipelineDesc &pipelineDesc,
239 const mtl::RenderPipelineDesc &pipelineDesc);
242 const mtl::RenderPipelineDesc &pipelineDesc);
Dmtl_pipeline_cache.mm21 bool HasDefaultAttribs(const RenderPipelineDesc &rpdesc)
226 const RenderPipelineDesc &desc,
Dmtl_render_utils.mm566 RenderPipelineDesc GetComputingVertexShaderOnlyRenderPipelineDesc(RenderCommandEncoder *cmdEncoder)
568 RenderPipelineDesc pipelineDesc;
1164 RenderPipelineDesc pipelineDesc;
1353 RenderPipelineDesc pipelineDesc;
1565 RenderPipelineDesc pipelineDesc;
2867 RenderPipelineDesc pipelineDesc =
2938 RenderPipelineDesc pipelineDesc =
DProgramMtl.mm905 const mtl::RenderPipelineDesc &renderPipelineDesc,
1552 const mtl::RenderPipelineDesc &pipelineDesc,
1754 const mtl::RenderPipelineDesc &pipelineDesc)
1987 const mtl::RenderPipelineDesc &pipelineDesc)
DContextMtl.h607 mtl::RenderPipelineDesc mRenderPipelineDesc;
DContextMtl.mm2388 static bool isDrawNoOp(const mtl::RenderPipelineDesc &descriptor,
2872 // Obtain RenderPipelineDesc's vertex array descriptor.
2879 // Obtain RenderPipelineDesc's output descriptor.