PowerVR texture formats
More...
PowerVR texture formats
These are the texture formats that the PVR supports. Note that some of these, you can OR together with other values.
◆ PVR_TXRFMT_4BPP_PAL
#define PVR_TXRFMT_4BPP_PAL |
( |
| x | ) |
((x) << 21) |
4BPP palette selector
- Parameters
-
◆ PVR_TXRFMT_8BPP_PAL
#define PVR_TXRFMT_8BPP_PAL |
( |
| x | ) |
((x) << 25) |
8BPP palette selector
- Parameters
-
◆ PVR_TXRFMT_ARGB1555
#define PVR_TXRFMT_ARGB1555 (0 << 27) |
◆ PVR_TXRFMT_ARGB4444
#define PVR_TXRFMT_ARGB4444 (2 << 27) |
◆ PVR_TXRFMT_BUMP
#define PVR_TXRFMT_BUMP (4 << 27) |
◆ PVR_TXRFMT_NONE
#define PVR_TXRFMT_NONE 0 |
◆ PVR_TXRFMT_NONTWIDDLED
#define PVR_TXRFMT_NONTWIDDLED (1 << 26) |
◆ PVR_TXRFMT_NOSTRIDE
◆ PVR_TXRFMT_PAL4BPP
#define PVR_TXRFMT_PAL4BPP (5 << 27) |
◆ PVR_TXRFMT_PAL8BPP
#define PVR_TXRFMT_PAL8BPP (6 << 27) |
◆ PVR_TXRFMT_POW2_STRIDE
#define PVR_TXRFMT_POW2_STRIDE (0 << 25) |
Stride is a power-of-two.
◆ PVR_TXRFMT_RGB565
#define PVR_TXRFMT_RGB565 (1 << 27) |
◆ PVR_TXRFMT_STRIDE
◆ PVR_TXRFMT_TWIDDLED
#define PVR_TXRFMT_TWIDDLED (0 << 26) |
◆ PVR_TXRFMT_VQ_DISABLE
#define PVR_TXRFMT_VQ_DISABLE (0 << 30) |
◆ PVR_TXRFMT_VQ_ENABLE
#define PVR_TXRFMT_VQ_ENABLE (1 << 30) |
◆ PVR_TXRFMT_X32_STRIDE
#define PVR_TXRFMT_X32_STRIDE (1 << 25) |
Stride is multiple of 32.
◆ PVR_TXRFMT_YUV422
#define PVR_TXRFMT_YUV422 (3 << 27) |