Home | History | Annotate | Download | only in compiler

Lines Matching refs:notEqual

723 					Temporary notEqual(this);
724 emit(sw::Shader::OPCODE_NE, &notEqual, 0, left, index, right, index);
725 emit(sw::Shader::OPCODE_OR, result, result, &notEqual);