Home
last modified time | relevance | path

Searched refs:NEGATE_NONE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/program/
Dnvfragparse.c979 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 …]
Dprog_instruction.h137 #define NEGATE_NONE 0x0 macro
Dnvvertparse.c651 srcReg->Negate = NEGATE_NONE; in Parse_SwizzleSrcReg()
745 srcReg->Negate = NEGATE_NONE; in Parse_ScalarSrcReg()
1067 srcReg->Negate = NEGATE_NONE; in Parse_PrintInstruction()
Dprogram.c1039 inst->SrcReg[0].Negate = NEGATE_NONE; in _mesa_postprocess_program()
1055 inst->SrcReg[0].Negate = NEGATE_NONE; in _mesa_postprocess_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c89 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()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c532 src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE; in emit_arg()