Searched refs:draw_alloc_temp_verts (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_util.c | 69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) in draw_alloc_temp_verts() function
|
D | draw_pipe.h | 97 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
|
D | draw_pipe_cull.c | 157 if (!draw_alloc_temp_verts( &cull->stage, 0 )) in draw_cull_stage()
|
D | draw_pipe_wide_line.c | 207 if (!draw_alloc_temp_verts( &wide->stage, 4 )) in draw_wide_line_stage()
|
D | draw_pipe_twoside.c | 184 if (!draw_alloc_temp_verts( &twoside->stage, 3 )) in draw_twoside_stage()
|
D | draw_pipe_user_cull.c | 187 if (!draw_alloc_temp_verts( &user_cull->stage, 0 )) in draw_user_cull_stage()
|
D | draw_pipe_offset.c | 247 if (!draw_alloc_temp_verts( &offset->stage, 3 )) in draw_offset_stage()
|
D | draw_pipe_stipple.c | 262 if (!draw_alloc_temp_verts(&stipple->stage, 2)) in draw_stipple_stage()
|
D | draw_pipe_unfilled.c | 293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 )) in draw_unfilled_stage()
|
D | draw_pipe_wide_point.c | 324 if (!draw_alloc_temp_verts( &wide->stage, 4 )) in draw_wide_point_stage()
|
D | draw_pipe_flatshade.c | 328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 )) in draw_flatshade_stage()
|
D | draw_pipe_pstipple.c | 314 if (!draw_alloc_temp_verts( &pstip->stage, 8 )) in draw_pstip_stage()
|
D | draw_pipe_aaline.c | 609 if (!draw_alloc_temp_verts(&aaline->stage, 8)) in draw_aaline_stage()
|
D | draw_pipe_aapoint.c | 713 if (!draw_alloc_temp_verts( &aapoint->stage, 4 )) in draw_aapoint_stage()
|
D | draw_pipe_clip.c | 947 if (!draw_alloc_temp_verts( &clipper->stage, MAX_CLIPPED_VERTICES+1 )) in draw_clip_stage()
|