Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h136 wrap_nearest_func nearest_texcoord_p; member
Dsp_tex_sample.c1372 sp_samp->nearest_texcoord_p(args->p, depth, args->offset[2], &z); in img_filter_3d_nearest()
3379 samp->nearest_texcoord_p = get_nearest_wrap( sampler->wrap_r ); in softpipe_create_sampler_state()
3388 samp->nearest_texcoord_p = get_nearest_unorm_wrap( sampler->wrap_r ); in softpipe_create_sampler_state()