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 | 1208 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_2d_nearest() 1243 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_2d_array_nearest() 1286 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_cube_nearest() 1323 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_cube_array_nearest() 1354 sp_samp->nearest_texcoord_t(args->t, height, args->offset[1], &y); in img_filter_3d_nearest() 3361 samp->nearest_texcoord_t = get_nearest_wrap( sampler->wrap_t ); in softpipe_create_sampler_state() 3370 samp->nearest_texcoord_t = get_nearest_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
|