Lines Matching refs:Operand
97 __extension__ GLubyte Operand:3; /**< OPR_x */
100 GLubyte Operand; /**< OPR_x */
155 static GLuint translate_operand( GLenum operand )
157 switch (operand) {
466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]);
467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
476 key->unit[i].OptRGB[0].Operand = OPR_SRC_COLOR;
478 key->unit[i].OptRGB[1].Operand = OPR_SRC_COLOR;
621 GLuint operand)
627 switch (operand) {
665 switch (key->unit[unit].OptA[i].Operand) {
667 switch (key->unit[unit].OptRGB[i].Operand) {
676 switch (key->unit[unit].OptRGB[i].Operand) {
715 src[i] = emit_combine_source( p, unit, opt[i].Source, opt[i].Operand );