Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h474 struct brw_wm_prog_key { struct
475 struct brw_base_prog_key base;
478 uint8_t iz_lookup;
479 bool stats_wm:1;
480 bool flat_shade:1;
481 unsigned nr_color_regions:5;
482 bool alpha_test_replicate_alpha:1;
483 bool alpha_to_coverage:1;
484 bool clamp_fragment_color:1;
485 bool persample_interp:1;
[all …]