Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1634 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; in lp_build_cube_new_coords() local
1650 sel_f23 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, tmp, ivec_bld->one); in lp_build_cube_new_coords()
1652 next_faces[3] = lp_build_select(ivec_bld, sel_f23, tmp, c3); in lp_build_cube_new_coords()
1670 next_xcoords[1][0] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); in lp_build_cube_new_coords()
1674 next_xcoords[1][1] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); in lp_build_cube_new_coords()
1684 next_xcoords[2][0] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][0]); in lp_build_cube_new_coords()
1689 next_xcoords[2][1] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][1]); in lp_build_cube_new_coords()
1704 next_ycoords[0][0] = lp_build_select(ivec_bld, sel_f23, tmp, y0); in lp_build_cube_new_coords()
1706 next_ycoords[0][1] = lp_build_select(ivec_bld, sel_f23, tmp, y1); in lp_build_cube_new_coords()
1713 next_ycoords[2][0] = lp_build_select(ivec_bld, sel_f23, next_ycoords[3][0], tmp); in lp_build_cube_new_coords()
[all …]