Searched refs:NEGATE_NONE (Results 1 – 6 of 6) sorted by relevance
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()[all …]
137 #define NEGATE_NONE 0x0 macro
651 srcReg->Negate = NEGATE_NONE; in Parse_SwizzleSrcReg()745 srcReg->Negate = NEGATE_NONE; in Parse_ScalarSrcReg()1067 srcReg->Negate = NEGATE_NONE; in Parse_PrintInstruction()
1039 inst->SrcReg[0].Negate = NEGATE_NONE; in _mesa_postprocess_program()1055 inst->SrcReg[0].Negate = NEGATE_NONE; in _mesa_postprocess_program()
89 reg.Negate = NEGATE_NONE; in src_reg()649 swz->SrcReg[0].Negate = NEGATE_NONE; in precalc_lit()701 out->SrcReg[0].Negate = NEGATE_NONE; in precalc_tex()1105 out->SrcReg[0].Negate = NEGATE_NONE; in brw_wm_pass_fp()
532 src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE; in emit_arg()