Searched defs:brw_clip_compile (Results 1 – 1 of 1) sorted by relevance
72 struct brw_clip_compile { struct73 struct brw_compile func;74 struct brw_clip_prog_key key;75 struct brw_clip_prog_data prog_data;77 struct {121 static inline bool brw_clip_have_vert_result(struct brw_clip_compile *c, in brw_clip_have_vert_result() argument