Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h525 struct tgsi_texture_offset struct
527 int Index : 16;
528 unsigned File : 4; /**< one of TGSI_FILE_x */
529 unsigned SwizzleX : 2; /* TGSI_SWIZZLE_x */
530 unsigned SwizzleY : 2; /* TGSI_SWIZZLE_x */
531 unsigned SwizzleZ : 2; /* TGSI_SWIZZLE_x */
532 unsigned Padding : 6;