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.h665 struct tgsi_texture_offset struct
667 int Index : 16;
668 unsigned File : 4; /**< one of TGSI_FILE_x */
669 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
670 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
671 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
672 unsigned Padding : 6;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h706 struct tgsi_texture_offset struct
708 int Index : 16;
709 unsigned File : 4; /**< one of TGSI_FILE_x */
710 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
711 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
712 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
713 unsigned Padding : 6;