Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h377 struct brw_sf_prog_key { struct
378 uint64_t attrs;
379 bool contains_flat_varying;
380 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
381 uint8_t point_sprite_coord_replace;
382 enum brw_sf_primitive primitive:2;
383 bool do_twoside_color:1;
384 bool frontface_ccw:1;
385 bool do_point_sprite:1;
386 bool do_point_coord:1;
[all …]