Searched refs:one_third (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 | 1379 LLVMValueRef have_corner, one_third; local in function:lp_build_sample_image_linear 1390 one_third = lp_build_const_vec(bld->gallivm, coord_bld->type, 1432 c_weight = lp_build_mul(coord_bld, c_weight, one_third); 1549 colc = lp_build_mul(coord_bld, one_third, colc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1407 LLVMValueRef have_corner, one_third; local in function:lp_build_sample_image_linear 1418 one_third = lp_build_const_vec(bld->gallivm, coord_bld->type, 1460 c_weight = lp_build_mul(coord_bld, c_weight, one_third); 1577 colc = lp_build_mul(coord_bld, one_third, colc);
|
Completed in 13 milliseconds