Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1726 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5); in lp_build_cube_imapos() local
1730 LLVMValueRef div = lp_build_div(coord_bld, posHalf, absCoord); in lp_build_cube_imapos()
1793 LLVMValueRef posHalf = lp_build_const_vec(gallivm, coord_bld->type, 0.5); in lp_build_cube_lookup() local
1863 imahalf = lp_build_mul(coord_bld, posHalf, ima); in lp_build_cube_lookup()
1982 coords[0] = lp_build_add(coord_bld, face_s, posHalf); in lp_build_cube_lookup()
1983 coords[1] = lp_build_add(coord_bld, face_t, posHalf); in lp_build_cube_lookup()
2040 coords[0] = lp_build_add(coord_bld, face_s, posHalf); in lp_build_cube_lookup()
2041 coords[1] = lp_build_add(coord_bld, face_t, posHalf); in lp_build_cube_lookup()