Linux Kernel
3.7.1
|
#include <r128_drm.h>
Data Fields | |
drm_r128_context_regs_t | context_state |
drm_r128_texture_regs_t | tex_state [R128_MAX_TEXTURE_UNITS] |
unsigned int | dirty |
unsigned int | vertsize |
unsigned int | vc_format |
struct drm_clip_rect | boxes [R128_NR_SAREA_CLIPRECTS] |
unsigned int | nbox |
unsigned int | last_frame |
unsigned int | last_dispatch |
struct drm_tex_region | tex_list [R128_NR_TEX_HEAPS][R128_NR_TEX_REGIONS+1] |
unsigned int | tex_age [R128_NR_TEX_HEAPS] |
int | ctx_owner |
int | pfAllowPageFlip |
int | pfCurrentPage |
Definition at line 144 of file r128_drm.h.
Definition at line 156 of file r128_drm.h.
drm_r128_context_regs_t context_state |
Definition at line 148 of file r128_drm.h.
int ctx_owner |
Definition at line 166 of file r128_drm.h.
unsigned int dirty |
Definition at line 150 of file r128_drm.h.
unsigned int last_dispatch |
Definition at line 162 of file r128_drm.h.
unsigned int last_frame |
Definition at line 161 of file r128_drm.h.
unsigned int nbox |
Definition at line 157 of file r128_drm.h.
int pfAllowPageFlip |
Definition at line 167 of file r128_drm.h.
int pfCurrentPage |
Definition at line 168 of file r128_drm.h.
unsigned int tex_age[R128_NR_TEX_HEAPS] |
Definition at line 165 of file r128_drm.h.
struct drm_tex_region tex_list[R128_NR_TEX_HEAPS][R128_NR_TEX_REGIONS+1] |
Definition at line 164 of file r128_drm.h.
drm_r128_texture_regs_t tex_state[R128_MAX_TEXTURE_UNITS] |
Definition at line 149 of file r128_drm.h.
unsigned int vc_format |
Definition at line 152 of file r128_drm.h.
unsigned int vertsize |
Definition at line 151 of file r128_drm.h.