Lines Matching defs:vertex_t
104 struct vertex_t { struct
105 enum {
135 union {
139 vec4_t clip;
141 uint32_t flags;
142 size_t index; // cache tag, and vertex index
143 GLfixed fog;
144 uint8_t locked;
145 uint8_t mru;
146 uint8_t reserved[2];
147 vec4_t window;
149 vec4_t color;
150 vec4_t texture[GGL_TEXTURE_UNIT_COUNT];
152 uint32_t reserved1[2];
154 uint32_t reserved1[4];
157 inline void clear() { in clear()