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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2960 get_nearest_wrap(unsigned mode) function in typeref:typename:wrap_nearest_func
3473 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s );
3474 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t );
3475 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2974 get_nearest_wrap(unsigned mode) function in typeref:typename:wrap_nearest_func
3487 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s );
3488 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t );
3489 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );

Completed in 13 milliseconds