Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp675 auto iter = mTypePointerIdMap.find(key); in getTypePointerId()
676 if (iter == mTypePointerIdMap.end()) in getTypePointerId()
686 iter = mTypePointerIdMap.insert({key, typePointerId}).first; in getTypePointerId()
894 mTypePointerIdMap.insert({key, typePointerId}); in predefineCommonTypes()
H A DBuildSPIRV.h533 mTypePointerIdMap; variable