Searched refs:linear_texcoord_t (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 139 wrap_linear_func linear_texcoord_t; member
|
D | sp_tex_sample.c | 1536 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_linear() 1582 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_array_linear() 1639 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_linear() 1707 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_array_linear() 1760 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_3d_linear() 3374 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t ); in softpipe_create_sampler_state() 3383 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t ); in softpipe_create_sampler_state()
|