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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h 116 struct vertex_info vertex_info_vbuf; member in struct:softpipe_context
sp_state_derived.c 70 struct vertex_info *vinfo_vbuf = &softpipe->vertex_info_vbuf;
169 return &softpipe->vertex_info_vbuf;
sp_prim_vbuf.c 164 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float);
361 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 116 struct vertex_info vertex_info_vbuf; member in struct:softpipe_context
sp_state_derived.c 70 struct vertex_info *vinfo_vbuf = &softpipe->vertex_info_vbuf;
169 return &softpipe->vertex_info_vbuf;
sp_prim_vbuf.c 164 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float);
361 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float);

Completed in 84 milliseconds