Searched refs:nearest_texcoord_s (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 134 wrap_nearest_func nearest_texcoord_s; member
|
D | sp_tex_sample.c | 1158 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_1d_nearest() 1191 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_1d_array_nearest() 1224 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_2d_nearest() 1259 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_2d_array_nearest() 1302 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_cube_nearest() 1339 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_cube_array_nearest() 1370 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_3d_nearest() 3377 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s ); in softpipe_create_sampler_state() 3386 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
|