Searched defs:get_nearest_unorm_wrap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2261 get_nearest_unorm_wrap(unsigned mode) function
2659 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s );
2660 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t );
2661 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r );
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2261 get_nearest_unorm_wrap(unsigned mode) function
2659 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s );
2660 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t );
2661 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r );

Completed in 102 milliseconds