HomeSort by relevance Sort by last modified time
    Searched refs:lerp_2d (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_blit.c 385 lerp_2d(GLfloat a, GLfloat b, function
429 red = lerp_2d(colWeight, rowWeight,
432 green = lerp_2d(colWeight, rowWeight,
435 blue = lerp_2d(colWeight, rowWeight,
438 alpha = lerp_2d(colWeight, rowWeight,
484 red = lerp_2d(colWeight, rowWeight,
487 green = lerp_2d(colWeight, rowWeight,
490 blue = lerp_2d(colWeight, rowWeight,
493 alpha = lerp_2d(colWeight, rowWeight,
s_texfilter.c 65 lerp_2d(GLfloat a, GLfloat b, function
76 * \sa lerp_2d
114 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
115 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
116 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
117 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 88 lerp_2d(float a, float b, function
105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110);
106 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111);
1034 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw,
    [all...]

Completed in 77 milliseconds