Searched refs:fall_off_y (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 | 1110 LLVMValueRef fall_off_ym_notxm, fall_off_ym_notxp, fall_off_x, fall_off_y; local in function:lp_build_sample_image_linear 1155 fall_off_y = lp_build_or(ivec_bld, fall_off[2], fall_off[3]); 1156 have_edge = lp_build_or(ivec_bld, fall_off_x, fall_off_y); 1171 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1136 LLVMValueRef fall_off_ym_notxm, fall_off_ym_notxp, fall_off_x, fall_off_y; local in function:lp_build_sample_image_linear 1181 fall_off_y = lp_build_or(ivec_bld, fall_off[2], fall_off[3]); 1182 have_edge = lp_build_or(ivec_bld, fall_off_x, fall_off_y); 1197 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
|
Completed in 13 milliseconds