spu_framebuffer Struct Reference


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

Detailed Description

Definition at line 84 of file spu_main.h.


Field Documentation

void* spu_framebuffer::color_start

addr of color surface in main memory

Definition at line 86 of file spu_main.h.

void* spu_framebuffer::depth_start

addr of depth surface in main memory

Definition at line 87 of file spu_main.h.

enum pipe_format spu_framebuffer::color_format

Definition at line 88 of file spu_main.h.

enum pipe_format spu_framebuffer::depth_format

Definition at line 89 of file spu_main.h.

uint spu_framebuffer::width

Definition at line 90 of file spu_main.h.

uint spu_framebuffer::height

size in pixels

Definition at line 90 of file spu_main.h.

uint spu_framebuffer::width_tiles

Definition at line 91 of file spu_main.h.

uint spu_framebuffer::height_tiles

width and height in tiles

Definition at line 91 of file spu_main.h.

uint spu_framebuffer::color_clear_value

Definition at line 93 of file spu_main.h.

uint spu_framebuffer::depth_clear_value

Definition at line 94 of file spu_main.h.

uint spu_framebuffer::zsize

0, 2 or 4 bytes per Z

Definition at line 96 of file spu_main.h.

float spu_framebuffer::zscale

65535.0, 2^24-1 or 2^32-1

Definition at line 97 of file spu_main.h.


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