Searched defs:base_vertex_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c157 int base_vertex_location; local
163 base_vertex_location = prim->basevertex;
167 base_vertex_location += brw->vb.start_vertex_bias;
196 OUT_BATCH(base_vertex_location);
214 int base_vertex_location; local
220 base_vertex_location = prim->basevertex;
224 base_vertex_location += brw->vb.start_vertex_bias;
252 OUT_BATCH(base_vertex_location);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c157 int base_vertex_location; local
163 base_vertex_location = prim->basevertex;
167 base_vertex_location += brw->vb.start_vertex_bias;
196 OUT_BATCH(base_vertex_location);
214 int base_vertex_location; local
220 base_vertex_location = prim->basevertex;
224 base_vertex_location += brw->vb.start_vertex_bias;
252 OUT_BATCH(base_vertex_location);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h724 int base_vertex_location)
735 info.index_bias = base_vertex_location;
775 int base_vertex_location,
787 info.index_bias = base_vertex_location;
721 DrawIndexed( unsigned index_count, unsigned start_index_location, int base_vertex_location) argument
771 DrawIndexedInstanced( unsigned index_countPerInstance, unsigned instance_count, unsigned start_index_location, int base_vertex_location, unsigned start_instance_location) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h724 int base_vertex_location)
735 info.index_bias = base_vertex_location;
775 int base_vertex_location,
787 info.index_bias = base_vertex_location;
721 DrawIndexed( unsigned index_count, unsigned start_index_location, int base_vertex_location) argument
771 DrawIndexedInstanced( unsigned index_countPerInstance, unsigned instance_count, unsigned start_index_location, int base_vertex_location, unsigned start_instance_location) argument

Completed in 108 milliseconds