Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_blit.c385 lerp_2d(GLfloat a, GLfloat b, in lerp_2d() function
429 red = lerp_2d(colWeight, rowWeight, in resample_linear_row_ub()
432 green = lerp_2d(colWeight, rowWeight, in resample_linear_row_ub()
435 blue = lerp_2d(colWeight, rowWeight, in resample_linear_row_ub()
438 alpha = lerp_2d(colWeight, rowWeight, in resample_linear_row_ub()
484 red = lerp_2d(colWeight, rowWeight, in resample_linear_row_float()
487 green = lerp_2d(colWeight, rowWeight, in resample_linear_row_float()
490 blue = lerp_2d(colWeight, rowWeight, in resample_linear_row_float()
493 alpha = lerp_2d(colWeight, rowWeight, in resample_linear_row_float()
Ds_texfilter.c65 lerp_2d(GLfloat a, GLfloat b, in lerp_2d() function
114 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]); in lerp_rgba_2d()
115 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]); in lerp_rgba_2d()
116 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]); in lerp_rgba_2d()
117 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]); in lerp_rgba_2d()
3505 return lerp_2d(wi, wj, depth00, depth10, depth01, depth11); in shadow_compare4()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c88 lerp_2d(float a, float b, in lerp_2d() function
105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); in lerp_3d()
106 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111); in lerp_3d()
1034 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear_repeat_POT()
1534 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear()
1580 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_array_linear()
1645 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_cube_linear()
1713 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_cube_array_linear()