Home
last modified time | relevance | path

Searched refs:TSpirvTypeParameter (Results 1 – 2 of 2) 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
117 bool operator!=(const TSpirvTypeParameter& rhs) const { return !operator==(rhs); }
123 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters; argument
/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp46 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()