Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h410 struct brw_clip_prog_key { struct
411 uint64_t attrs;
412 bool contains_flat_varying;
413 bool contains_noperspective_varying;
414 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
415 unsigned primitive:4;
416 unsigned nr_userclip:4;
417 bool pv_first:1;
418 bool do_unfilled:1;
419 enum brw_clip_fill_mode fill_cw:2; /* includes cull information */
[all …]