Searched defs:gl_tex_env_combine_packed (Results 1 – 1 of 1) sorted by relevance
1153 struct gl_tex_env_combine_packed struct1155 uint32_t ModeRGB:4; /**< Effective mode for RGB as 4 bits */1156 uint32_t ModeA:4; /**< Effective mode for RGB as 4 bits */1157 uint32_t ScaleShiftRGB:2; /**< 0, 1 or 2 */1158 uint32_t ScaleShiftA:2; /**< 0, 1 or 2 */1159 uint32_t NumArgsRGB:3; /**< Number of inputs used for the RGB combiner */1160 uint32_t NumArgsA:3; /**< Number of inputs used for the A combiner */1162 struct gl_tex_env_argument ArgsRGB[MAX_COMBINER_TERMS];1163 struct gl_tex_env_argument ArgsA[MAX_COMBINER_TERMS];