Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h796 struct tgsi_dst_register struct
798 unsigned File : 4; /* TGSI_FILE_ */
799 unsigned WriteMask : 4; /* TGSI_WRITEMASK_ */
800 unsigned Indirect : 1; /* BOOL */
801 unsigned Dimension : 1; /* BOOL */
802 int Index : 16; /* SINT */
803 unsigned Padding : 6;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h791 struct tgsi_dst_register struct
793 unsigned File : 4; /* TGSI_FILE_ */
794 unsigned WriteMask : 4; /* TGSI_WRITEMASK_ */
795 unsigned Indirect : 1; /* BOOL */
796 unsigned Dimension : 1; /* BOOL */
797 int Index : 16; /* SINT */
798 unsigned Padding : 6;