Searched refs:num_lods (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1779 /* This path should work for num_lods 1 too but slightly less efficient */ 1807 if (bld->num_lods == 1) { 1822 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, need_lerp); 1861 if (bld->num_lods != bld->coord_type.length) 1922 /* This path should work for num_lods 1 too but slightly less efficient */ 1948 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_positive); 1979 if (bld->num_lods != bld->coord_type.length) 2164 if (bld->num_lods != bld->num_mips) { 2481 if (bld->num_lods == 1) { 2523 need_linear = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, 3299 unsigned num_lods = bld4.num_lods; local in function:lp_build_sample_soa_code 3775 unsigned num_lods = 1; local in function:lp_build_size_query_soa [all...] |
| H A D | lp_bld_sample_aos.c | 981 /* This path should work for num_lods 1 too but slightly less efficient */ 1018 if (bld->num_lods == 1) { 1037 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_fpart); 1075 if (num_quads == 1 && bld->num_lods == 1) { 1080 unsigned num_chans_per_lod = 4 * bld->coord_type.length / bld->num_lods; 1170 if (bld->num_lods > 1)
|
| H A D | lp_bld_sample.h | 324 unsigned num_lods; member in struct:lp_build_sample_context
|
| H A D | lp_bld_sample.c | 753 if (bld->num_lods != bld->coord_type.length) 826 if (bld->num_lods != bld->coord_type.length) 974 assert(bld->num_lods == bld->num_mips);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1815 /* This path should work for num_lods 1 too but slightly less efficient */ 1843 if (bld->num_lods == 1) { 1858 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, need_lerp); 1897 if (bld->num_lods != bld->coord_type.length) 1958 /* This path should work for num_lods 1 too but slightly less efficient */ 1984 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_positive); 2015 if (bld->num_lods != bld->coord_type.length) 2107 /* This path should work for num_lods 1 too but slightly less efficient */ 2145 if (bld->num_lods != length) { 2632 if ((bld->num_lods ! 3820 unsigned num_lods = bld4.num_lods; local in function:lp_build_sample_soa_code 4336 unsigned num_lods = 1; local in function:lp_build_size_query_soa [all...] |
| H A D | lp_bld_sample_aos.c | 972 /* This path should work for num_lods 1 too but slightly less efficient */ 1009 if (bld->num_lods == 1) { 1028 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_fpart); 1066 if (num_quads == 1 && bld->num_lods == 1) { 1071 unsigned num_chans_per_lod = 4 * bld->coord_type.length / bld->num_lods; 1166 if (bld->num_lods > 1)
|
| H A D | lp_bld_sample.h | 375 unsigned num_lods; member in struct:lp_build_sample_context
|
| H A D | lp_bld_sample.c | 879 if (bld->num_lods != bld->coord_type.length) 961 if (bld->num_lods != bld->coord_type.length) 1111 assert(bld->num_lods == bld->num_mips);
|
Completed in 25 milliseconds