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.h769 struct tgsi_dst_register struct
771 unsigned File : 4; /* TGSI_FILE_ */
772 unsigned WriteMask : 4; /* TGSI_WRITEMASK_ */
773 unsigned Indirect : 1; /* BOOL */
774 unsigned Dimension : 1; /* BOOL */
775 int Index : 16; /* SINT */
776 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;