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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 68 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->attr[i].stride = vtx->attr[i].inputstride
    [all...]
t_context.h 381 struct tnl_clipspace_fastpath *fastpath; member in struct:tnl_clipspace
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 68 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->attr[i].stride = vtx->attr[i].inputstride
    [all...]
t_context.h 381 struct tnl_clipspace_fastpath *fastpath; member in struct:tnl_clipspace

Completed in 47 milliseconds