Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_compiler.h397 struct elk_sf_prog_key { struct
398 uint64_t attrs;
399 bool contains_flat_varying;
400 unsigned char interp_mode[65]; /* ELK_VARYING_SLOT_COUNT */
401 uint8_t point_sprite_coord_replace;
402 enum elk_sf_primitive primitive:2;
403 bool do_twoside_color:1;
404 bool frontface_ccw:1;
405 bool do_point_sprite:1;
406 bool do_point_coord:1;
[all …]