Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_shader_tokens.h166 struct tgsi_declaration_interp struct
168 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
169 unsigned Location : 2; /**< one of TGSI_INTERPOLATE_LOC_x */
170 unsigned CylindricalWrap:4; /**< TGSI_CYLINDRICAL_WRAP_x flags */
171 unsigned Padding : 22;
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h152 struct tgsi_declaration_interp struct
154 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
155 unsigned Location : 2; /**< one of TGSI_INTERPOLATE_LOC_x */
156 unsigned Padding : 26;