Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h139 struct tgsi_declaration_interp struct
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
142 unsigned Centroid : 1; /**< centroid sampling? */
143 unsigned CylindricalWrap:4; /**< TGSI_CYLINDRICAL_WRAP_x flags */
144 unsigned Padding : 23;