| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.c | 1376 #define LERP(n, t, c0, c1) (((n) - (t)) * (c0) + (t) * (c1) + (n) / 2) / (n) macro 1402 b = LERP(6, t, UP5(CC_SEL(cc, 0)), UP5(CC_SEL(cc, 15))); 1403 g = LERP(6, t, UP5(CC_SEL(cc, 5)), UP5(CC_SEL(cc, 20))); 1404 r = LERP(6, t, UP5(CC_SEL(cc, 10)), UP5(CC_SEL(cc, 25))); 1510 b = LERP(3, t, UP5(col[0][BCOMP]), UP5(col[1][BCOMP])); 1511 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), 1513 r = LERP(3, t, UP5(col[0][RCOMP]), UP5(col[1][RCOMP])); 1562 b = LERP(3, t, UP5(col0[BCOMP]), UP5(CC_SEL(cc, 79))); 1563 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); 1564 r = LERP( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_fxt1.c | 1253 #define LERP(n, t, c0, c1) (((n) - (t)) * (c0) + (t) * (c1) + (n) / 2) / (n) macro 1279 b = LERP(6, t, UP5(CC_SEL(cc, 0)), UP5(CC_SEL(cc, 15))); 1280 g = LERP(6, t, UP5(CC_SEL(cc, 5)), UP5(CC_SEL(cc, 20))); 1281 r = LERP(6, t, UP5(CC_SEL(cc, 10)), UP5(CC_SEL(cc, 25))); 1387 b = LERP(3, t, UP5(col[0][BCOMP]), UP5(col[1][BCOMP])); 1388 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), 1390 r = LERP(3, t, UP5(col[0][RCOMP]), UP5(col[1][RCOMP])); 1439 b = LERP(3, t, UP5(col0[BCOMP]), UP5(CC_SEL(cc, 79))); 1440 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); 1441 r = LERP( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 384 #define LERP(T, A, B) ( (A) + (T) * ((B) - (A)) ) macro 390 const GLfloat temp0 = LERP(a, v00, v10); 391 const GLfloat temp1 = LERP(a, v01, v11); 392 return LERP(b, temp0, temp1);
|
| H A D | s_texfilter.c | 53 #define LERP(T, A, B) ( (A) + (T) * ((B) - (A)) ) macro 68 const GLfloat temp0 = LERP(a, v00, v10); 69 const GLfloat temp1 = LERP(a, v01, v11); 70 return LERP(b, temp0, temp1); 83 const GLfloat temp00 = LERP(a, v000, v100); 84 const GLfloat temp10 = LERP(a, v010, v110); 85 const GLfloat temp01 = LERP(a, v001, v101); 86 const GLfloat temp11 = LERP(a, v011, v111); 87 const GLfloat temp0 = LERP(b, temp00, temp10); 88 const GLfloat temp1 = LERP( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 384 #define LERP(T, A, B) ( (A) + (T) * ((B) - (A)) ) macro 390 const GLfloat temp0 = LERP(a, v00, v10); 391 const GLfloat temp1 = LERP(a, v01, v11); 392 return LERP(b, temp0, temp1);
|
| H A D | s_texfilter.c | 53 #define LERP(T, A, B) ( (A) + (T) * ((B) - (A)) ) macro 68 const GLfloat temp0 = LERP(a, v00, v10); 69 const GLfloat temp1 = LERP(a, v01, v11); 70 return LERP(b, temp0, temp1); 83 const GLfloat temp00 = LERP(a, v000, v100); 84 const GLfloat temp10 = LERP(a, v010, v110); 85 const GLfloat temp01 = LERP(a, v001, v101); 86 const GLfloat temp11 = LERP(a, v011, v111); 87 const GLfloat temp0 = LERP(b, temp00, temp10); 88 const GLfloat temp1 = LERP( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_dump.c | 222 D3DTOP_TO_STR_CASE(LERP);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_dump.c | 222 D3DTOP_TO_STR_CASE(LERP);
|