Home | History | Annotate | Download | only in gallivm

Lines Matching refs:bld

51 lp_build_comp(struct lp_build_context *bld,
55 lp_build_add(struct lp_build_context *bld,
60 lp_build_horizontal_add(struct lp_build_context *bld,
64 lp_build_hadd_partial4(struct lp_build_context *bld,
69 lp_build_sub(struct lp_build_context *bld,
74 lp_build_mul(struct lp_build_context *bld,
79 lp_build_mul_imm(struct lp_build_context *bld,
84 lp_build_div(struct lp_build_context *bld,
89 lp_build_lerp(struct lp_build_context *bld,
100 lp_build_lerp_2d(struct lp_build_context *bld,
109 lp_build_min(struct lp_build_context *bld,
114 lp_build_max(struct lp_build_context *bld,
119 lp_build_clamp(struct lp_build_context *bld,
125 lp_build_abs(struct lp_build_context *bld,
129 lp_build_negate(struct lp_build_context *bld,
133 lp_build_sgn(struct lp_build_context *bld,
137 lp_build_set_sign(struct lp_build_context *bld,
141 lp_build_int_to_float(struct lp_build_context *bld,
145 lp_build_round(struct lp_build_context *bld,
149 lp_build_floor(struct lp_build_context *bld,
153 lp_build_ceil(struct lp_build_context *bld,
157 lp_build_trunc(struct lp_build_context *bld,
161 lp_build_fract(struct lp_build_context *bld,
165 lp_build_fract_safe(struct lp_build_context *bld,
169 lp_build_ifloor(struct lp_build_context *bld,
172 lp_build_iceil(struct lp_build_context *bld,
176 lp_build_iround(struct lp_build_context *bld,
180 lp_build_itrunc(struct lp_build_context *bld,
184 lp_build_ifloor_fract(struct lp_build_context *bld,
190 lp_build_ifloor_fract_safe(struct lp_build_context *bld,
196 lp_build_sqrt(struct lp_build_context *bld,
200 lp_build_rcp(struct lp_build_context *bld,
204 lp_build_rsqrt(struct lp_build_context *bld,
208 lp_build_cos(struct lp_build_context *bld,
212 lp_build_sin(struct lp_build_context *bld,
216 lp_build_pow(struct lp_build_context *bld,
221 lp_build_exp(struct lp_build_context *bld,
225 lp_build_log(struct lp_build_context *bld,
229 lp_build_exp2(struct lp_build_context *bld,
233 lp_build_extract_exponent(struct lp_build_context *bld,
238 lp_build_extract_mantissa(struct lp_build_context *bld,
242 lp_build_log2(struct lp_build_context *bld,
246 lp_build_fast_log2(struct lp_build_context *bld,
250 lp_build_ilog2(struct lp_build_context *bld,
254 lp_build_exp2_approx(struct lp_build_context *bld,
261 lp_build_log2_approx(struct lp_build_context *bld,
268 lp_build_mod(struct lp_build_context *bld,