Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp697 auto iter = mFunctionTypeIdMap.find(key); in getFunctionTypeId()
698 if (iter == mFunctionTypeIdMap.end()) in getFunctionTypeId()
705 iter = mFunctionTypeIdMap.insert({key, functionTypeId}).first; in getFunctionTypeId()
H A DBuildSPIRV.h536 angle::HashMap<SpirvIdAndIdList, spirv::IdRef, SpirvIdAndIdListHash> mFunctionTypeIdMap; variable