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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2943 get_nearest_unorm_wrap(unsigned mode) function in typeref:typename:wrap_nearest_func
3482 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s );
3483 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t );
3484 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2957 get_nearest_unorm_wrap(unsigned mode) function in typeref:typename:wrap_nearest_func
3496 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s );
3497 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t );
3498 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r );

Completed in 12 milliseconds