Searched defs:fastpath (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.c68 struct tnl_clipspace_fastpath *fp = vtx->fastpath;
83 struct tnl_clipspace_fastpath *fastpath = CALLOC_STRUCT(tnl_clipspace_fastpath); local
86 fastpath->vertex_size = vtx->vertex_size;
87 fastpath->attr_count = vtx->attr_count;
88 fastpath->match_strides = match_strides;
89 fastpath->func = vtx->emit;
90 fastpath->attr = (struct tnl_attr_type *)
91 malloc(vtx->attr_count * sizeof(fastpath->attr[0]));
94 fastpath->attr[i].format = vtx->attr[i].format;
95 fastpath
[all...]
H A Dt_context.h381 struct tnl_clipspace_fastpath *fastpath; member in struct:tnl_clipspace

Completed in 146 milliseconds