Searched refs:texel_index (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 | 1031 int chan, texel_index; local in function:lp_build_sample_image_linear 1163 for (texel_index = 0; texel_index < 4; texel_index++) { 1164 xs[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "xs"); 1165 ys[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "ys"); 1166 zs[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "zs");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1041 int chan, texel_index; local in function:lp_build_sample_image_linear 1189 for (texel_index = 0; texel_index < 4; texel_index++) { 1190 xs[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "xs"); 1191 ys[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "ys"); 1192 zs[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "zs");
|
Completed in 14 milliseconds