Home
last modified time | relevance | path

Searched refs:lerp_rgba_2d (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c110 lerp_rgba_2d(GLfloat result[4], GLfloat a, GLfloat b, in lerp_rgba_2d() function
1206 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11); in sample_2d_linear()
1243 lerp_rgba_2d(rgba, wi, wj, t00, t10, t01, t11); in sample_2d_linear_repeat()
2771 lerp_rgba_2d(rgba[i], a, b, t00, t10, t01, t11); in sample_linear_rect()
2922 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11); in sample_2d_array_linear()