Searched refs:reset_stipple_counter (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_feedback.c67 GLboolean reset_stipple_counter; member in struct:feedback_stage
138 if (fs->reset_stipple_counter) {
140 fs->reset_stipple_counter = GL_FALSE;
171 fs->reset_stipple_counter = GL_TRUE;
195 fs->stage.reset_stipple_counter = feedback_reset_stipple_counter;
268 fs->stage.reset_stipple_counter = select_reset_stipple_counter;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_feedback.c67 GLboolean reset_stipple_counter; member in struct:feedback_stage
139 if (fs->reset_stipple_counter) {
141 fs->reset_stipple_counter = GL_FALSE;
172 fs->reset_stipple_counter = GL_TRUE;
196 fs->stage.reset_stipple_counter = feedback_reset_stipple_counter;
269 fs->stage.reset_stipple_counter = select_reset_stipple_counter;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_prim_emit.c197 static void reset_stipple_counter( struct draw_stage *stage ) function in typeref:typename:void
221 setup->stage.reset_stipple_counter = reset_stipple_counter;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_prim_emit.c181 reset_stipple_counter(struct draw_stage *stage) function in typeref:typename:void
206 setup->stage.reset_stipple_counter = reset_stipple_counter;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c127 stage->next->reset_stipple_counter( stage->next );
154 cull->stage.reset_stipple_counter = cull_reset_stipple_counter;
H A Ddraw_pipe_stipple.c186 reset_stipple_counter(struct draw_stage *stage) function in typeref:typename:void
190 stage->next->reset_stipple_counter(stage->next);
258 stipple->stage.reset_stipple_counter = reset_stipple_counter;
H A Ddraw_pipe_twoside.c154 stage->next->reset_stipple_counter( stage->next );
181 twoside->stage.reset_stipple_counter = twoside_reset_stipple_counter;
H A Ddraw_pipe_user_cull.c159 stage->next->reset_stipple_counter( stage->next );
184 user_cull->stage.reset_stipple_counter = user_cull_reset_stipple_counter;
H A Ddraw_pipe.h78 void (*reset_stipple_counter)( struct draw_stage * ); member in struct:draw_stage
H A Ddraw_pipe_unfilled.c142 * bother about all the calling through reset_stipple_counter
145 * using vbuf (vbuf stage reset_stipple_counter does nothing).
147 stage->next->reset_stipple_counter(stage->next);
237 stage->next->reset_stipple_counter( stage->next );
288 unfilled->stage.reset_stipple_counter = unfilled_reset_stipple_counter;
H A Ddraw_pipe_offset.c217 stage->next->reset_stipple_counter( stage->next );
244 offset->stage.reset_stipple_counter = offset_reset_stipple_counter;
H A Ddraw_pipe_validate.c312 pipeline->reset_stipple_counter( pipeline );
347 stage->reset_stipple_counter = validate_reset_stipple_counter;
H A Ddraw_pipe_wide_line.c180 stage->next->reset_stipple_counter( stage->next );
204 wide->stage.reset_stipple_counter = wideline_reset_stipple_counter;
H A Ddraw_pipe_wide_point.c297 stage->next->reset_stipple_counter( stage->next );
321 wide->stage.reset_stipple_counter = widepoint_reset_stipple_counter;
H A Ddraw_pipe_flatshade.c298 stage->next->reset_stipple_counter( stage->next );
325 flatshade->stage.reset_stipple_counter = flatshade_reset_stipple_counter;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c186 reset_stipple_counter(struct draw_stage *stage) function in typeref:typename:void
190 stage->next->reset_stipple_counter(stage->next);
258 stipple->stage.reset_stipple_counter = reset_stipple_counter;
H A Ddraw_pipe_twoside.c154 stage->next->reset_stipple_counter( stage->next );
181 twoside->stage.reset_stipple_counter = twoside_reset_stipple_counter;
H A Ddraw_pipe.h78 void (*reset_stipple_counter)( struct draw_stage * ); member in struct:draw_stage
H A Ddraw_pipe_unfilled.c142 * bother about all the calling through reset_stipple_counter
145 * using vbuf (vbuf stage reset_stipple_counter does nothing).
147 stage->next->reset_stipple_counter(stage->next);
237 stage->next->reset_stipple_counter( stage->next );
288 unfilled->stage.reset_stipple_counter = unfilled_reset_stipple_counter;
H A Ddraw_pipe_cull.c252 stage->next->reset_stipple_counter( stage->next );
279 cull->stage.reset_stipple_counter = cull_reset_stipple_counter;
H A Ddraw_pipe_offset.c217 stage->next->reset_stipple_counter( stage->next );
244 offset->stage.reset_stipple_counter = offset_reset_stipple_counter;
H A Ddraw_pipe_validate.c305 pipeline->reset_stipple_counter( pipeline );
340 stage->reset_stipple_counter = validate_reset_stipple_counter;
H A Ddraw_pipe_wide_line.c180 stage->next->reset_stipple_counter( stage->next );
204 wide->stage.reset_stipple_counter = wideline_reset_stipple_counter;
H A Ddraw_pipe_wide_point.c297 stage->next->reset_stipple_counter( stage->next );
321 wide->stage.reset_stipple_counter = widepoint_reset_stipple_counter;
H A Ddraw_pipe_flatshade.c298 stage->next->reset_stipple_counter( stage->next );
325 flatshade->stage.reset_stipple_counter = flatshade_reset_stipple_counter;

Completed in 12 milliseconds

12