Searched defs:brw_gs_compile (Results 1 – 1 of 1) sorted by relevance
75 struct brw_gs_compile { struct76 struct brw_compile func;77 struct brw_gs_prog_key key;78 struct brw_gs_prog_data prog_data;80 struct {109 void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key ); argument