Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h146 wrap_linear_func linear_texcoord_t; member
Dsp_tex_sample.c1671 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_linear()
1717 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_array_linear()
1774 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_linear()
1843 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_array_linear()
1896 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_3d_linear()
3484 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
3493 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()