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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.h 79 extern const struct tnl_format_info _tnl_format_info[EMIT_MAX];
t_vertex.c 334 vtx->attr[j].insert = _tnl_format_info[format].insert;
335 vtx->attr[j].extract = _tnl_format_info[format].extract;
336 vtx->attr[j].vertattrsize = _tnl_format_info[format].attrsize;
343 _tnl_format_info[format].name, (void *)vp,
346 offset += _tnl_format_info[format].attrsize;
t_vertex_generic.c 762 const struct tnl_format_info _tnl_format_info[EMIT_MAX] = variable in typeref:struct:tnl_format_info
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 79 extern const struct tnl_format_info _tnl_format_info[EMIT_MAX];
t_vertex.c 334 vtx->attr[j].insert = _tnl_format_info[format].insert;
335 vtx->attr[j].extract = _tnl_format_info[format].extract;
336 vtx->attr[j].vertattrsize = _tnl_format_info[format].attrsize;
343 _tnl_format_info[format].name, (void *)vp,
346 offset += _tnl_format_info[format].attrsize;
t_vertex_generic.c 762 const struct tnl_format_info _tnl_format_info[EMIT_MAX] = variable in typeref:struct:tnl_format_info
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_render.c 66 .offset = _tnl_format_info[emit].attrsize,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_render.c 66 .offset = _tnl_format_info[emit].attrsize,

Completed in 431 milliseconds