Searched refs:start_vertex_bias (Results 1 – 3 of 3) sorted by relevance
167 base_vertex_location += brw->vb.start_vertex_bias; in brw_emit_prim()170 start_vertex_location += brw->vb.start_vertex_bias; in brw_emit_prim()224 base_vertex_location += brw->vb.start_vertex_bias; in gen7_emit_prim()227 start_vertex_location += brw->vb.start_vertex_bias; in gen7_emit_prim()
482 brw->vb.start_vertex_bias = 0; in brw_prepare_vertices()485 brw->vb.start_vertex_bias = -delta; in brw_prepare_vertices()556 brw->vb.start_vertex_bias += delta; in brw_prepare_vertices()
774 unsigned int start_vertex_bias; member