Searched defs:TSpirvTypeParameter (Results 1 – 1 of 1) 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; argument123 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters; argument