Home
last modified time | relevance | path

Searched refs:linear_texcoord_s (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h138 wrap_linear_func linear_texcoord_s; member
Dsp_tex_sample.c1385 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_linear()
1419 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_array_linear()
1518 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_linear()
1564 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_array_linear()
1621 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_cube_linear()
1689 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_cube_array_linear()
1742 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_3d_linear()
3356 samp->linear_texcoord_s = get_linear_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
3365 samp->linear_texcoord_s = get_linear_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()