Searched refs:do_point (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe.c | 115 static void do_point( struct draw_context *draw, function in typeref:typename:void 194 do_point( draw, verts + stride * (i0) ); \ 293 do_point( draw, verts + stride * (i0) )
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe.c | 119 static void do_point( struct draw_context *draw, function in typeref:typename:void 198 do_point( draw, verts + stride * (i0) ); \ 297 do_point( draw, verts + stride * (i0) )
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/ |
| H A D | u_indices_gen.py | 146 def do_point( intype, outtype, ptr, v0 ): function 215 do_point( intype, outtype, 'out+j', 'i' );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/ |
| H A D | u_indices_gen.py | 144 def do_point( intype, outtype, ptr, v0 ): function 230 do_point( intype, outtype, 'out+j', 'i' );
|
Completed in 5 milliseconds