Home
last modified time | relevance | path

Searched refs:EbtDouble (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp320 case EOpConstructDouble: newType = EbtDouble; break; in addUnaryMath()
502 case EbtDouble: in createConversion()
528 case EbtDouble: newOp = EOpConvDoubleToFloat; break; in createConversion()
546 case EbtDouble: newOp = EOpConvDoubleToFloat16; break; in createConversion()
562 case EbtDouble: newOp = EOpConvDoubleToBool; break; in createConversion()
581 case EbtDouble: newOp = EOpConvDoubleToInt8; break; in createConversion()
598 case EbtDouble: newOp = EOpConvDoubleToUint8; break; in createConversion()
616 case EbtDouble: newOp = EOpConvDoubleToInt16; break; in createConversion()
633 case EbtDouble: newOp = EOpConvDoubleToUint16; break; in createConversion()
649 case EbtDouble: newOp = EOpConvDoubleToInt; break; in createConversion()
[all …]
Dglslang.y340 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true);
1540 $$.basicType = EbtDouble;
1555 $$.basicType = EbtDouble;
1628 $$.basicType = EbtDouble;
1634 $$.basicType = EbtDouble;
1640 $$.basicType = EbtDouble;
1682 $$.basicType = EbtDouble;
1688 $$.basicType = EbtDouble;
1694 $$.basicType = EbtDouble;
1952 $$.basicType = EbtDouble;
[all …]
Dglslang_tab.cpp4234 …pedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtDouble, (yyvsp[0].lex).… in yyparse()
6177 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6207 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6355 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6366 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6377 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6454 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6465 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6476 (yyval.interm.type).basicType = EbtDouble; in yyparse()
6964 (yyval.interm.type).basicType = EbtDouble; in yyparse()
[all …]
DConstant.cpp180 case EbtDouble: in fold()
529 case EbtDouble: in fold()
619 if (unionArray[i].getType() == EbtDouble) in fold()
628 if (unionArray[i].getType() == EbtDouble) in fold()
1074 case EbtDouble: in fold()
1108 case EbtDouble: in fold()
1142 case EbtDouble: in fold()
Dreflection.cpp594 case EbtDouble: return GL_DOUBLE_VEC2 + offset; in mapToGlType()
633 case EbtDouble: in mapToGlType()
690 case EbtDouble: return GL_DOUBLE; in mapToGlType()
DlinkValidate.cpp1044 if (size == 2 && type.getBasicType() == EbtDouble && type.getVectorSize() == 3 && in addUsedLocation()
1077 … int consumedComponents = type.getVectorSize() * (type.getBasicType() == EbtDouble ? 2 : 1); in addUsedLocation()
1202 if (type.getBasicType() == EbtDouble && type.getVectorSize() > 2) in computeTypeLocationSize()
1336 if (type.getBasicType() == EbtDouble) { in computeTypeXfbSize()
1353 case EbtDouble: size = 8; return 8; in getBaseAlignmentScalar()
DSymbolTable.cpp64 case EbtDouble: mangledName += 'd'; break; in buildMangledName()
DParseHelper.cpp3138 if (isTypeInt(publicType.basicType) || publicType.basicType == EbtDouble) in globalQualifierTypeCheck()
3150 publicType.basicType == EbtDouble || in globalQualifierTypeCheck()
3159 publicType.userDef->containsBasicType(EbtDouble)))) { in globalQualifierTypeCheck()
3186 if (publicType.basicType == EbtDouble) in globalQualifierTypeCheck()
3262 …if (publicType.basicType == EbtDouble || publicType.basicType == EbtInt64 || publicType.basicType … in globalQualifierTypeCheck()
5392 …(qualifier.layoutComponent + type.getVectorSize() * (type.getBasicType() == EbtDouble ? 2 : 1) > 4) in layoutTypeCheck()
5400 if (type.getBasicType() == EbtDouble) in layoutTypeCheck()
5451 if (type.containsBasicType(EbtDouble) && ! IsMultipleOfPow2(qualifier.layoutXfbOffset, 8)) in layoutTypeCheck()
5602 case EbtDouble: in layoutTypeCheck()
6007 if (to2.getBasicType() == EbtDouble && to1.getBasicType() != EbtDouble) in findFunction400()
[all …]
DintermOut.cpp1193 case EbtDouble: in OutputConstantUnion()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp818 basicType = EbtDouble; in acceptTemplateVecMatBasicType()
1584 new(&type) TType(EbtDouble); in acceptType()
1587 new(&type) TType(EbtDouble); in acceptType()
1591 new(&type) TType(EbtDouble, EvqTemporary, 2); in acceptType()
1594 new(&type) TType(EbtDouble, EvqTemporary, 3); in acceptType()
1597 new(&type) TType(EbtDouble, EvqTemporary, 4); in acceptType()
2004 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 1); in acceptType()
2007 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 2); in acceptType()
2010 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 3); in acceptType()
2013 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 4); in acceptType()
[all …]
DhlslParseHelper.cpp2204 type.containsBasicType(EbtDouble); in remapEntryPointIO()
4996 convert->setType(TType(EbtDouble, EvqTemporary)); in decomposeIntrinsic()
7454 case EbtDouble: return 110; in findFunction()
/external/deqp-deps/glslang/glslang/Include/
DConstantUnion.h103 type = EbtDouble; in setDConst()
256 case EbtDouble:
372 case EbtDouble:
427 case EbtDouble:
451 case EbtDouble: returnValue.setDConst(dConst + constant.dConst); break;
471 case EbtDouble: returnValue.setDConst(dConst - constant.dConst); break;
491 case EbtDouble: returnValue.setDConst(dConst * constant.dConst); break;
DBaseTypes.h49 EbtDouble, enumerator
509 case EbtDouble: in isTypeFloat()
DTypes.h1506 …virtual bool isFloatingDomain() const { return basicType == EbtFloat || basicType == EbtDouble || … in isFloatingDomain()
1590 case EbtDouble: in containsNonOpaque()
1707 case EbtDouble: return "double"; in getBasicString()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1950 else if (node->getBasicType() == glslang::EbtDouble) in visitUnary()
2980 case glslang::EbtDouble: in convertGlslangToSpvType()
6462 const bool isFloat = typeProxy == glslang::EbtFloat || typeProxy == glslang::EbtDouble;
7524 case glslang::EbtDouble:
7571 case glslang::EbtDouble: