Home | History | Annotate | Download | only in compiler

Lines Matching full:col0

1008 				int col0 = (isCofactor && (col <= 0)) ? 1 : 0;
1012 Instruction *det = emit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1);
1022 int col0 = (isCofactor && (col <= 0)) ? 1 : 0;
1027 Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2);