Home
last modified time | relevance | path

Searched refs:tightlyPacked (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.h122 void init(angle::FormatID angleFormatId, bool tightlyPacked = false);
146 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const;
Dmtl_format_table_autogen.mm2639 void VertexFormat::init(angle::FormatID angleFormatId, bool tightlyPacked)
2727 if (tightlyPacked)
2746 if (tightlyPacked)
2765 if (tightlyPacked)
2785 if (tightlyPacked)
2804 if (tightlyPacked)
2823 if (tightlyPacked)
2843 if (tightlyPacked)
2918 if (tightlyPacked)
2937 if (tightlyPacked)
[all …]
DDisplayMtl.h160 bool tightlyPacked) const in getVertexFormat() argument
162 return mFormatTable.getVertexFormat(angleFormatId, tightlyPacked); in getVertexFormat()
Dmtl_format_utils.mm221 bool tightlyPacked) const
223 auto tableIdx = tightlyPacked ? 1 : 0;
DContextMtl.h316 bool tightlyPacked) const;
DContextMtl.mm1348 bool tightlyPacked) const
1350 return getDisplay()->getVertexFormat(angleFormatId, tightlyPacked);