Home
last modified time | relevance | path

Searched refs:linear_texel_locations (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c161 linear_texel_locations(GLenum wrapMode, in linear_texel_locations() function
577 linear_texel_locations(samp->WrapS, img, width, in linear_texcoord()
579 linear_texel_locations(samp->WrapT, img, height, in linear_texcoord()
585 linear_texel_locations(samp->WrapS, img, width, in linear_texcoord()
593 linear_texel_locations(samp->WrapS, img, width, in linear_texcoord()
595 linear_texel_locations(samp->WrapT, img, height, in linear_texcoord()
887 linear_texel_locations(samp->WrapS, img, width, texcoord[0], &i0, &i1, &a); in sample_1d_linear()
1164 linear_texel_locations(samp->WrapS, img, width, texcoord[0], &i0, &i1, &a); in sample_2d_linear()
1165 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b); in sample_2d_linear()
2067 linear_texel_locations(samp->WrapS, img, width, texcoord[0], &i0, &i1, &a); in sample_3d_linear()
[all …]