Data Fields | |
struct header | header |
struct { | |
unsigned pattern:16 | |
unsigned pad:16 | |
} | bits0 |
struct { | |
unsigned repeat_count:9 | |
unsigned pad:7 | |
unsigned inverse_repeat_count:16 | |
} | bits1 |
Definition at line 219 of file brw_structs.h.
struct header brw_line_stipple::header [read] |
Definition at line 221 of file brw_structs.h.
unsigned brw_line_stipple::pattern |
Definition at line 225 of file brw_structs.h.
unsigned brw_line_stipple::pad |
Definition at line 226 of file brw_structs.h.
struct { ... } brw_line_stipple::bits0 |
unsigned brw_line_stipple::repeat_count |
Definition at line 231 of file brw_structs.h.
Definition at line 233 of file brw_structs.h.
struct { ... } brw_line_stipple::bits1 |