Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h204 struct tgsi_declaration_semantic struct
206 unsigned Name : 8; /**< one of TGSI_SEMANTIC_x */
207 unsigned Index : 16; /**< UINT */
208 unsigned StreamX : 2; /**< vertex stream (for GS output) */
209 unsigned StreamY : 2;
210 unsigned StreamZ : 2;
211 unsigned StreamW : 2;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h218 struct tgsi_declaration_semantic struct
220 unsigned Name : 8; /**< one of TGSI_SEMANTIC_x */
221 unsigned Index : 16; /**< UINT */
222 unsigned StreamX : 2; /**< vertex stream (for GS output) */
223 unsigned StreamY : 2;
224 unsigned StreamZ : 2;
225 unsigned StreamW : 2;