softpipe_tile_cache Struct Reference

Collaboration diagram for softpipe_tile_cache:

Collaboration graph
[legend]

Data Fields

struct pipe_screenscreen
struct pipe_surfacesurface
 the surface we're caching
void * surface_map
struct pipe_texturetexture
 if caching a texture
struct softpipe_cached_tile entries [50]
uint clear_flags [(2048/64)*(2048/64)/32]
float clear_color [4]
uint clear_val
boolean depth_stencil
struct pipe_surfacetex_surf
 Is the surface a depth/stencil format?
void * tex_surf_map
int tex_face
int tex_level
int tex_z
struct softpipe_cached_tile tile
 scratch tile for clears

Detailed Description

Definition at line 51 of file sp_tile_cache.c.


Field Documentation

struct pipe_screen* softpipe_tile_cache::screen [read]

Definition at line 53 of file sp_tile_cache.c.

struct pipe_surface* softpipe_tile_cache::surface [read]

the surface we're caching

Definition at line 54 of file sp_tile_cache.c.

void* softpipe_tile_cache::surface_map

Definition at line 55 of file sp_tile_cache.c.

struct pipe_texture* softpipe_tile_cache::texture [read]

if caching a texture

Definition at line 56 of file sp_tile_cache.c.

struct softpipe_cached_tile softpipe_tile_cache::entries[50] [read]

Definition at line 57 of file sp_tile_cache.c.

uint softpipe_tile_cache::clear_flags[(2048/64)*(2048/64)/32]

Definition at line 58 of file sp_tile_cache.c.

float softpipe_tile_cache::clear_color[4]

Definition at line 59 of file sp_tile_cache.c.

uint softpipe_tile_cache::clear_val

Definition at line 60 of file sp_tile_cache.c.

boolean softpipe_tile_cache::depth_stencil

Definition at line 61 of file sp_tile_cache.c.

struct pipe_surface* softpipe_tile_cache::tex_surf [read]

Is the surface a depth/stencil format?

Definition at line 63 of file sp_tile_cache.c.

void* softpipe_tile_cache::tex_surf_map

Definition at line 64 of file sp_tile_cache.c.

int softpipe_tile_cache::tex_face

Definition at line 65 of file sp_tile_cache.c.

int softpipe_tile_cache::tex_level

Definition at line 65 of file sp_tile_cache.c.

int softpipe_tile_cache::tex_z

Definition at line 65 of file sp_tile_cache.c.

struct softpipe_cached_tile softpipe_tile_cache::tile [read]

scratch tile for clears

Definition at line 67 of file sp_tile_cache.c.


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