Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp515 auto typeIter = literalTypes.find(typeId); in parseSpecConstant() local
516 assert(typeIter != literalTypes.end()); in parseSpecConstant()
518 data.type = typeIter->second; in parseSpecConstant()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1162 auto typeIter = internalFormatIter->second.find(type); in GetInternalFormatInfo() local
1163 if (typeIter == internalFormatIter->second.end()) in GetInternalFormatInfo()
1168 return typeIter->second; in GetInternalFormatInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1608 auto typeIter = internalFormatIter->second.find(type); in GetInternalFormatInfo() local
1609 if (typeIter == internalFormatIter->second.end()) in GetInternalFormatInfo()
1614 return typeIter->second; in GetInternalFormatInfo()