Home
last modified time | relevance | path

Searched refs:draw_alloc_temp_verts (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_util.c69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) in draw_alloc_temp_verts() function
Ddraw_pipe.h97 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
Ddraw_pipe_cull.c157 if (!draw_alloc_temp_verts( &cull->stage, 0 )) in draw_cull_stage()
Ddraw_pipe_twoside.c184 if (!draw_alloc_temp_verts( &twoside->stage, 3 )) in draw_twoside_stage()
Ddraw_pipe_wide_line.c207 if (!draw_alloc_temp_verts( &wide->stage, 4 )) in draw_wide_line_stage()
Ddraw_pipe_user_cull.c187 if (!draw_alloc_temp_verts( &user_cull->stage, 0 )) in draw_user_cull_stage()
Ddraw_pipe_offset.c247 if (!draw_alloc_temp_verts( &offset->stage, 3 )) in draw_offset_stage()
Ddraw_pipe_stipple.c262 if (!draw_alloc_temp_verts(&stipple->stage, 2)) in draw_stipple_stage()
Ddraw_pipe_unfilled.c293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 )) in draw_unfilled_stage()
Ddraw_pipe_wide_point.c324 if (!draw_alloc_temp_verts( &wide->stage, 4 )) in draw_wide_point_stage()
Ddraw_pipe_flatshade.c328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 )) in draw_flatshade_stage()
Ddraw_pipe_pstipple.c314 if (!draw_alloc_temp_verts( &pstip->stage, 8 )) in draw_pstip_stage()
Ddraw_pipe_aaline.c609 if (!draw_alloc_temp_verts(&aaline->stage, 8)) in draw_aaline_stage()
Ddraw_pipe_aapoint.c713 if (!draw_alloc_temp_verts( &aapoint->stage, 4 )) in draw_aapoint_stage()
Ddraw_pipe_clip.c947 if (!draw_alloc_temp_verts( &clipper->stage, MAX_CLIPPED_VERTICES+1 )) in draw_clip_stage()