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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1590 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5); local in function:lp_build_cube_imapos
1592 LLVMValueRef ima = lp_build_div(coord_bld, posHalf, absCoord);
1654 LLVMValueRef posHalf = lp_build_const_vec(gallivm, coord_bld->type, 0.5); local in function:lp_build_cube_lookup
1724 imahalf = lp_build_mul(coord_bld, posHalf, ima);
1843 coords[0] = lp_build_add(coord_bld, face_s, posHalf);
1844 coords[1] = lp_build_add(coord_bld, face_t, posHalf);
1964 coords[0] = lp_build_add(coord_bld, face_s, posHalf);
1965 coords[1] = lp_build_add(coord_bld, face_t, posHalf);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1727 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5); local in function:lp_build_cube_imapos
1729 LLVMValueRef ima = lp_build_div(coord_bld, posHalf, absCoord);
1791 LLVMValueRef posHalf = lp_build_const_vec(gallivm, coord_bld->type, 0.5); local in function:lp_build_cube_lookup
1861 imahalf = lp_build_mul(coord_bld, posHalf, ima);
1980 coords[0] = lp_build_add(coord_bld, face_s, posHalf);
1981 coords[1] = lp_build_add(coord_bld, face_t, posHalf);
2038 coords[0] = lp_build_add(coord_bld, face_s, posHalf);
2039 coords[1] = lp_build_add(coord_bld, face_t, posHalf);

Completed in 8 milliseconds