HomeSort by relevance Sort by last modified time
    Searched refs:tnl_clipspace_attr (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 49 static inline void insert_4f_viewport_4( const struct tnl_clipspace_attr *a, GLubyte *v,
61 static inline void insert_4f_viewport_3( const struct tnl_clipspace_attr *a, GLubyte *v,
73 static inline void insert_4f_viewport_2( const struct tnl_clipspace_attr *a, GLubyte *v,
85 static inline void insert_4f_viewport_1( const struct tnl_clipspace_attr *a, GLubyte *v,
97 static inline void insert_3f_viewport_3( const struct tnl_clipspace_attr *a, GLubyte *v,
108 static inline void insert_3f_viewport_2( const struct tnl_clipspace_attr *a, GLubyte *v,
119 static inline void insert_3f_viewport_1( const struct tnl_clipspace_attr *a, GLubyte *v,
130 static inline void insert_2f_viewport_2( const struct tnl_clipspace_attr *a, GLubyte *v,
140 static inline void insert_2f_viewport_1( const struct tnl_clipspace_attr *a, GLubyte *v,
155 static inline void insert_4f_4( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in
    [all...]
t_context.h 280 struct tnl_clipspace_attr;
282 typedef void (*tnl_extract_func)( const struct tnl_clipspace_attr *a,
286 typedef void (*tnl_insert_func)( const struct tnl_clipspace_attr *a,
299 struct tnl_clipspace_attr struct
366 struct tnl_clipspace_attr attr[_TNL_ATTRIB_MAX];
t_vertex.c 123 struct tnl_clipspace_attr *a = vtx->attr;
234 const struct tnl_clipspace_attr *a = vtx->attr;
265 const struct tnl_clipspace_attr *a = vtx->attr;
400 struct tnl_clipspace_attr *a = vtx->attr;
415 struct tnl_clipspace_attr *a = vtx->attr;
t_vertex_sse.c 307 struct tnl_clipspace_attr *a )
320 struct tnl_clipspace_attr *a )
407 struct tnl_clipspace_attr *a = &vtx->attr[j];
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 172 struct tnl_clipspace_attr *ta = &vtx->attr[i];

Completed in 198 milliseconds