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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1497 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; local in function:lp_build_cube_new_coords
1506 sel_f2345 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, face, ivec_bld->one);
1509 next_faces[0] = lp_build_select(ivec_bld, sel_f2345, tmpsel, tmp);
1545 next_xcoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
1550 next_xcoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
1574 next_ycoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
1579 next_ycoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1634 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; local in function:lp_build_cube_new_coords
1643 sel_f2345 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, face, ivec_bld->one);
1646 next_faces[0] = lp_build_select(ivec_bld, sel_f2345, tmpsel, tmp);
1682 next_xcoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
1687 next_xcoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
1711 next_ycoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);
1716 next_ycoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel);

Completed in 8 milliseconds