Lines Matching refs:B1
1003 #define B1(X) ir_function_signature *_##X(const glsl_type *);
1008 B1(radians)
1009 B1(degrees)
1010 B1(sin)
1011 B1(cos)
1012 B1(tan)
1013 B1(asin)
1014 B1(acos)
1015 B1(atan2)
1016 B1(atan)
1017 B1(atan2_op)
1018 B1(atan_op)
1019 B1(sinh)
1020 B1(cosh)
1021 B1(tanh)
1022 B1(asinh)
1023 B1(acosh)
1024 B1(atanh)
1025 B1(pow)
1026 B1(exp)
1027 B1(log)
1028 B1(exp2)
1029 B1(log2)
1054 B1(floatBitsToInt)
1055 B1(floatBitsToUint)
1056 B1(intBitsToFloat)
1057 B1(uintBitsToFloat)
1105 B1(any);
1106 B1(all);
1107 B1(not);
1144 B1(dFdx);
1145 B1(dFdy);
1146 B1(fwidth);
1147 B1(dFdxCoarse);
1148 B1(dFdyCoarse);
1149 B1(fwidthCoarse);
1150 B1(dFdxFine);
1151 B1(dFdyFine);
1152 B1(fwidthFine);
1153 B1(noise1);
1154 B1(noise2);
1155 B1(noise3);
1156 B1(noise4);
1158 B1(bitfieldExtract)
1159 B1(bitfieldInsert)
1160 B1(bitfieldReverse)
1161 B1(bitCount)
1162 B1(findLSB)
1163 B1(findMSB)
1170 B1(uaddCarry)
1171 B1(usubBorrow)
1177 B1(mulExtended)
1179 B1(interpolateAtCentroid)
1180 B1(interpolateAtOffset)
1181 B1(interpolateAtSample)
1209 B1(min3)
1210 B1(max3)
1211 B1(mid3)
1264 #undef B1