Searched refs:sel_f23 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1497 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; local in function:lp_build_cube_new_coords 1513 sel_f23 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, tmp, ivec_bld->one); 1515 next_faces[3] = lp_build_select(ivec_bld, sel_f23, tmp, c3); 1533 next_xcoords[1][0] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); 1537 next_xcoords[1][1] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); 1547 next_xcoords[2][0] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][0]); 1552 next_xcoords[2][1] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][1]); 1567 next_ycoords[0][0] = lp_build_select(ivec_bld, sel_f23, tmp, y0); 1569 next_ycoords[0][1] = lp_build_select(ivec_bld, sel_f23, tmp, y1); 1576 next_ycoords[2][0] = lp_build_select(ivec_bld, sel_f23, next_ycoord [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1634 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; local in function:lp_build_cube_new_coords 1650 sel_f23 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, tmp, ivec_bld->one); 1652 next_faces[3] = lp_build_select(ivec_bld, sel_f23, tmp, c3); 1670 next_xcoords[1][0] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); 1674 next_xcoords[1][1] = lp_build_select(ivec_bld, sel_f23, tmp, ivec_bld->zero); 1684 next_xcoords[2][0] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][0]); 1689 next_xcoords[2][1] = lp_build_select(ivec_bld, sel_f23, tmp, next_xcoords[3][1]); 1704 next_ycoords[0][0] = lp_build_select(ivec_bld, sel_f23, tmp, y0); 1706 next_ycoords[0][1] = lp_build_select(ivec_bld, sel_f23, tmp, y1); 1713 next_ycoords[2][0] = lp_build_select(ivec_bld, sel_f23, next_ycoord [all...] |
Completed in 7 milliseconds