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 | 1141 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_1d_nearest() 1174 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_1d_array_nearest() 1207 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_2d_nearest() 1242 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_2d_array_nearest() 1285 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_cube_nearest() 1322 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_cube_array_nearest() 1353 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_3d_nearest() 3360 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s ); in softpipe_create_sampler_state() 3369 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
|