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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 70 struct vertex_info *vinfo_vbuf = &softpipe->vertex_info_vbuf; local
78 vinfo_vbuf->num_attribs = 0;
80 draw_emit_vertex_attr(vinfo_vbuf, EMIT_4F, INTERP_PERSPECTIVE, i);
82 draw_compute_vertex_size(vinfo_vbuf);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 70 struct vertex_info *vinfo_vbuf = &softpipe->vertex_info_vbuf; local
78 vinfo_vbuf->num_attribs = 0;
80 draw_emit_vertex_attr(vinfo_vbuf, EMIT_4F, INTERP_PERSPECTIVE, i);
82 draw_compute_vertex_size(vinfo_vbuf);

Completed in 101 milliseconds