Lines Matching refs:FormatArgument

47 class FormatArgument
50 FormatArgument (const char* name, const std::string& value);
59 FormatArgument::FormatArgument (const char* name, const std::string& value)
70 FormatArgumentList& operator<< (const FormatArgument&);
81 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg)
431 << FormatArgument("VERSION", "#version 450\n")
432 << FormatArgument("IN", "layout(location = 0) in")
433 << FormatArgument("OUT", "layout(location = 0) out")
434 << FormatArgument("IN_PREC", precisionName)
435 << FormatArgument("INVARIANT_DECLARATION", invariantDeclaration[groupNdx])
436 << FormatArgument("INVARIANT_ASSIGN_0", invariantAssignment0[groupNdx])
437 << FormatArgument("INVARIANT_ASSIGN_1", invariantAssignment1[groupNdx])
438 << FormatArgument("FRAG_DECLARATION", fragDeclaration[groupNdx])
439 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
440 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
441 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
442 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
443 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
444 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations))
445 << FormatArgument("LOOP_ITERS_PARTIAL", de::toString(precisions[precNdx].loopPartialIterations))
446 << FormatArgument("LOOP_NORM_FRACT_EXP", de::toString(precisions[precNdx].loopNormalizationExponent))
447 << FormatArgument("LOOP_NORM_LITERAL", precisions[precNdx].loopNormalizationConstantLiteral)
448 << FormatArgument("LOOP_MULTIPLIER", precisions[precNdx].loopMultiplier)
449 << FormatArgument("SUM_LOOP_NORM_LITERAL", precisions[precNdx].sumLoopNormalizationConstantLiteral);
617 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
618 << FormatArgument("MULTIPLIER", multiplierStr)
619 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
620 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)),
634 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
635 << FormatArgument("MULTIPLIER", multiplierStr)
636 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
637 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)),
652 << FormatArgument("UNRELATED_PREC", unrelatedPrec)
653 << FormatArgument("MULTIPLIER", multiplierStr)
654 << FormatArgument("NORMALIZE_USED", normalizationStrUsed)
655 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated))));