Lines Matching refs:NEGATE_NONE
979 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_VectorSrc()
984 negateBase = NEGATE_NONE; in Parse_VectorSrc()
986 negateBase = NEGATE_NONE; in Parse_VectorSrc()
990 negateAbs = NEGATE_NONE; in Parse_VectorSrc()
991 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_VectorSrc()
1110 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_ScalarSrcReg()
1115 negateBase = NEGATE_NONE; in Parse_ScalarSrcReg()
1117 negateBase = NEGATE_NONE; in Parse_ScalarSrcReg()
1121 negateAbs = NEGATE_NONE; in Parse_ScalarSrcReg()
1122 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE; in Parse_ScalarSrcReg()
1268 inst->SrcReg[0].Negate = NEGATE_NONE; in Parse_PrintInstruction()