/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | Intermediate.cpp | 397 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 | 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 | 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 | 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 | 886 case EbtDouble: return GL_DOUBLE_VEC2 + offset; in mapToGlType() 923 case EbtDouble: in mapToGlType() 978 case EbtDouble: return GL_DOUBLE; in mapToGlType()
|
D | SymbolTable.cpp | 69 case EbtDouble: mangledName += 'd'; break; in buildMangledName()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 397 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 | 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 | 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 | 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 | 886 case EbtDouble: return GL_DOUBLE_VEC2 + offset; in mapToGlType() 923 case EbtDouble: in mapToGlType() 978 case EbtDouble: return GL_DOUBLE; in mapToGlType()
|
D | SymbolTable.cpp | 69 case EbtDouble: mangledName += 'd'; break; in buildMangledName()
|
/external/angle/third_party/glslang/src/hlsl/ |
D | hlslGrammar.cpp | 818 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 …]
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 818 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 …]
|
/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 534 case EbtDouble: in isTypeFloat()
|
D | Types.h | 1685 …virtual bool isFloatingDomain() const { return basicType == EbtFloat || basicType == EbtDouble || … in isFloatingDomain() 1781 case EbtDouble: in containsNonOpaque() 1818 return containsBasicType(EbtDouble); in containsDouble() 1970 case EbtDouble: return "double"; in getBasicString()
|
/external/angle/third_party/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 528 case EbtDouble: in isTypeFloat()
|
D | Types.h | 1685 …virtual bool isFloatingDomain() const { return basicType == EbtFloat || basicType == EbtDouble || … in isFloatingDomain() 1781 case EbtDouble: in containsNonOpaque() 1818 return containsBasicType(EbtDouble); in containsDouble() 1970 case EbtDouble: return "double"; in getBasicString()
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 2796 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>()); 3301 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 2, 1>()); 3332 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 3, 1>()); 3357 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 4, 1>()); 3437 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 1, 1>()); 3457 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 2, 1>()); 3477 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 3, 1>()); 3497 StaticType::Get<EbtDouble, EbpUndefined, EvqOut, 4, 1>()); 5426 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 1, 1>(), 5434 StaticType::Get<EbtDouble, EbpUndefined, EvqGlobal, 2, 1>(), [all …]
|