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.h118 wrap_linear_func linear_texcoord_t; member
Dsp_tex_sample.c1272 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_2d_linear()
1316 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_2d_array_linear()
1361 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_cube_linear()
1408 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_3d_linear()
2647 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t ); in sp_create_sampler_variant()
2656 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t ); in sp_create_sampler_variant()