HomeSort by relevance Sort by last modified time
    Searched defs:brw_clip_compile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.h 72 struct brw_clip_compile { struct
121 static inline bool brw_clip_have_vert_result(struct brw_clip_compile *c,
130 void brw_emit_unfilled_clip( struct brw_clip_compile *c );
131 void brw_emit_tri_clip( struct brw_clip_compile *c );
132 void brw_emit_line_clip( struct brw_clip_compile *c );
133 void brw_emit_point_clip( struct brw_clip_compile *c );
137 void brw_clip_tri_init_vertices( struct brw_clip_compile *c );
138 void brw_clip_tri_flat_shade( struct brw_clip_compile *c );
139 void brw_clip_tri( struct brw_clip_compile *c );
140 void brw_clip_tri_emit_polygon( struct brw_clip_compile *c )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 72 struct brw_clip_compile { struct
121 static inline bool brw_clip_have_vert_result(struct brw_clip_compile *c,
130 void brw_emit_unfilled_clip( struct brw_clip_compile *c );
131 void brw_emit_tri_clip( struct brw_clip_compile *c );
132 void brw_emit_line_clip( struct brw_clip_compile *c );
133 void brw_emit_point_clip( struct brw_clip_compile *c );
137 void brw_clip_tri_init_vertices( struct brw_clip_compile *c );
138 void brw_clip_tri_flat_shade( struct brw_clip_compile *c );
139 void brw_clip_tri( struct brw_clip_compile *c );
140 void brw_clip_tri_emit_polygon( struct brw_clip_compile *c )
    [all...]

Completed in 72 milliseconds