Go to the source code of this file.
Functions | |
void | brw_emit_point_clip (struct brw_clip_compile *c) |
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 }