Data Fields | |
| ushort | us [TILE_SIZE][TILE_SIZE] |
| uint | ui [TILE_SIZE][TILE_SIZE] |
| vector unsigned short | us8 [TILE_SIZE/2][TILE_SIZE/4] |
| vector unsigned int | ui4 [TILE_SIZE/2][TILE_SIZE/2] |
The data may be addressed through several different types.
Definition at line 48 of file spu_main.h.
| ushort tile_t::us[TILE_SIZE][TILE_SIZE] |
Definition at line 49 of file spu_main.h.
| uint tile_t::ui[TILE_SIZE][TILE_SIZE] |
Definition at line 50 of file spu_main.h.
| vector unsigned short tile_t::us8[TILE_SIZE/2][TILE_SIZE/4] |
Definition at line 51 of file spu_main.h.
| vector unsigned int tile_t::ui4[TILE_SIZE/2][TILE_SIZE/2] |
Definition at line 52 of file spu_main.h.
1.5.4