brw_array_state Struct Reference

Collaboration diagram for brw_array_state:

Collaboration graph
[legend]

Data Fields

union header_union header
struct {
   union {
      struct {
         unsigned   pitch:11
         unsigned   pad:15
         unsigned   access_type:1
         unsigned   vb_index:5
      }   bits
      unsigned   dword
   }   vb0
   struct pipe_buffer *   buffer
   unsigned   offset
   unsigned   max_index
   unsigned   instance_data_step_rate
vb [17]

Detailed Description

Definition at line 37 of file brw_draw_upload.c.


Field Documentation

union header_union brw_array_state::header [write]

Definition at line 38 of file brw_draw_upload.c.

unsigned brw_array_state::pitch

Definition at line 43 of file brw_draw_upload.c.

unsigned brw_array_state::pad

Definition at line 44 of file brw_draw_upload.c.

unsigned brw_array_state::access_type

Definition at line 45 of file brw_draw_upload.c.

unsigned brw_array_state::vb_index

Definition at line 46 of file brw_draw_upload.c.

struct { ... } ::@37 brw_array_state::bits

unsigned brw_array_state::dword

Definition at line 48 of file brw_draw_upload.c.

union { ... } brw_array_state::vb0

struct pipe_buffer* brw_array_state::buffer [read]

Definition at line 51 of file brw_draw_upload.c.

unsigned brw_array_state::offset

Definition at line 52 of file brw_draw_upload.c.

unsigned brw_array_state::max_index

Definition at line 54 of file brw_draw_upload.c.

unsigned brw_array_state::instance_data_step_rate

Definition at line 55 of file brw_draw_upload.c.

struct { ... } brw_array_state::vb[ 17 ]


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