Searched refs:start_vertex_location (Results 1 – 2 of 2) sorted by relevance
156 int start_vertex_location; in brw_emit_prim() local162 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() local219 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()
749 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()