Searched refs:referentType (Results 1 – 2 of 2) sorted by relevance
1326 referentType = p.userDef->referentType; in TType()1407 referentType = p.clone(); in TType()1429 referentType = copyOf.referentType; in shallowCopy()1493 virtual TType* getReferentType() const { return referentType; } in getReferentType()2038 assert(referentType != nullptr); in sameReferenceType()2039 assert(right.referentType != nullptr); in sameReferenceType()2041 if (referentType == right.referentType) in sameReferenceType()2044 return *referentType == *right.referentType; in sameReferenceType()2149 TType *referentType; // invalid unless this is an EbtReference member
3073 spv::Id referentType = convertGlslangToSpvType(*type.getReferentType()); in convertGlslangToSpvType() local3076 referentType); in convertGlslangToSpvType()