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