Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBuildSPIRV.h106 struct SpirvIdAndIdList struct
111 bool operator==(const SpirvIdAndIdList &other) const argument
186 size_t operator()(const SpirvIdAndIdList &key) const in operator()
492 angle::HashMap<SpirvIdAndIdList, spirv::IdRef, SpirvIdAndIdListHash> mCompositeConstants;
502 angle::HashMap<SpirvIdAndIdList, spirv::IdRef, SpirvIdAndIdListHash> mFunctionTypeIdMap;
DBuildSPIRV.cpp505 SpirvIdAndIdList key{returnTypeId, paramTypeIds}; in getFunctionTypeId()
1253 SpirvIdAndIdList key{typeId, values}; in getCompositeConstant()