Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c291 nearest_texel_location(GLenum wrapMode, in nearest_texel_location() function
523 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
528 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
529 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in nearest_texcoord()
533 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
538 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
539 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in nearest_texcoord()
858 i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in sample_1d_nearest()
1128 i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in sample_2d_nearest()
1129 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in sample_2d_nearest()
[all …]