Lines Matching defs:FormatArgument

63 class FormatArgument
66 FormatArgument (const char* name, const std::string& value);
75 FormatArgument::FormatArgument (const char* name, const std::string& value)
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg)
497 << FormatArgument("VERSION", "#version 300 es\n")
498 << FormatArgument("IN", "in")
499 << FormatArgument("OUT", "out")
500 << FormatArgument("IN_PREC", precisionName)
501 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
502 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
503 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
505 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
506 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations))
507 << FormatArgument("LOOP_ITERS_PARTIAL", de::toString(precisions[precNdx].loopPartialIterations))
508 << FormatArgument("LOOP_NORM_FRACT_EXP", de::toString(precisions[precNdx].loopNormalizationExponent))
509 << FormatArgument("LOOP_NORM_LITERAL", precisions[precNdx].loopNormalizationConstantLiteral)
510 << FormatArgument("LOOP_MULTIPLIER", precisions[precNdx].loopMultiplier)
511 << FormatArgument("SUM_LOOP_NORM_LITERAL", precisions[precNdx].sumLoopNormalizationConstantLiteral);
660 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
661 << FormatArgument("MULTIPLIER", multiplierStr)
662 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
663 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)),
676 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
677 << FormatArgument("MULTIPLIER", multiplierStr)
678 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
679 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated))));