Lines Matching refs:B1
915 #define B1(X) ir_function_signature *_##X(const glsl_type *);
920 B1(radians)
921 B1(degrees)
922 B1(sin)
923 B1(cos)
924 B1(tan)
925 B1(asin)
926 B1(acos)
927 B1(atan2)
928 B1(atan)
929 B1(sinh)
930 B1(cosh)
931 B1(tanh)
932 B1(asinh)
933 B1(acosh)
934 B1(atanh)
935 B1(pow)
936 B1(exp)
937 B1(log)
938 B1(exp2)
939 B1(log2)
964 B1(floatBitsToInt)
965 B1(floatBitsToUint)
966 B1(intBitsToFloat)
967 B1(uintBitsToFloat)
1015 B1(any);
1016 B1(all);
1017 B1(not);
1052 B1(dFdx);
1053 B1(dFdy);
1054 B1(fwidth);
1055 B1(dFdxCoarse);
1056 B1(dFdyCoarse);
1057 B1(fwidthCoarse);
1058 B1(dFdxFine);
1059 B1(dFdyFine);
1060 B1(fwidthFine);
1061 B1(noise1);
1062 B1(noise2);
1063 B1(noise3);
1064 B1(noise4);
1066 B1(bitfieldExtract)
1067 B1(bitfieldInsert)
1068 B1(bitfieldReverse)
1069 B1(bitCount)
1070 B1(findLSB)
1071 B1(findMSB)
1076 B1(uaddCarry)
1077 B1(usubBorrow)
1078 B1(mulExtended)
1079 B1(interpolateAtCentroid)
1080 B1(interpolateAtOffset)
1081 B1(interpolateAtSample)
1109 B1(min3)
1110 B1(max3)
1111 B1(mid3)
1161 #undef B1