Searched refs:nearest_texcoord_t (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 135 wrap_nearest_func nearest_texcoord_t; member
|
D | sp_tex_sample.c | 1225 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_2d_nearest() 1260 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_2d_array_nearest() 1303 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_cube_nearest() 1340 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_cube_array_nearest() 1371 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_3d_nearest() 3378 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t ); in softpipe_create_sampler_state() 3387 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
|