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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1111 LLVMValueRef fall_off_yp_notxm, fall_off_yp_notxp; local in function:lp_build_sample_image_linear
1215 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]);
1222 x10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_xcoords[3][0], x10);
1223 y10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_ycoords[3][0], y10);
1229 z10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_faces[3], z10);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1137 LLVMValueRef fall_off_yp_notxm, fall_off_yp_notxp; local in function:lp_build_sample_image_linear
1241 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]);
1248 x10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_xcoords[3][0], x10);
1249 y10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_ycoords[3][0], y10);
1255 z10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_faces[3], z10);

Completed in 12 milliseconds