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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c173 int start_vertex_location = prim->start; local in function:brw_emit_prim
180 start_vertex_location += brw->ib.start_vertex_offset;
186 start_vertex_location += brw->vb.start_vertex_bias;
269 OUT_BATCH(start_vertex_location);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c177 int start_vertex_location = prim->start; local in function:brw_emit_prim
184 start_vertex_location += brw->ib.start_vertex_offset;
190 start_vertex_location += brw->vb.start_vertex_bias;
273 OUT_BATCH(start_vertex_location);

Completed in 5 milliseconds