Lines Matching refs: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)
488 << FormatArgument("VERSION", "#version 300 es\n")
489 << FormatArgument("IN", "in")
490 << FormatArgument("OUT", "out")
491 << FormatArgument("IN_PREC", precisionName)
492 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
493 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
494 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
495 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
496 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
497 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations))
498 << FormatArgument("LOOP_ITERS_PARTIAL", de::toString(precisions[precNdx].loopPartialIterations))
499 << FormatArgument("LOOP_NORM_FRACT_EXP", de::toString(precisions[precNdx].loopNormalizationExponent))
500 << FormatArgument("LOOP_NORM_LITERAL", precisions[precNdx].loopNormalizationConstantLiteral)
501 << FormatArgument("LOOP_MULTIPLIER", precisions[precNdx].loopMultiplier)
502 << FormatArgument("SUM_LOOP_NORM_LITERAL", precisions[precNdx].sumLoopNormalizationConstantLiteral);
651 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
652 << FormatArgument("MULTIPLIER", multiplierStr)
653 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
654 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)),
667 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
668 << FormatArgument("MULTIPLIER", multiplierStr)
669 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
670 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated))));