Lines Matching refs:names

18 //    Neither the name of 3Dlabs Inc. Ltd. nor the names of its
449 // Get names for printing "(XXX)" for readability, *after* this id
578 static void GLSLstd450GetDebugNames(const char** names)
581 names[i] = "Unknown";
583 names[GLSLstd450Round] = "Round";
584 names[GLSLstd450RoundEven] = "RoundEven";
585 names[GLSLstd450Trunc] = "Trunc";
586 names[GLSLstd450FAbs] = "FAbs";
587 names[GLSLstd450SAbs] = "SAbs";
588 names[GLSLstd450FSign] = "FSign";
589 names[GLSLstd450SSign] = "SSign";
590 names[GLSLstd450Floor] = "Floor";
591 names[GLSLstd450Ceil] = "Ceil";
592 names[GLSLstd450Fract] = "Fract";
593 names[GLSLstd450Radians] = "Radians";
594 names[GLSLstd450Degrees] = "Degrees";
595 names[GLSLstd450Sin] = "Sin";
596 names[GLSLstd450Cos] = "Cos";
597 names[GLSLstd450Tan] = "Tan";
598 names[GLSLstd450Asin] = "Asin";
599 names[GLSLstd450Acos] = "Acos";
600 names[GLSLstd450Atan] = "Atan";
601 names[GLSLstd450Sinh] = "Sinh";
602 names[GLSLstd450Cosh] = "Cosh";
603 names[GLSLstd450Tanh] = "Tanh";
604 names[GLSLstd450Asinh] = "Asinh";
605 names[GLSLstd450Acosh] = "Acosh";
606 names[GLSLstd450Atanh] = "Atanh";
607 names[GLSLstd450Atan2] = "Atan2";
608 names[GLSLstd450Pow] = "Pow";
609 names[GLSLstd450Exp] = "Exp";
610 names[GLSLstd450Log] = "Log";
611 names[GLSLstd450Exp2] = "Exp2";
612 names[GLSLstd450Log2] = "Log2";
613 names[GLSLstd450Sqrt] = "Sqrt";
614 names[GLSLstd450InverseSqrt] = "InverseSqrt";
615 names[GLSLstd450Determinant] = "Determinant";
616 names[GLSLstd450MatrixInverse] = "MatrixInverse";
617 names[GLSLstd450Modf] = "Modf";
618 names[GLSLstd450ModfStruct] = "ModfStruct";
619 names[GLSLstd450FMin] = "FMin";
620 names[GLSLstd450SMin] = "SMin";
621 names[GLSLstd450UMin] = "UMin";
622 names[GLSLstd450FMax] = "FMax";
623 names[GLSLstd450SMax] = "SMax";
624 names[GLSLstd450UMax] = "UMax";
625 names[GLSLstd450FClamp] = "FClamp";
626 names[GLSLstd450SClamp] = "SClamp";
627 names[GLSLstd450UClamp] = "UClamp";
628 names[GLSLstd450FMix] = "FMix";
629 names[GLSLstd450Step] = "Step";
630 names[GLSLstd450SmoothStep] = "SmoothStep";
631 names[GLSLstd450Fma] = "Fma";
632 names[GLSLstd450Frexp] = "Frexp";
633 names[GLSLstd450FrexpStruct] = "FrexpStruct";
634 names[GLSLstd450Ldexp] = "Ldexp";
635 names[GLSLstd450PackSnorm4x8] = "PackSnorm4x8";
636 names[GLSLstd450PackUnorm4x8] = "PackUnorm4x8";
637 names[GLSLstd450PackSnorm2x16] = "PackSnorm2x16";
638 names[GLSLstd450PackUnorm2x16] = "PackUnorm2x16";
639 names[GLSLstd450PackHalf2x16] = "PackHalf2x16";
640 names[GLSLstd450PackDouble2x32] = "PackDouble2x32";
641 names[GLSLstd450UnpackSnorm2x16] = "UnpackSnorm2x16";
642 names[GLSLstd450UnpackUnorm2x16] = "UnpackUnorm2x16";
643 names[GLSLstd450UnpackHalf2x16] = "UnpackHalf2x16";
644 names[GLSLstd450UnpackSnorm4x8] = "UnpackSnorm4x8";
645 names[GLSLstd450UnpackUnorm4x8] = "UnpackUnorm4x8";
646 names[GLSLstd450UnpackDouble2x32] = "UnpackDouble2x32";
647 names[GLSLstd450Length] = "Length";
648 names[GLSLstd450Distance] = "Distance";
649 names[GLSLstd450Cross] = "Cross";
650 names[GLSLstd450Normalize] = "Normalize";
651 names[GLSLstd450FaceForward] = "FaceForward";
652 names[GLSLstd450Reflect] = "Reflect";
653 names[GLSLstd450Refract] = "Refract";
654 names[GLSLstd450FindILsb] = "FindILsb";
655 names[GLSLstd450FindSMsb] = "FindSMsb";
656 names[GLSLstd450FindUMsb] = "FindUMsb";
657 names[GLSLstd450InterpolateAtCentroid] = "InterpolateAtCentroid";
658 names[GLSLstd450InterpolateAtSample] = "InterpolateAtSample";
659 names[GLSLstd450InterpolateAtOffset] = "InterpolateAtOffset";
660 names[GLSLstd450NMin] = "NMin";
661 names[GLSLstd450NMax] = "NMax";
662 names[GLSLstd450NClamp] = "NClamp";