Searched refs:linear_texcoord_s (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 138 wrap_linear_func linear_texcoord_s; member
|
D | sp_tex_sample.c | 1402 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_linear() 1436 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_array_linear() 1535 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_linear() 1581 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_array_linear() 1638 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_cube_linear() 1706 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_cube_array_linear() 1759 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_3d_linear() 3373 samp->linear_texcoord_s = get_linear_wrap( sampler->wrap_s ); in softpipe_create_sampler_state() 3382 samp->linear_texcoord_s = get_linear_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
|