Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h212 struct tgsi_declaration_semantic struct
214 unsigned Name : 8; /**< one of TGSI_SEMANTIC_x */
215 unsigned Index : 16; /**< UINT */
216 unsigned StreamX : 2; /**< vertex stream (for GS output) */
217 unsigned StreamY : 2;
218 unsigned StreamZ : 2;
219 unsigned StreamW : 2;
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_shader_tokens.h214 struct tgsi_declaration_semantic struct
216 unsigned Name : 8; /**< one of TGSI_SEMANTIC_x */
217 unsigned Index : 16; /**< UINT */
218 unsigned StreamX : 2; /**< vertex stream (for GS output) */
219 unsigned StreamY : 2;
220 unsigned StreamZ : 2;
221 unsigned StreamW : 2;