Searched defs:get_nearest_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.c2278 get_nearest_wrap(unsigned mode) function
2650 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s );
2651 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t );
2652 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2278 get_nearest_wrap(unsigned mode) function
2650 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s );
2651 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t );
2652 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );

Completed in 116 milliseconds