Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h715 struct tgsi_texture_offset struct
717 int Index : 16;
718 unsigned File : 4; /**< one of TGSI_FILE_x */
719 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
720 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
721 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
722 unsigned Padding : 6;
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h726 struct tgsi_texture_offset struct
728 int Index : 16;
729 unsigned File : 4; /**< one of TGSI_FILE_x */
730 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
731 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
732 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
733 unsigned Padding : 6;