Searched defs:length_f (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c102 LLVMValueRef length_f = lp_build_int_to_float(coord_bld, length); local
105 offset = lp_build_div(coord_bld, offset, length_f);
109 coord = lp_build_mul(coord_bld, coord, length_f);
204 LLVMValueRef length_f,
219 coord_f = lp_build_mul(coord_bld, coord_f, length_f);
316 LLVMValueRef length_f = lp_build_int_to_float(&bld->coord_bld, length); local
319 offset = lp_build_div(&bld->coord_bld, offset, length_f);
323 length, length_f,
370 LLVMValueRef length_f = lp_build_int_to_float(&bld->coord_bld, length); local
373 offset = lp_build_div(&bld->coord_bld, offset, length_f);
201 lp_build_coord_repeat_npot_linear_int(struct lp_build_sample_context *bld, LLVMValueRef coord_f, LLVMValueRef length_i, LLVMValueRef length_f, LLVMValueRef *coord0_i, LLVMValueRef *weight_i) argument
[all...]
H A Dlp_bld_sample_soa.c262 LLVMValueRef length_f,
275 coord_f = lp_build_mul(coord_bld, coord_f, length_f);
304 LLVMValueRef length_f,
323 coord = lp_build_mul(coord_bld, coord, length_f);
340 offset = lp_build_div(coord_bld, offset, length_f);
344 length, length_f,
357 coord = lp_build_mul(coord_bld, coord, length_f);
365 coord = lp_build_clamp(coord_bld, coord, coord_bld->zero, length_f);
381 coord = lp_build_mul(coord_bld, coord, length_f);
389 coord = lp_build_min_ext(coord_bld, coord, length_f,
259 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
301 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) argument
541 lp_build_sample_wrap_nearest(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode) argument
[all...]

Completed in 196 milliseconds