Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp1185 std::map<Name, size_t> fieldToAttributeIndex; in emitStructDeclaration() local
1192 fieldToAttributeIndex = in emitStructDeclaration()
1203 const auto it = fieldToAttributeIndex.find(Name(*field)); in emitStructDeclaration()
1204 if (it == fieldToAttributeIndex.end()) in emitStructDeclaration()