Home
last modified time | relevance | path

Searched defs:TSpirvTypeParameter (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h97 struct TSpirvTypeParameter { struct
100 TSpirvTypeParameter(const TIntermConstantUnion* arg) { value = arg; } in TSpirvTypeParameter() function
101 TSpirvTypeParameter(const TType* arg) { value = arg; } in TSpirvTypeParameter() argument
116 bool operator==(const TSpirvTypeParameter& rhs) const; argument
123 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters; argument