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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c161 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride ); local in function:vsvg_run_elts
173 temp_buffer );
176 temp_buffer,
177 temp_buffer,
192 temp_buffer );
197 temp_buffer );
203 temp_buffer,
219 FREE(temp_buffer);
230 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride ); local in function:vsvg_run_linear
241 temp_buffer );
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c161 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride + local in function:vsvg_run_elts
174 temp_buffer );
177 temp_buffer,
178 temp_buffer,
193 temp_buffer );
198 temp_buffer );
204 temp_buffer,
220 FREE(temp_buffer);
231 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride + local in function:vsvg_run_linear
243 temp_buffer );
[all...]

Completed in 3 milliseconds