Searched refs:brw_sf_compile (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_sf.h | 60 struct brw_sf_compile { struct 101 void brw_emit_tri_setup( struct brw_sf_compile *c, bool allocate ); argument 102 void brw_emit_line_setup( struct brw_sf_compile *c, bool allocate ); 103 void brw_emit_point_setup( struct brw_sf_compile *c, bool allocate ); 104 void brw_emit_point_sprite_setup( struct brw_sf_compile *c, bool allocate ); 105 void brw_emit_anyprim_setup( struct brw_sf_compile *c );
|
D | brw_sf_emit.c | 51 static inline int vert_reg_to_vert_result(struct brw_sf_compile *c, GLuint reg, in vert_reg_to_vert_result() 61 static struct brw_reg get_vert_result(struct brw_sf_compile *c, in get_vert_result() 74 have_attr(struct brw_sf_compile *c, GLuint attr) in have_attr() 82 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() 98 static void do_twoside_color( struct brw_sf_compile *c ) in do_twoside_color() 144 static void copy_colors( struct brw_sf_compile *c, in copy_colors() 165 static void do_flatshade_triangle( struct brw_sf_compile *c ) in do_flatshade_triangle() 204 static void do_flatshade_line( struct brw_sf_compile *c ) in do_flatshade_line() 242 static void alloc_regs( struct brw_sf_compile *c ) in alloc_regs() 293 static void copy_z_inv_w( struct brw_sf_compile *c ) in copy_z_inv_w() [all …]
|
D | brw_sf.c | 54 struct brw_sf_compile c; in compile_sf_prog()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.h | 60 struct brw_sf_compile { struct 101 void brw_emit_tri_setup( struct brw_sf_compile *c, bool allocate ); argument 102 void brw_emit_line_setup( struct brw_sf_compile *c, bool allocate ); 103 void brw_emit_point_setup( struct brw_sf_compile *c, bool allocate ); 104 void brw_emit_point_sprite_setup( struct brw_sf_compile *c, bool allocate ); 105 void brw_emit_anyprim_setup( struct brw_sf_compile *c );
|
D | brw_sf_emit.c | 51 static inline int vert_reg_to_vert_result(struct brw_sf_compile *c, GLuint reg, in vert_reg_to_vert_result() 61 static struct brw_reg get_vert_result(struct brw_sf_compile *c, in get_vert_result() 74 have_attr(struct brw_sf_compile *c, GLuint attr) in have_attr() 82 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() 98 static void do_twoside_color( struct brw_sf_compile *c ) in do_twoside_color() 144 static void copy_colors( struct brw_sf_compile *c, in copy_colors() 165 static void do_flatshade_triangle( struct brw_sf_compile *c ) in do_flatshade_triangle() 204 static void do_flatshade_line( struct brw_sf_compile *c ) in do_flatshade_line() 242 static void alloc_regs( struct brw_sf_compile *c ) in alloc_regs() 293 static void copy_z_inv_w( struct brw_sf_compile *c ) in copy_z_inv_w() [all …]
|
D | brw_sf.c | 54 struct brw_sf_compile c; in compile_sf_prog()
|