Home
last modified time | relevance | path

Searched defs:brw_clip_compile (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_clip.h46 struct brw_clip_compile { struct
47 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