Data Fields | |
void * | color_start |
addr of color surface in main memory | |
void * | depth_start |
addr of depth surface in main memory | |
enum pipe_format | color_format |
enum pipe_format | depth_format |
uint | width |
uint | height |
size in pixels | |
uint | width_tiles |
uint | height_tiles |
width and height in tiles | |
uint | color_clear_value |
uint | depth_clear_value |
uint | zsize |
0, 2 or 4 bytes per Z | |
float | zscale |
65535.0, 2^24-1 or 2^32-1 |
Definition at line 84 of file spu_main.h.
Definition at line 88 of file spu_main.h.
Definition at line 89 of file spu_main.h.
Definition at line 90 of file spu_main.h.
Definition at line 91 of file spu_main.h.
Definition at line 93 of file spu_main.h.
Definition at line 94 of file spu_main.h.
float spu_framebuffer::zscale |