Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/glslang/Include/
DSpirvIntrinsics.h97 struct TSpirvTypeParameter { struct
100 TSpirvTypeParameter(const TIntermConstantUnion* arg) { value = arg; } in TSpirvTypeParameter() argument
101 TSpirvTypeParameter(const TType* arg) { value = arg; } in TSpirvTypeParameter() function
116 bool operator==(const TSpirvTypeParameter& rhs) const; argument
123 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters; argument
/external/deqp-deps/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