Home
last modified time | relevance | path

Searched defs:tnl_clipspace_attr (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_context.h299 struct tnl_clipspace_attr struct
301 GLuint attrib; /* which vertex attrib (0=position, etc) */
302 GLuint format;
303 GLuint vertoffset; /* position of the attrib in the vertex struct */
304 GLuint vertattrsize; /* size of the attribute in bytes */
305 GLubyte *inputptr;
306 GLuint inputstride;
307 GLuint inputsize;
308 const tnl_insert_func *insert;
309 tnl_insert_func emit;
[all …]