OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brw_sf_compile
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h
61
struct
brw_sf_compile
{
struct
105
void brw_emit_tri_setup( struct
brw_sf_compile
*c, bool allocate );
106
void brw_emit_line_setup( struct
brw_sf_compile
*c, bool allocate );
107
void brw_emit_point_setup( struct
brw_sf_compile
*c, bool allocate );
108
void brw_emit_point_sprite_setup( struct
brw_sf_compile
*c, bool allocate );
109
void brw_emit_anyprim_setup( struct
brw_sf_compile
*c );
brw_sf_emit.c
48
static inline int vert_reg_to_vue_slot(struct
brw_sf_compile
*c, GLuint reg,
59
static inline int vert_reg_to_varying(struct
brw_sf_compile
*c, GLuint reg,
69
static struct brw_reg get_vue_slot(struct
brw_sf_compile
*c,
82
static struct brw_reg get_varying(struct
brw_sf_compile
*c,
92
have_attr(struct
brw_sf_compile
*c, GLuint attr)
100
static void copy_bfc( struct
brw_sf_compile
*c,
116
static void do_twoside_color( struct
brw_sf_compile
*c )
157
static void copy_flatshaded_attributes(struct
brw_sf_compile
*c,
173
static int count_flatshaded_attributes(struct
brw_sf_compile
*c)
191
static void do_flatshade_triangle( struct
brw_sf_compile
*c
[
all
...]
brw_sf.c
52
struct
brw_sf_compile
c;
Completed in 343 milliseconds