Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h423 struct brw_sf_prog_key { struct
424 uint64_t attrs;
425 bool contains_flat_varying;
426 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */
427 uint8_t point_sprite_coord_replace;
428 enum brw_sf_primitive primitive:2;
429 bool do_twoside_color:1;
430 bool frontface_ccw:1;
431 bool do_point_sprite:1;
432 bool do_point_coord:1;
[all …]