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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c59 unsigned temp_vertex_stride; member in struct:draw_vs_variant_generic
108 unsigned stride = vsvg->temp_vertex_stride;
134 unsigned stride = vsvg->temp_vertex_stride;
160 unsigned temp_vertex_stride = vsvg->temp_vertex_stride; local in function:vsvg_run_elts
161 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride );
181 temp_vertex_stride,
182 temp_vertex_stride, NULL);
204 temp_vertex_stride,
229 unsigned temp_vertex_stride local in function:vsvg_run_linear
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c59 unsigned temp_vertex_stride; member in struct:draw_vs_variant_generic
108 unsigned stride = vsvg->temp_vertex_stride;
134 unsigned stride = vsvg->temp_vertex_stride;
160 unsigned temp_vertex_stride = vsvg->temp_vertex_stride; local in function:vsvg_run_elts
161 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride +
182 temp_vertex_stride,
183 temp_vertex_stride, NULL);
205 temp_vertex_stride,
230 unsigned temp_vertex_stride local in function:vsvg_run_linear
[all...]

Completed in 2 milliseconds