Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2838 get_nearest_wrap(unsigned mode) in get_nearest_wrap() function
3360 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
3361 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
3362 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r ); in softpipe_create_sampler_state()