Searched refs:fall_off_x (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 1154 fall_off_x = lp_build_or(ivec_bld, fall_off[0], fall_off[1]); 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 1180 fall_off_x = lp_build_or(ivec_bld, fall_off[0], fall_off[1]); 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 14 milliseconds