Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h139 wrap_linear_func linear_texcoord_t; member
Dsp_tex_sample.c1519 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_linear()
1565 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_array_linear()
1622 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_linear()
1690 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_array_linear()
1743 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_3d_linear()
3357 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
3366 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()