Lines Matching defs:vertex_t
103 struct vertex_t { struct
104 enum {
134 union {
138 vec4_t clip;
140 uint32_t flags;
141 size_t index; // cache tag, and vertex index
142 GLfixed fog;
143 uint8_t locked;
144 uint8_t mru;
145 uint8_t reserved[2];
146 vec4_t window;
148 vec4_t color;
149 vec4_t texture[GGL_TEXTURE_UNIT_COUNT];
151 uint32_t reserved1[2];
153 uint32_t reserved1[4];
156 inline void clear() { in clear()