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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c911 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5); local
913 LLVMValueRef ima = lp_build_div(coord_bld, posHalf, absCoord);
1022 LLVMValueRef posHalf = lp_build_const_vec(gallivm, coord_bld->type, 0.5); local
1116 *face_s = lp_build_add(coord_bld, *face_s, posHalf);
1118 *face_t = lp_build_add(coord_bld, *face_t, posHalf);

Completed in 213 milliseconds