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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c693 LLVMValueRef s_fpart, t_fpart, r_fpart; local
725 &y0, &y1, &t_fpart);
747 y0 = y1 = t_fpart = NULL;
793 s_fpart, t_fpart,
829 s_fpart, t_fpart,
H A Dlp_bld_sample_aos.c732 LLVMValueRef t_fpart,
773 * and likewise for t_fpart. There is no risk of loosing precision here
778 t_fpart = LLVMBuildBitCast(builder, t_fpart, h16_vec_type, "");
807 t_fpart_lo = LLVMBuildShuffleVector(builder, t_fpart, h16.undef,
809 t_fpart_hi = LLVMBuildShuffleVector(builder, t_fpart, h16.undef,
982 LLVMValueRef t_ipart = NULL, t_fpart = NULL, t_float = NULL; local
1057 t_fpart = LLVMBuildAnd(builder, t, i32_c255, "");
1086 t_ipart, &t_fpart, t_float,
1135 s_fpart, t_fpart, r_fpar
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
1161 LLVMValueRef t_fpart = NULL; local
[all...]

Completed in 144 milliseconds