Home
last modified time | relevance | path

Searched refs:start_vertex_location (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c156 int start_vertex_location; in brw_emit_prim() local
162 start_vertex_location = prim->start; in brw_emit_prim()
166 start_vertex_location += brw->ib.start_vertex_offset; in brw_emit_prim()
170 start_vertex_location += brw->vb.start_vertex_bias; in brw_emit_prim()
193 OUT_BATCH(start_vertex_location); in brw_emit_prim()
213 int start_vertex_location; in gen7_emit_prim() local
219 start_vertex_location = prim->start; in gen7_emit_prim()
223 start_vertex_location += brw->ib.start_vertex_offset; in gen7_emit_prim()
227 start_vertex_location += brw->vb.start_vertex_bias; in gen7_emit_prim()
249 OUT_BATCH(start_vertex_location); in gen7_emit_prim()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h749 unsigned start_vertex_location) in Draw()
759 info.start = start_vertex_location; in Draw()
802 unsigned start_vertex_location, in DrawInstanced()
813 info.start = start_vertex_location; in DrawInstanced()