Searched defs:brw_clip_compile (Results 1 – 1 of 1) sorted by relevance
46 struct brw_clip_compile { struct47 struct brw_codegen func;48 struct brw_clip_prog_key key;49 struct brw_clip_prog_data prog_data;51 struct {105 static inline bool brw_clip_have_varying(struct brw_clip_compile *c, in brw_clip_have_varying() argument