Searched refs:length_f (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c233 LLVMValueRef length_f,
246 coord_f = lp_build_mul(coord_bld, coord_f, length_f);
270 LLVMValueRef length_f,
288 coord = lp_build_mul(coord_bld, coord, length_f);
300 length, length_f,
313 coord = lp_build_mul(coord_bld, coord, length_f);
317 coord = lp_build_clamp(coord_bld, coord, coord_bld->zero, length_f);
333 coord = lp_build_mul(coord_bld, coord, length_f);
336 coord = lp_build_min(coord_bld, coord, length_f);
354 coord = lp_build_mul(coord_bld, coord, length_f);
230 lp_build_coord_repeat_npot_linear(struct lp_build_sample_context *bld, LLVMValueRef coord_f, LLVMValueRef length_i, LLVMValueRef length_f, LLVMValueRef *coord0_i, LLVMValueRef *weight_f) argument
267 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) argument
468 lp_build_sample_wrap_nearest(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, boolean is_pot, unsigned wrap_mode) argument
[all...]
H A Dlp_bld_sample.h427 LLVMValueRef length_f,
H A Dlp_bld_sample_aos.c99 LLVMValueRef length_f = lp_build_int_to_float(coord_bld, length); local
101 coord = lp_build_mul(coord_bld, coord, length_f);
232 LLVMValueRef length_f = lp_build_int_to_float(&bld->coord_bld, length); local
234 length, length_f,
284 LLVMValueRef length_f = lp_build_int_to_float(&bld->coord_bld, length); local
286 length, length_f,

Completed in 59 milliseconds