Searched refs:draw_alloc_temp_verts (Results 1 - 25 of 29) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe.h | 96 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
|
| H A D | draw_pipe_util.c | 69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) function in typeref:typename:boolean
|
| H A D | draw_pipe_twoside.c | 184 if (!draw_alloc_temp_verts( &twoside->stage, 3 ))
|
| H A D | draw_pipe_cull.c | 282 if (!draw_alloc_temp_verts( &cull->stage, 0 ))
|
| H A D | draw_pipe_offset.c | 247 if (!draw_alloc_temp_verts( &offset->stage, 3 ))
|
| H A D | draw_pipe_stipple.c | 262 if (!draw_alloc_temp_verts(&stipple->stage, 2))
|
| H A D | draw_pipe_unfilled.c | 293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 ))
|
| H A D | draw_pipe_wide_line.c | 207 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
|
| H A D | draw_pipe_wide_point.c | 324 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
|
| H A D | draw_pipe_flatshade.c | 328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 ))
|
| H A D | draw_pipe_pstipple.c | 304 if (!draw_alloc_temp_verts( &pstip->stage, 8 ))
|
| H A D | draw_pipe_aaline.c | 577 if (!draw_alloc_temp_verts(&aaline->stage, 8))
|
| H A D | draw_pipe_aapoint.c | 678 if (!draw_alloc_temp_verts( &aapoint->stage, 4 ))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe.h | 97 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
|
| H A D | draw_pipe_util.c | 69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) function in typeref:typename:boolean
|
| H A D | draw_pipe_cull.c | 157 if (!draw_alloc_temp_verts( &cull->stage, 0 ))
|
| H A D | draw_pipe_twoside.c | 184 if (!draw_alloc_temp_verts( &twoside->stage, 3 ))
|
| H A D | draw_pipe_user_cull.c | 187 if (!draw_alloc_temp_verts( &user_cull->stage, 0 ))
|
| H A D | draw_pipe_offset.c | 247 if (!draw_alloc_temp_verts( &offset->stage, 3 ))
|
| H A D | draw_pipe_stipple.c | 262 if (!draw_alloc_temp_verts(&stipple->stage, 2))
|
| H A D | draw_pipe_unfilled.c | 293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 ))
|
| H A D | draw_pipe_wide_line.c | 207 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
|
| H A D | draw_pipe_wide_point.c | 324 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
|
| H A D | draw_pipe_flatshade.c | 328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 ))
|
| H A D | draw_pipe_pstipple.c | 315 if (!draw_alloc_temp_verts( &pstip->stage, 8 ))
|
Completed in 20 milliseconds
12