Searched defs:TSpirvTypeParameter (Results 1 – 2 of 2) sorted by relevance
97 struct TSpirvTypeParameter { struct100 TSpirvTypeParameter(const TIntermConstantUnion* arg) { value = arg; } in TSpirvTypeParameter() argument101 TSpirvTypeParameter(const TType* arg) { value = arg; } in TSpirvTypeParameter() function116 bool operator==(const TSpirvTypeParameter& rhs) const; argument123 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters; argument
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