softpipe_cached_tile Struct Reference


Data Fields

int x
int y
 pos of tile in window coords
int z
int face
int level
 Extra texture indexes.
union {
   float   color [64][64][4]
   uint   color32 [64][64]
   uint   depth32 [64][64]
   ushort   depth16 [64][64]
   ubyte   stencil8 [64][64]
   ubyte   any [1]
data

Detailed Description

Definition at line 48 of file sp_tile_cache.h.


Field Documentation

int softpipe_cached_tile::x

Definition at line 50 of file sp_tile_cache.h.

int softpipe_cached_tile::y

pos of tile in window coords

Definition at line 50 of file sp_tile_cache.h.

int softpipe_cached_tile::z

Definition at line 51 of file sp_tile_cache.h.

int softpipe_cached_tile::face

Definition at line 51 of file sp_tile_cache.h.

int softpipe_cached_tile::level

Extra texture indexes.

Definition at line 51 of file sp_tile_cache.h.

float softpipe_cached_tile::color[64][64][4]

Definition at line 53 of file sp_tile_cache.h.

uint softpipe_cached_tile::color32[64][64]

Definition at line 54 of file sp_tile_cache.h.

uint softpipe_cached_tile::depth32[64][64]

Definition at line 55 of file sp_tile_cache.h.

ushort softpipe_cached_tile::depth16[64][64]

Definition at line 56 of file sp_tile_cache.h.

ubyte softpipe_cached_tile::stencil8[64][64]

Definition at line 57 of file sp_tile_cache.h.

ubyte softpipe_cached_tile::any[1]

Definition at line 58 of file sp_tile_cache.h.

union { ... } softpipe_cached_tile::data


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:05 2009 for Gallium3D by  doxygen 1.5.4