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.cpp290 std::map<TType, TFunction *> mIndexedVecAndMatrixTypes; member in sh::__anona92841e10111::RemoveDynamicIndexingTraverser
321 for (auto &type : mIndexedVecAndMatrixTypes) in insertHelperDefinitions()
415 if (mIndexedVecAndMatrixTypes.find(type) == mIndexedVecAndMatrixTypes.end()) in visitBinary()
424 mIndexedVecAndMatrixTypes[type] = indexingFunction; in visitBinary()
428 indexingFunction = mIndexedVecAndMatrixTypes[type]; in visitBinary()