Searched defs:gl_tex_env_combine_packed (Results 1 – 1 of 1) sorted by relevance
1171 struct gl_tex_env_combine_packed struct1173 uint32_t ModeRGB:4; /**< Effective mode for RGB as 4 bits */1174 uint32_t ModeA:4; /**< Effective mode for RGB as 4 bits */1175 uint32_t ScaleShiftRGB:2; /**< 0, 1 or 2 */1176 uint32_t ScaleShiftA:2; /**< 0, 1 or 2 */1177 uint32_t NumArgsRGB:3; /**< Number of inputs used for the RGB combiner */1178 uint32_t NumArgsA:3; /**< Number of inputs used for the A combiner */1180 struct gl_tex_env_argument ArgsRGB[MAX_COMBINER_TERMS];1181 struct gl_tex_env_argument ArgsA[MAX_COMBINER_TERMS];