Home | History | Annotate | Download | only in radeon

Lines Matching refs:_CurrentCombine

305       const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB;
306 const GLuint numAlphaArgs = texUnit->_CurrentCombine->_NumArgsA;
307 GLuint RGBshift = texUnit->_CurrentCombine->ScaleShiftRGB;
308 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA;
315 const GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR;
316 const GLuint srcRGBi = texUnit->_CurrentCombine->SourceRGB[i];
360 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
361 const GLuint srcAi = texUnit->_CurrentCombine->SourceA[i];
404 switch ( texUnit->_CurrentCombine->ModeRGB ) {
470 if ( (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA_EXT)
471 || (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) ) {
508 switch ( texUnit->_CurrentCombine->ModeA ) {
580 if ( (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGB_EXT)
581 || (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGB) ) {