/third_party/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 398 case EOpConstructDouble: newType = EbtDouble; break; in addUnaryMath() 569 case EbtDouble: in buildConvertOp() 593 case EbtDouble: newOp = EOpConvDoubleToFloat; break; in buildConvertOp() 617 case EbtDouble: newOp = EOpConvDoubleToFloat16; break; in buildConvertOp() 631 case EbtDouble: newOp = EOpConvDoubleToBool; break; in buildConvertOp() 656 case EbtDouble: newOp = EOpConvDoubleToInt8; break; in buildConvertOp() 673 case EbtDouble: newOp = EOpConvDoubleToUint8; break; in buildConvertOp() 691 case EbtDouble: newOp = EOpConvDoubleToInt16; break; in buildConvertOp() 708 case EbtDouble: newOp = EOpConvDoubleToUint16; break; in buildConvertOp() 726 case EbtDouble: newOp = EOpConvDoubleToInt; break; in buildConvertOp() [all …]
|
D | glslang.y | 416 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true); 1812 $$.basicType = EbtDouble; 1827 $$.basicType = EbtDouble; 1874 $$.basicType = EbtDouble; 1882 $$.basicType = EbtDouble; 1890 $$.basicType = EbtDouble; 1932 $$.basicType = EbtDouble; 1938 $$.basicType = EbtDouble; 1944 $$.basicType = EbtDouble; 2096 $$.basicType = EbtDouble; [all …]
|
D | glslang.m4 | 416 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true); 1812 $$.basicType = EbtDouble; 1827 $$.basicType = EbtDouble; 1874 $$.basicType = EbtDouble; 1882 $$.basicType = EbtDouble; 1890 $$.basicType = EbtDouble; 1932 $$.basicType = EbtDouble; 1938 $$.basicType = EbtDouble; 1944 $$.basicType = EbtDouble; 2096 $$.basicType = EbtDouble; [all …]
|
D | Constant.cpp | 180 case EbtDouble: in fold() 529 case EbtDouble: in fold() 621 if (unionArray[i].getType() == EbtDouble) in fold() 630 if (unionArray[i].getType() == EbtDouble) in fold() 1090 case EbtDouble: in fold() 1126 case EbtDouble: in fold() 1162 case EbtDouble: in fold()
|
D | glslang_tab.cpp | 4350 …pedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtDouble, (yyvsp[0].lex).… in yyparse() 6646 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6676 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6768 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6781 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6794 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6871 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6882 (yyval.interm.type).basicType = EbtDouble; in yyparse() 6893 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7170 (yyval.interm.type).basicType = EbtDouble; in yyparse() [all …]
|
D | linkValidate.cpp | 1114 if (size == 2 && type.getBasicType() == EbtDouble && type.getVectorSize() == 3 && in addUsedLocation() 1149 … int consumedComponents = type.getVectorSize() * (type.getBasicType() == EbtDouble ? 2 : 1); in addUsedLocation() 1270 if (type.getBasicType() == EbtDouble && type.getVectorSize() > 2) in computeTypeLocationSize() 1424 …if (type.getBasicType() == EbtDouble || type.getBasicType() == EbtInt64 || type.getBasicType() == … in computeTypeXfbSize() 1454 case EbtDouble: size = 8; return 8; in getBaseAlignmentScalar()
|
D | reflection.cpp | 903 case EbtDouble: return GL_DOUBLE_VEC2 + offset; in mapToGlType() 940 case EbtDouble: in mapToGlType() 995 case EbtDouble: return GL_DOUBLE; in mapToGlType()
|
D | SymbolTable.cpp | 69 case EbtDouble: mangledName += 'd'; break; in buildMangledName()
|
D | ParseHelper.cpp | 2270 (*argp)[0]->getAsTyped()->getBasicType() != EbtDouble && in builtInOpCheck() 2272 (*argp)[1]->getAsTyped()->getBasicType() != EbtDouble && in builtInOpCheck() 3438 if (qualifier.storage != EvqVaryingIn && publicType.basicType == EbtDouble && in globalQualifierTypeCheck() 3456 if (isTypeInt(publicType.basicType) || publicType.basicType == EbtDouble) in globalQualifierTypeCheck() 3461 publicType.basicType == EbtDouble || in globalQualifierTypeCheck() 3492 if (publicType.basicType == EbtDouble) in globalQualifierTypeCheck() 3548 …if (publicType.basicType == EbtDouble || publicType.basicType == EbtInt64 || publicType.basicType … in globalQualifierTypeCheck() 5765 …(qualifier.layoutComponent + type.getVectorSize() * (type.getBasicType() == EbtDouble ? 2 : 1) > 4) in layoutTypeCheck() 5773 if (type.getBasicType() == EbtDouble) in layoutTypeCheck() 5825 …if ((type.containsBasicType(EbtDouble) || type.containsBasicType(EbtInt64) || type.containsBasicTy… in layoutTypeCheck() [all …]
|
D | intermOut.cpp | 1247 case EbtDouble: in OutputConstantUnion()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 831 basicType = EbtDouble; in acceptTemplateVecMatBasicType() 1597 new(&type) TType(EbtDouble); in acceptType() 1600 new(&type) TType(EbtDouble); in acceptType() 1604 new(&type) TType(EbtDouble, EvqTemporary, 2); in acceptType() 1607 new(&type) TType(EbtDouble, EvqTemporary, 3); in acceptType() 1610 new(&type) TType(EbtDouble, EvqTemporary, 4); in acceptType() 2017 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 1); in acceptType() 2020 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 2); in acceptType() 2023 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 3); in acceptType() 2026 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 4); in acceptType() [all …]
|
D | hlslParseHelper.cpp | 2297 type.containsBasicType(EbtDouble); in remapEntryPointIO() 5140 convert->setType(TType(EbtDouble, EvqTemporary)); in decomposeIntrinsic() 7618 case EbtDouble: return 110; in findFunction()
|
/third_party/glslang/glslang/Include/ |
D | ConstantUnion.h | 103 type = EbtDouble; in setDConst() 231 case EbtDouble: 345 case EbtDouble: 423 case EbtDouble: 451 case EbtDouble: returnValue.setDConst(dConst + constant.dConst); break; 473 case EbtDouble: returnValue.setDConst(dConst - constant.dConst); break; 495 case EbtDouble: returnValue.setDConst(dConst * constant.dConst); break;
|
D | BaseTypes.h | 50 EbtDouble, enumerator 540 case EbtDouble: in isTypeFloat()
|
D | Types.h | 1689 …virtual bool isFloatingDomain() const { return basicType == EbtFloat || basicType == EbtDouble || … in isFloatingDomain() 1785 case EbtDouble: in containsNonOpaque() 1822 return containsBasicType(EbtDouble); in containsDouble() 1974 case EbtDouble: return "double"; in getBasicString()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | AstHelpers.cpp | 306 case TBasicType::EbtDouble: in HasScalarBasicType() 424 case TBasicType::EbtDouble: in CoerceSimple() 477 case TBasicType::EbtDouble: in CoerceSimple()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 3775 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>()); 4265 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 2, 1>()); 4296 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 3, 1>()); 4321 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 4, 1>()); 4401 StaticType::Get<EbtDouble, EbpUndefined, EvqParamOut, 1, 1>()); 4421 StaticType::Get<EbtDouble, EbpUndefined, EvqParamOut, 2, 1>()); 4441 StaticType::Get<EbtDouble, EbpUndefined, EvqParamOut, 3, 1>()); 4461 StaticType::Get<EbtDouble, EbpUndefined, EvqParamOut, 4, 1>()); 6512 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>(), 6520 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 2, 1>(), [all …]
|
D | BaseTypes.h | 57 EbtDouble, enumerator
|
D | BuildSPIRV.cpp | 858 case EbtDouble: in declareType()
|
D | OutputSPIRV.cpp | 2282 const bool isFloat = basicType == EbtFloat || basicType == EbtDouble; in visitOperator() 4507 const bool isFloat = basicType == EbtFloat || basicType == EbtDouble; in createCompareImpl()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 2284 else if (node->getBasicType() == glslang::EbtDouble) in visitUnary() 3660 case glslang::EbtDouble: in convertGlslangToSpvType() 6703 if (typeProxy == glslang::EbtFloat || typeProxy == glslang::EbtDouble) { in createAtomicOperation() 8445 case glslang::EbtDouble: in createSpvConstantFromConstUnionArray() 8494 case glslang::EbtDouble: in createSpvConstantFromConstUnionArray()
|