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

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_state.c3265 update_vertex_buffers_sw(struct NineDevice9 *device, int start_vertice, int num_vertices) argument
3292 u_box_1d(vtxbuf.buffer_offset + offset + start_vertice * vtxbuf.stride,
3473 int start_vertice, int num_vertices, struct pipe_stream_output_info *so)
3485 update_vertex_buffers_sw(device, start_vertice, num_vertices);
3472 nine_state_prepare_draw_sw(struct NineDevice9 *device, struct NineVertexDeclaration9 *vdecl_out, int start_vertice, int num_vertices, struct pipe_stream_output_info *so) argument

Completed in 110 milliseconds