Searched refs:linear_texcoord_s (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 145 wrap_linear_func linear_texcoord_s; member
|
D | sp_tex_sample.c | 1537 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_linear() 1571 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_array_linear() 1670 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_linear() 1716 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_array_linear() 1773 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_cube_linear() 1842 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_cube_array_linear() 1895 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_3d_linear() 3483 samp->linear_texcoord_s = get_linear_wrap( sampler->wrap_s ); in softpipe_create_sampler_state() 3492 samp->linear_texcoord_s = get_linear_unorm_wrap( sampler->wrap_s ); in softpipe_create_sampler_state()
|