HomeSort by relevance Sort by last modified time
    Searched refs:start_vertex_location (Results 1 - 4 of 4) 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 749 unsigned start_vertex_location)
759 info.start = start_vertex_location;
802 unsigned start_vertex_location,
813 info.start = start_vertex_location;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 749 unsigned start_vertex_location)
759 info.start = start_vertex_location;
802 unsigned start_vertex_location,
813 info.start = start_vertex_location;
    [all...]

Completed in 1603 milliseconds