Go to the source code of this file.
Data Structures |
| struct | qword |
Defines |
| #define | TAPI |
| #define | TAPIENTRY |
| #define | Q_MOV32(a, b) a.lo = b |
| #define | Q_OR32(a, b) a.lo |= b |
| #define | Q_SHL(a, c) |
| #define | RCOMP 0 |
| #define | GCOMP 1 |
| #define | BCOMP 2 |
| #define | ACOMP 3 |
| #define | F(i) (float)1 /* can be used to obtain an oblong metric: 0.30 / 0.59 / 0.11 */ |
| #define | SAFECDOT 1 /* for paranoids */ |
| #define | MAKEIVEC(NV, NC, IV, B, V0, V1) |
| #define | CALCCDOT(TEXEL, NV, NC, IV, B, V) |
Functions |
| void | _mesa_upscale_teximage2d (unsigned int inWidth, unsigned int inHeight, unsigned int outWidth, unsigned int outHeight, unsigned int comps, const byte *src, int srcRowStride, unsigned char *dest) |