Searched refs:fall_off_yp_notxp (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1111 LLVMValueRef fall_off_yp_notxm, fall_off_yp_notxp; local in function:lp_build_sample_image_linear 1216 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]); 1224 x11 = lp_build_select(ivec_bld, fall_off_yp_notxp, new_xcoords[3][1], x11); 1225 y11 = lp_build_select(ivec_bld, fall_off_yp_notxp, new_ycoords[3][1], y11); 1230 z11 = lp_build_select(ivec_bld, fall_off_yp_notxp, new_faces[3], z11);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1137 LLVMValueRef fall_off_yp_notxm, fall_off_yp_notxp; local in function:lp_build_sample_image_linear 1242 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]); 1250 x11 = lp_build_select(ivec_bld, fall_off_yp_notxp, new_xcoords[3][1], x11); 1251 y11 = lp_build_select(ivec_bld, fall_off_yp_notxp, new_ycoords[3][1], y11); 1256 z11 = lp_build_select(ivec_bld, fall_off_yp_notxp, new_faces[3], z11);
|
Completed in 13 milliseconds