Searched refs:nearest_texcoord_s (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 141 wrap_nearest_func nearest_texcoord_s; member
|
D | sp_tex_sample.c | 1294 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_1d_nearest() 1327 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_1d_array_nearest() 1360 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_2d_nearest() 1395 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_2d_array_nearest() 1438 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_cube_nearest() 1474 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_cube_array_nearest() 1505 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x); in img_filter_3d_nearest() 3487 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s ); in softpipe_create_sampler_state() 3496 samp->nearest_texcoord_s = get_nearest_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
|