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.h298 struct tnl_clipspace_attr struct
300 GLuint attrib; /* which vertex attrib (0=position, etc) */
301 GLuint format;
302 GLuint vertoffset; /* position of the attrib in the vertex struct */
303 GLuint vertattrsize; /* size of the attribute in bytes */
304 GLubyte *inputptr;
305 GLuint inputstride;
306 GLuint inputsize;
307 const tnl_insert_func *insert;
308 tnl_insert_func emit;
[all …]