Searched refs:linear_texcoord_t (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 118 wrap_linear_func linear_texcoord_t; member
|
D | sp_tex_sample.c | 1272 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()
|