Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2838 get_nearest_unorm_wrap(unsigned mode) in get_nearest_unorm_wrap() function
3386 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
3387 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
3388 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r ); in softpipe_create_sampler_state()