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.h298 struct brw_sf_prog_key { struct
299 uint64_t attrs;
300 bool contains_flat_varying;
301 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
302 uint8_t point_sprite_coord_replace;
303 enum brw_sf_primitive primitive:2;
304 bool do_twoside_color:1;
305 bool frontface_ccw:1;
306 bool do_point_sprite:1;
307 bool do_point_coord:1;
[all …]