Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1487 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; in lp_build_cube_new_coords() local
1503 sel_f23 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, tmp, ivec_bld->one); in lp_build_cube_new_coords()
1505 next_faces[3] = lp_build_select(ivec_bld, sel_f23, tmp, c3); in lp_build_cube_new_coords()
1523 next_xcoords[1][0] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); in lp_build_cube_new_coords()
1527 next_xcoords[1][1] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); in lp_build_cube_new_coords()
1537 next_xcoords[2][0] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][0]); in lp_build_cube_new_coords()
1542 next_xcoords[2][1] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][1]); in lp_build_cube_new_coords()
1557 next_ycoords[0][0] = lp_build_select(ivec_bld, sel_f23, tmp, y0); in lp_build_cube_new_coords()
1559 next_ycoords[0][1] = lp_build_select(ivec_bld, sel_f23, tmp, y1); in lp_build_cube_new_coords()
1566 next_ycoords[2][0] = lp_build_select(ivec_bld, sel_f23, next_ycoords[3][0], tmp); in lp_build_cube_new_coords()
[all …]