Home
last modified time | relevance | path

Searched refs:TSpirvType (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h112 struct TSpirvType { struct
115 bool operator==(const TSpirvType& rhs) const
119 bool operator!=(const TSpirvType& rhs) const { return !operator==(rhs); }
DTypes.h1511 TSpirvType* spirvType;
2807 const TSpirvType& getSpirvType() const { assert(spirvType); return *spirvType; } in getSpirvType()
2830 spirvType = new TSpirvType; in deepCopy()
2895 TSpirvType* spirvType; // SPIR-V type defined by spirv_type directive
/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp270 spirvType = new TSpirvType; in setSpirvType()