Searched refs:TSpirvTypeParameter (Results 1 – 2 of 2) sorted by relevance
97 struct TSpirvTypeParameter { struct100 TSpirvTypeParameter(const TIntermConstantUnion* arg) { value = arg; } in TSpirvTypeParameter() function101 TSpirvTypeParameter(const TType* arg) { value = arg; } in TSpirvTypeParameter() argument116 bool operator==(const TSpirvTypeParameter& rhs) const; argument117 bool operator!=(const TSpirvTypeParameter& rhs) const { return !operator==(rhs); }123 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters; argument
46 bool TSpirvTypeParameter::operator==(const TSpirvTypeParameter& rhs) const in operator ==()294 spirvTypeParams->push_back(TSpirvTypeParameter(constant)); in makeSpirvTypeParameters()303 spirvTypeParams->push_back(TSpirvTypeParameter(new TType(type))); in makeSpirvTypeParameters()