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

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h115 wrap_nearest_func nearest_texcoord_p; member in struct:sp_sampler_variant
H A Dsp_tex_sample.c1157 samp->nearest_texcoord_p(p, depth, &z);
2652 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r );
2661 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r );

Completed in 441 milliseconds