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