H A D | sp_tex_sample.c | 1162 const float xw = u - (float)uflr; in img_filter_2d_linear_repeat_POT() local 1187 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear_repeat_POT() 1527 float xw; /* weights */ in img_filter_1d_linear() local 1537 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_linear() 1546 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_linear() 1561 float xw; /* weights */ in img_filter_1d_array_linear() local 1571 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_1d_array_linear() 1578 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_array_linear() 1658 float xw, yw; /* weights */ in img_filter_2d_linear() local 1670 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); in img_filter_2d_linear() 1705 float xw, yw; /* weights */ img_filter_2d_array_linear() local 1750 float xw, yw; /* weights */ img_filter_cube_linear() local 1819 float xw, yw; /* weights */ img_filter_cube_array_linear() local 1883 float xw, yw, zw; /* interpolation weights */ img_filter_3d_linear() local [all...] |