Home
last modified time | relevance | path

Searched refs:EbtReference (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DTypes.h1324 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()
DBaseTypes.h69 EbtReference, enumerator
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp357 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 …]
DIntermediate.cpp987 if (type.getBasicType() == EbtReference || node->getType().getBasicType() == EbtReference) { in addConversion()
2142 case EbtReference: in mapTypeToConstructorOp()
DScan.cpp1623 !(variable->getType().getBasicType() == EbtReference && afterBuffer)) { in identifierOrType()
DlinkValidate.cpp1359 case EbtReference: size = 8; return 8; in getBaseAlignmentScalar()
DintermOut.cpp176 bool reference = node->getLeft()->getType().getBasicType() == EbtReference; in visitBinary()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp215 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) {