Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h142 wrap_nearest_func nearest_texcoord_t; member
Dsp_tex_sample.c1361 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_2d_nearest()
1396 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_2d_array_nearest()
1439 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_cube_nearest()
1475 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_cube_array_nearest()
1506 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_3d_nearest()
3488 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
3497 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()