Lines Matching defs:BA1
1090 #define BA1(X) ir_function_signature *_##X(builtin_available_predicate, const glsl_type *);
1112 BA1(sqrt)
1113 BA1(inversesqrt)
1114 BA1(abs)
1115 BA1(sign)
1116 BA1(floor)
1117 BA1(truncate)
1118 BA1(trunc)
1119 BA1(round)
1120 BA1(roundEven)
1121 BA1(ceil)
1122 BA1(fract)
1124 BA1(modf)
1134 BA1(isnan)
1135 BA1(isinf)
1141 BA1(doubleBitsToInt64)
1142 BA1(doubleBitsToUint64)
1143 BA1(int64BitsToDouble)
1144 BA1(uint64BitsToDouble)
1163 BA1(length)
1164 BA1(distance);
1165 BA1(dot);
1166 BA1(cross);
1167 BA1(normalize);
1169 BA1(faceforward);
1170 BA1(reflect);
1171 BA1(refract);
1172 BA1(matrixCompMult);
1173 BA1(outerProduct);
1174 BA1(determinant_mat2);
1175 BA1(determinant_mat3);
1176 BA1(determinant_mat4);
1177 BA1(inverse_mat2);
1178 BA1(inverse_mat3);
1179 BA1(inverse_mat4);
1180 BA1(transpose);
1181 BA1(lessThan);
1182 BA1(lessThanEqual);
1183 BA1(greaterThan);
1184 BA1(greaterThanEqual);
1185 BA1(equal);
1186 BA1(notEqual);
1191 BA1(textureSamples);
1231 BA1(textureQueryLevels);
1253 BA1(countLeadingZeros)
1254 BA1(countTrailingZeros)
1255 BA1(fma)
1261 BA1(addSaturate)
1262 BA1(subtractSaturate)
1263 BA1(absoluteDifference)
1264 BA1(average)
1265 BA1(averageRounded)
1267 BA1(multiply32x16)
1356 #undef BA1