Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h699 struct tgsi_texture_offset struct
701 int Index : 16;
702 unsigned File : 4; /**< one of TGSI_FILE_x */
703 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
704 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
705 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
706 unsigned Padding : 6;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h721 struct tgsi_texture_offset struct
723 int Index : 16;
724 unsigned File : 4; /**< one of TGSI_FILE_x */
725 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
726 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
727 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
728 unsigned Padding : 6;