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