Searched defs:nv50_varying (Results 1 – 1 of 1) sorted by relevance
31 struct nv50_varying { struct32 uint8_t id; /* tgsi index */33 uint8_t hw; /* hw index, nv50 wants flat FP inputs last */35 unsigned mask : 4;36 unsigned linear : 1;37 unsigned pad : 3;39 ubyte sn; /* semantic name */40 ubyte si; /* semantic index */