brw_clip_point.c File Reference

Include dependency graph for brw_clip_point.c:

Go to the source code of this file.

Functions

void brw_emit_point_clip (struct brw_clip_compile *c)


Function Documentation

void brw_emit_point_clip ( struct brw_clip_compile c  ) 

Definition at line 41 of file brw_clip_point.c.

References brw_clip_kill_thread(), and brw_clip_tri_alloc_regs().

00042 {
00043    /* Send an empty message to kill the thread:
00044     */
00045    brw_clip_tri_alloc_regs(c, 0);
00046    brw_clip_kill_thread(c);
00047 }


Generated on Tue Sep 29 06:25:36 2009 for Gallium3D by  doxygen 1.5.4