Searched refs:EbtReference (Results 1 – 8 of 8) sorted by relevance
1324 if (p.userDef->basicType == EbtReference) { in TType()1325 basicType = EbtReference; in TType()1403 assert(t == EbtReference); in TType()1725 case EbtReference: return "reference"; in getBasicString()2032 if ((basicType == EbtReference) != (right.basicType == EbtReference)) in sameReferenceType()2035 if ((basicType != EbtReference) && (right.basicType != EbtReference)) in sameReferenceType()
69 EbtReference, enumerator
357 if (variable->getType().getBasicType() == EbtReference && in handleVariable()821 base->getBasicType() == EbtReference) { in handleDotDereference()822 const TTypeList* fields = base->getBasicType() == EbtReference ? in handleDotDereference()2399 binaryNode->getLeft()->getBasicType() == EbtReference) in lValueErrorCheck()3112 if (!(publicType.userDef && publicType.userDef->getBasicType() == EbtReference)) { in globalQualifierTypeCheck()3786 binary->getLeft()->getBasicType() == EbtReference) { in checkRuntimeSizable()3813 if (binary->getLeft()->getBasicType() == EbtReference) in isRuntimeLength()6730 if (type.isScalar() && node->getType().getBasicType() == EbtReference) { in constructBuiltIn()6755 if (node->getType().getBasicType() == EbtReference) { in constructBuiltIn()7018 TType blockNameType(EbtReference, blockType, *blockName); in declareBlock()[all …]
987 if (type.getBasicType() == EbtReference || node->getType().getBasicType() == EbtReference) { in addConversion()2142 case EbtReference: in mapTypeToConstructorOp()
1623 !(variable->getType().getBasicType() == EbtReference && afterBuffer)) { in identifierOrType()
1359 case EbtReference: size = 8; return 8; in getBaseAlignmentScalar()
176 bool reference = node->getLeft()->getType().getBasicType() == EbtReference; in visitBinary()
215 if (type.getBasicType() == glslang::EbtReference) { in getBufferReferenceAlignment()1714 if (node->getLeft()->getBasicType() == glslang::EbtReference && in visitBinary()3063 case glslang::EbtReference: in convertGlslangToSpvType()3214 if (glslangMember.getBasicType() == glslang::EbtReference) { in convertGlslangStructToSpvType()3733 if (type.getBasicType() == glslang::EbtReference) { in makeFunctions()7357 if (symbol->getBasicType() == glslang::EbtReference) {