Searched refs:linear_texcoord_t (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h118 wrap_linear_func linear_texcoord_t; member in struct:sp_sampler_variant
H A Dsp_tex_sample.c1272 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
1316 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
1361 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
1408 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
2647 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t );
2656 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t );
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h118 wrap_linear_func linear_texcoord_t; member in struct:sp_sampler_variant
H A Dsp_tex_sample.c1272 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
1316 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
1361 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
1408 samp->linear_texcoord_t(t, height, &y0, &y1, &yw);
2647 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t );
2656 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t );

Completed in 137 milliseconds