• Home
  • Raw
  • Download

Lines Matching refs:names

551 static void GLSLstd450GetDebugNames(const char** names)  in GLSLstd450GetDebugNames()  argument
554 names[i] = "Unknown"; in GLSLstd450GetDebugNames()
556 names[GLSLstd450Round] = "Round"; in GLSLstd450GetDebugNames()
557 names[GLSLstd450RoundEven] = "RoundEven"; in GLSLstd450GetDebugNames()
558 names[GLSLstd450Trunc] = "Trunc"; in GLSLstd450GetDebugNames()
559 names[GLSLstd450FAbs] = "FAbs"; in GLSLstd450GetDebugNames()
560 names[GLSLstd450SAbs] = "SAbs"; in GLSLstd450GetDebugNames()
561 names[GLSLstd450FSign] = "FSign"; in GLSLstd450GetDebugNames()
562 names[GLSLstd450SSign] = "SSign"; in GLSLstd450GetDebugNames()
563 names[GLSLstd450Floor] = "Floor"; in GLSLstd450GetDebugNames()
564 names[GLSLstd450Ceil] = "Ceil"; in GLSLstd450GetDebugNames()
565 names[GLSLstd450Fract] = "Fract"; in GLSLstd450GetDebugNames()
566 names[GLSLstd450Radians] = "Radians"; in GLSLstd450GetDebugNames()
567 names[GLSLstd450Degrees] = "Degrees"; in GLSLstd450GetDebugNames()
568 names[GLSLstd450Sin] = "Sin"; in GLSLstd450GetDebugNames()
569 names[GLSLstd450Cos] = "Cos"; in GLSLstd450GetDebugNames()
570 names[GLSLstd450Tan] = "Tan"; in GLSLstd450GetDebugNames()
571 names[GLSLstd450Asin] = "Asin"; in GLSLstd450GetDebugNames()
572 names[GLSLstd450Acos] = "Acos"; in GLSLstd450GetDebugNames()
573 names[GLSLstd450Atan] = "Atan"; in GLSLstd450GetDebugNames()
574 names[GLSLstd450Sinh] = "Sinh"; in GLSLstd450GetDebugNames()
575 names[GLSLstd450Cosh] = "Cosh"; in GLSLstd450GetDebugNames()
576 names[GLSLstd450Tanh] = "Tanh"; in GLSLstd450GetDebugNames()
577 names[GLSLstd450Asinh] = "Asinh"; in GLSLstd450GetDebugNames()
578 names[GLSLstd450Acosh] = "Acosh"; in GLSLstd450GetDebugNames()
579 names[GLSLstd450Atanh] = "Atanh"; in GLSLstd450GetDebugNames()
580 names[GLSLstd450Atan2] = "Atan2"; in GLSLstd450GetDebugNames()
581 names[GLSLstd450Pow] = "Pow"; in GLSLstd450GetDebugNames()
582 names[GLSLstd450Exp] = "Exp"; in GLSLstd450GetDebugNames()
583 names[GLSLstd450Log] = "Log"; in GLSLstd450GetDebugNames()
584 names[GLSLstd450Exp2] = "Exp2"; in GLSLstd450GetDebugNames()
585 names[GLSLstd450Log2] = "Log2"; in GLSLstd450GetDebugNames()
586 names[GLSLstd450Sqrt] = "Sqrt"; in GLSLstd450GetDebugNames()
587 names[GLSLstd450InverseSqrt] = "InverseSqrt"; in GLSLstd450GetDebugNames()
588 names[GLSLstd450Determinant] = "Determinant"; in GLSLstd450GetDebugNames()
589 names[GLSLstd450MatrixInverse] = "MatrixInverse"; in GLSLstd450GetDebugNames()
590 names[GLSLstd450Modf] = "Modf"; in GLSLstd450GetDebugNames()
591 names[GLSLstd450ModfStruct] = "ModfStruct"; in GLSLstd450GetDebugNames()
592 names[GLSLstd450FMin] = "FMin"; in GLSLstd450GetDebugNames()
593 names[GLSLstd450SMin] = "SMin"; in GLSLstd450GetDebugNames()
594 names[GLSLstd450UMin] = "UMin"; in GLSLstd450GetDebugNames()
595 names[GLSLstd450FMax] = "FMax"; in GLSLstd450GetDebugNames()
596 names[GLSLstd450SMax] = "SMax"; in GLSLstd450GetDebugNames()
597 names[GLSLstd450UMax] = "UMax"; in GLSLstd450GetDebugNames()
598 names[GLSLstd450FClamp] = "FClamp"; in GLSLstd450GetDebugNames()
599 names[GLSLstd450SClamp] = "SClamp"; in GLSLstd450GetDebugNames()
600 names[GLSLstd450UClamp] = "UClamp"; in GLSLstd450GetDebugNames()
601 names[GLSLstd450FMix] = "FMix"; in GLSLstd450GetDebugNames()
602 names[GLSLstd450Step] = "Step"; in GLSLstd450GetDebugNames()
603 names[GLSLstd450SmoothStep] = "SmoothStep"; in GLSLstd450GetDebugNames()
604 names[GLSLstd450Fma] = "Fma"; in GLSLstd450GetDebugNames()
605 names[GLSLstd450Frexp] = "Frexp"; in GLSLstd450GetDebugNames()
606 names[GLSLstd450FrexpStruct] = "FrexpStruct"; in GLSLstd450GetDebugNames()
607 names[GLSLstd450Ldexp] = "Ldexp"; in GLSLstd450GetDebugNames()
608 names[GLSLstd450PackSnorm4x8] = "PackSnorm4x8"; in GLSLstd450GetDebugNames()
609 names[GLSLstd450PackUnorm4x8] = "PackUnorm4x8"; in GLSLstd450GetDebugNames()
610 names[GLSLstd450PackSnorm2x16] = "PackSnorm2x16"; in GLSLstd450GetDebugNames()
611 names[GLSLstd450PackUnorm2x16] = "PackUnorm2x16"; in GLSLstd450GetDebugNames()
612 names[GLSLstd450PackHalf2x16] = "PackHalf2x16"; in GLSLstd450GetDebugNames()
613 names[GLSLstd450PackDouble2x32] = "PackDouble2x32"; in GLSLstd450GetDebugNames()
614 names[GLSLstd450UnpackSnorm2x16] = "UnpackSnorm2x16"; in GLSLstd450GetDebugNames()
615 names[GLSLstd450UnpackUnorm2x16] = "UnpackUnorm2x16"; in GLSLstd450GetDebugNames()
616 names[GLSLstd450UnpackHalf2x16] = "UnpackHalf2x16"; in GLSLstd450GetDebugNames()
617 names[GLSLstd450UnpackSnorm4x8] = "UnpackSnorm4x8"; in GLSLstd450GetDebugNames()
618 names[GLSLstd450UnpackUnorm4x8] = "UnpackUnorm4x8"; in GLSLstd450GetDebugNames()
619 names[GLSLstd450UnpackDouble2x32] = "UnpackDouble2x32"; in GLSLstd450GetDebugNames()
620 names[GLSLstd450Length] = "Length"; in GLSLstd450GetDebugNames()
621 names[GLSLstd450Distance] = "Distance"; in GLSLstd450GetDebugNames()
622 names[GLSLstd450Cross] = "Cross"; in GLSLstd450GetDebugNames()
623 names[GLSLstd450Normalize] = "Normalize"; in GLSLstd450GetDebugNames()
624 names[GLSLstd450FaceForward] = "FaceForward"; in GLSLstd450GetDebugNames()
625 names[GLSLstd450Reflect] = "Reflect"; in GLSLstd450GetDebugNames()
626 names[GLSLstd450Refract] = "Refract"; in GLSLstd450GetDebugNames()
627 names[GLSLstd450FindILsb] = "FindILsb"; in GLSLstd450GetDebugNames()
628 names[GLSLstd450FindSMsb] = "FindSMsb"; in GLSLstd450GetDebugNames()
629 names[GLSLstd450FindUMsb] = "FindUMsb"; in GLSLstd450GetDebugNames()
630 names[GLSLstd450InterpolateAtCentroid] = "InterpolateAtCentroid"; in GLSLstd450GetDebugNames()
631 names[GLSLstd450InterpolateAtSample] = "InterpolateAtSample"; in GLSLstd450GetDebugNames()
632 names[GLSLstd450InterpolateAtOffset] = "InterpolateAtOffset"; in GLSLstd450GetDebugNames()
633 names[GLSLstd450NMin] = "NMin"; in GLSLstd450GetDebugNames()
634 names[GLSLstd450NMax] = "NMax"; in GLSLstd450GetDebugNames()
635 names[GLSLstd450NClamp] = "NClamp"; in GLSLstd450GetDebugNames()