Home | History | Annotate | Download | only in gallivm

Lines Matching defs:num_lods

1535       /* This path should work for num_lods 1 too but slightly less efficient */
1563 if (bld->num_lods == 1) {
1578 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, need_lerp);
1616 if (bld->num_lods != bld->coord_type.length)
1677 /* This path should work for num_lods 1 too but slightly less efficient */
1703 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_positive);
1733 if (bld->num_lods != bld->coord_type.length)
1887 if (bld->num_lods != bld->num_mips) {
2204 if (bld->num_lods == 1) {
2245 need_linear = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods,
2248 if (bld->num_lods != bld->coord_type.length) {
2640 bld.num_mips = bld.num_lods = 1;
2656 bld.num_lods = type.length;
2663 bld.num_lods = type.length;
2667 bld.num_lods = type.length;
2674 bld.num_lods = num_quads;
2678 bld.num_lods = num_quads;
2684 if (bld.num_lods != type.length) {
2816 use_aos &= bld.num_lods <= num_quads ||
2869 (bld.num_lods == 1 ||
2928 bld4.num_mips = bld4.num_lods = 1;
2935 bld4.num_lods = type4.length;
2942 bld4.num_lods = type4.length;
2946 bld4.num_lods = type4.length;
2952 if (bld4.num_lods != type4.length) {
2989 unsigned num_lods = bld4.num_lods;
3004 lod_positive4 = lp_build_extract_range(gallivm, lod_positive, num_lods * i, num_lods);
3006 lp_build_extract_range(gallivm, ilevel0, num_lods * i, num_lods);
3008 ilevel14 = lp_build_extract_range(gallivm, ilevel1, num_lods * i, num_lods);
3009 lod_fpart4 = lp_build_extract_range(gallivm, lod_fpart, num_lods * i, num_lods);
3469 unsigned num_lods = 1;
3600 if (num_lods == 1) {