D | s_texfilter.c | 559 GLfloat *wi, GLfloat *wj) in linear_texcoord() argument 571 height, j0, j1, wj); in linear_texcoord() 580 texcoord[1], j0, j1, wj); in linear_texcoord() 596 texcoord[1], j0, j1, wj); in linear_texcoord() 1225 GLfloat wi, wj; in sample_2d_linear_repeat() local 1236 linear_repeat_texel_location(height, texcoord[1], &j0, &j1, &wj); in sample_2d_linear_repeat() 1243 lerp_rgba_2d(rgba, wi, wj, t00, t10, t01, t11); in sample_2d_linear_repeat() 3457 GLfloat wi, GLfloat wj) in shadow_compare4() argument 3505 return lerp_2d(wi, wj, depth00, depth10, depth01, depth11); in shadow_compare4() 3604 GLfloat wi, wj; in sample_depth_texture() local [all …]
|