Searched refs:TSpirvType (Results 1 – 3 of 3) sorted by relevance
126 struct TSpirvType { struct129 bool operator==(const TSpirvType& rhs) const133 bool operator!=(const TSpirvType& rhs) const { return !operator==(rhs); }
1464 TSpirvType* spirvType;2783 const TSpirvType& getSpirvType() const { assert(spirvType); return *spirvType; } in getSpirvType()2804 spirvType = new TSpirvType; in deepCopy()2872 TSpirvType* spirvType; // SPIR-V type defined by spirv_type directive
276 spirvType = new TSpirvType; in setSpirvType()