Home
last modified time | relevance | path

Searched refs:brw_gs_prog_key (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs.h42 struct brw_gs_prog_key { struct
77 struct brw_gs_prog_key key; argument
109 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key );
110 void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key );
112 void gen6_sol_program(struct brw_gs_compile *c, struct brw_gs_prog_key *key,
Dbrw_gs.c48 struct brw_gs_prog_key *key ) in compile_gs_prog()
154 struct brw_gs_prog_key *key ) in populate_key()
241 struct brw_gs_prog_key key; in brw_upload_gs_prog()
Dbrw_gs_emit.c253 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key ) in brw_gs_quads()
291 void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key ) in brw_gs_quad_strip()
351 gen6_sol_program(struct brw_gs_compile *c, struct brw_gs_prog_key *key, in gen6_sol_program()