/external/angle/third_party/vulkan-deps/glslang/src/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 | 451 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true); 1899 $$.basicType = EbtDouble; 1914 $$.basicType = EbtDouble; 1961 $$.basicType = EbtDouble; 1969 $$.basicType = EbtDouble; 1977 $$.basicType = EbtDouble; 2019 $$.basicType = EbtDouble; 2025 $$.basicType = EbtDouble; 2031 $$.basicType = EbtDouble; 2183 $$.basicType = EbtDouble; [all …]
|
D | glslang.m4 | 451 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true); 1899 $$.basicType = EbtDouble; 1914 $$.basicType = EbtDouble; 1961 $$.basicType = EbtDouble; 1969 $$.basicType = EbtDouble; 1977 $$.basicType = EbtDouble; 2019 $$.basicType = EbtDouble; 2025 $$.basicType = EbtDouble; 2031 $$.basicType = EbtDouble; 2183 $$.basicType = EbtDouble; [all …]
|
D | Constant.cpp | 180 case EbtDouble: in fold() 529 case EbtDouble: in fold() 620 if (unionArray[i].getType() == EbtDouble) in fold() 629 if (unionArray[i].getType() == EbtDouble) in fold() 1089 case EbtDouble: in fold() 1125 case EbtDouble: in fold() 1161 case EbtDouble: in fold()
|
D | glslang_tab.cpp | 5302 …pedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtDouble, (yyvsp[0].lex).… in yyparse() 7693 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7723 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7815 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7828 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7841 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7918 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7929 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7940 (yyval.interm.type).basicType = EbtDouble; in yyparse() 8217 (yyval.interm.type).basicType = EbtDouble; in yyparse() [all …]
|
D | reflection.cpp | 906 case EbtDouble: return GL_DOUBLE_VEC2 + offset; in mapToGlType() 943 case EbtDouble: in mapToGlType() 998 case EbtDouble: return GL_DOUBLE; in mapToGlType()
|
D | linkValidate.cpp | 1480 } else if (size == 2 && type.getBasicType() == EbtDouble && type.getVectorSize() == 3 && in addUsedLocation() 1515 … int consumedComponents = type.getVectorSize() * (type.getBasicType() == EbtDouble ? 2 : 1); in addUsedLocation() 1646 if (type.getBasicType() == EbtDouble && type.getVectorSize() > 2) in computeTypeLocationSize() 1800 …if (type.getBasicType() == EbtDouble || type.getBasicType() == EbtInt64 || type.getBasicType() == … in computeTypeXfbSize() 1830 case EbtDouble: size = 8; return 8; in getBaseAlignmentScalar()
|
D | SymbolTable.cpp | 69 case EbtDouble: mangledName += 'd'; break; in buildMangledName()
|
/external/deqp-deps/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 | 430 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true); 1826 $$.basicType = EbtDouble; 1841 $$.basicType = EbtDouble; 1888 $$.basicType = EbtDouble; 1896 $$.basicType = EbtDouble; 1904 $$.basicType = EbtDouble; 1946 $$.basicType = EbtDouble; 1952 $$.basicType = EbtDouble; 1958 $$.basicType = EbtDouble; 2110 $$.basicType = EbtDouble; [all …]
|
D | glslang.m4 | 430 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtDouble, $1.loc, true); 1826 $$.basicType = EbtDouble; 1841 $$.basicType = EbtDouble; 1888 $$.basicType = EbtDouble; 1896 $$.basicType = EbtDouble; 1904 $$.basicType = EbtDouble; 1946 $$.basicType = EbtDouble; 1952 $$.basicType = EbtDouble; 1958 $$.basicType = EbtDouble; 2110 $$.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 | 4799 …pedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtDouble, (yyvsp[0].lex).… in yyparse() 7095 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7125 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7217 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7230 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7243 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7320 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7331 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7342 (yyval.interm.type).basicType = EbtDouble; in yyparse() 7619 (yyval.interm.type).basicType = EbtDouble; in yyparse() [all …]
|
D | linkValidate.cpp | 1151 } else if (size == 2 && type.getBasicType() == EbtDouble && type.getVectorSize() == 3 && in addUsedLocation() 1186 … int consumedComponents = type.getVectorSize() * (type.getBasicType() == EbtDouble ? 2 : 1); in addUsedLocation() 1317 if (type.getBasicType() == EbtDouble && type.getVectorSize() > 2) in computeTypeLocationSize() 1471 …if (type.getBasicType() == EbtDouble || type.getBasicType() == EbtInt64 || type.getBasicType() == … in computeTypeXfbSize() 1501 case EbtDouble: size = 8; return 8; in getBaseAlignmentScalar()
|
D | reflection.cpp | 906 case EbtDouble: return GL_DOUBLE_VEC2 + offset; in mapToGlType() 943 case EbtDouble: in mapToGlType() 998 case EbtDouble: return GL_DOUBLE; in mapToGlType()
|
D | SymbolTable.cpp | 69 case EbtDouble: mangledName += 'd'; break; in buildMangledName()
|
/external/deqp-deps/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 …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslGrammar.cpp | 833 basicType = EbtDouble; in acceptTemplateVecMatBasicType() 1599 new(&type) TType(EbtDouble); in acceptType() 1602 new(&type) TType(EbtDouble); in acceptType() 1606 new(&type) TType(EbtDouble, EvqTemporary, 2); in acceptType() 1609 new(&type) TType(EbtDouble, EvqTemporary, 3); in acceptType() 1612 new(&type) TType(EbtDouble, EvqTemporary, 4); in acceptType() 2019 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 1); in acceptType() 2022 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 2); in acceptType() 2025 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 3); in acceptType() 2028 new(&type) TType(EbtDouble, EvqTemporary, 0, 1, 4); in acceptType() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/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 550 case EbtDouble: in isTypeFloat()
|
D | Types.h | 1821 …virtual bool isFloatingDomain() const { return basicType == EbtFloat || basicType == EbtDouble || … in isFloatingDomain() 1917 case EbtDouble: in containsNonOpaque() 1954 return containsBasicType(EbtDouble); in containsDouble() 2104 case EbtDouble: return "double"; in getBasicString()
|
/external/deqp-deps/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 | 1706 …virtual bool isFloatingDomain() const { return basicType == EbtFloat || basicType == EbtDouble || … in isFloatingDomain() 1802 case EbtDouble: in containsNonOpaque() 1839 return containsBasicType(EbtDouble); in containsDouble() 1991 case EbtDouble: return "double"; in getBasicString()
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 3756 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>()); 4246 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 2, 1>()); 4277 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 3, 1>()); 4302 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 4, 1>()); 4382 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 1, 1>()); 4402 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 2, 1>()); 4422 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 3, 1>()); 4442 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 4, 1>()); 6483 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>(), 6491 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 2, 1>(), [all …]
|