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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c638 LLVMValueRef s_ipart, t_ipart = NULL, r_ipart = NULL; local
672 t_ipart = lp_build_ifloor(&bld->coord_bld, t);
680 t_ipart = lp_build_add(&i32, t_ipart, offsets[1]);
705 t_ipart, t_float,
1040 LLVMValueRef t_ipart = NULL, t_fpart = NULL, t_float = NULL; local
1110 t_ipart = LLVMBuildAShr(builder, t, i32_c8, "");
1118 t_ipart = lp_build_add(&i32, t_ipart, offsets[1]);
1172 t_ipart,
[all...]

Completed in 70 milliseconds