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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.c 156 int start_vertex_location; local
162 start_vertex_location = prim->start;
166 start_vertex_location += brw->ib.start_vertex_offset;
170 start_vertex_location += brw->vb.start_vertex_bias;
193 OUT_BATCH(start_vertex_location);
213 int start_vertex_location; local
219 start_vertex_location = prim->start;
223 start_vertex_location += brw->ib.start_vertex_offset;
227 start_vertex_location += brw->vb.start_vertex_bias;
249 OUT_BATCH(start_vertex_location);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 156 int start_vertex_location; local
162 start_vertex_location = prim->start;
166 start_vertex_location += brw->ib.start_vertex_offset;
170 start_vertex_location += brw->vb.start_vertex_bias;
193 OUT_BATCH(start_vertex_location);
213 int start_vertex_location; local
219 start_vertex_location = prim->start;
223 start_vertex_location += brw->ib.start_vertex_offset;
227 start_vertex_location += brw->vb.start_vertex_bias;
249 OUT_BATCH(start_vertex_location);
    [all...]

Completed in 655 milliseconds