Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h539 struct tgsi_instruction_predicate struct
541 int Index : 16; /* SINT */
542 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
543 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
544 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
545 unsigned SwizzleW : 2; /* TGSI_SWIZZLE_x */
546 unsigned Negate : 1; /* BOOL */
547 unsigned Padding : 7;