Lines Matching refs:precisions
387 } precisions[] =
415 for (int precNdx = 0; precNdx < DE_LENGTH_OF_ARRAY(precisions); ++precNdx)
417 const char* const precisionName = precisions[precNdx].name;
418 const glu::Precision precision = precisions[precNdx].prec;
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);