Searched refs:nearest_texcoord_p (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h140 wrap_nearest_func nearest_texcoord_p; member in struct:sp_sampler
H A Dsp_tex_sample.c1494 sp_samp->nearest_texcoord_p(args->p, depth, args->offset[2], &z);
3475 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );
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.h143 wrap_nearest_func nearest_texcoord_p; member in struct:sp_sampler
H A Dsp_tex_sample.c1507 sp_samp->nearest_texcoord_p(args->p, depth, args->offset[2], &z);
3489 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );
3498 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r );

Completed in 14 milliseconds