Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuildSPIRV.h524 angle::HashMap<SpirvIdAndIdList, spirv::IdRef, SpirvIdAndIdListHash> mFunctionTypeIdMap; variable
DBuildSPIRV.cpp648 auto iter = mFunctionTypeIdMap.find(key); in getFunctionTypeId()
649 if (iter == mFunctionTypeIdMap.end()) in getFunctionTypeId()
656 iter = mFunctionTypeIdMap.insert({key, functionTypeId}).first; in getFunctionTypeId()