Searched defs: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
230 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride ); local in function:vsvg_run_linear
[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
231 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride + local in function:vsvg_run_linear
[all...]

Completed in 5 milliseconds