
Data Fields | |
| struct pipe_screen * | screen |
| struct pipe_surface * | surface |
| the surface we're caching | |
| void * | surface_map |
| struct pipe_texture * | texture |
| 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_surface * | tex_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 | |
Definition at line 51 of file sp_tile_cache.c.
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] |
Definition at line 55 of file sp_tile_cache.c.
struct pipe_texture* softpipe_tile_cache::texture [read] |
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.
Definition at line 60 of file sp_tile_cache.c.
Definition at line 61 of file sp_tile_cache.c.
struct pipe_surface* softpipe_tile_cache::tex_surf [read] |
Definition at line 64 of file sp_tile_cache.c.
Definition at line 65 of file sp_tile_cache.c.
Definition at line 65 of file sp_tile_cache.c.
Definition at line 65 of file sp_tile_cache.c.
struct softpipe_cached_tile softpipe_tile_cache::tile [read] |
1.5.4