Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp282 std::map<TType, TFunction *> mIndexedVecAndMatrixTypes; member in sh::__anonc31330320111::RemoveDynamicIndexingTraverser
313 for (auto &type : mIndexedVecAndMatrixTypes) in insertHelperDefinitions()
407 if (mIndexedVecAndMatrixTypes.find(type) == mIndexedVecAndMatrixTypes.end()) in visitBinary()
416 mIndexedVecAndMatrixTypes[type] = indexingFunction; in visitBinary()
420 indexingFunction = mIndexedVecAndMatrixTypes[type]; in visitBinary()