Searched refs:rMod (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_ff.c1089 struct ureg_dst rMod; member in struct:ps_build_ctx
1114 reg = (ps->stage.index == ps->stage.index_pre_mod) ? ureg_src(ps->rMod) : ps->rCurSrc;
1462 ps.rMod = ureg_DECL_temporary(ureg);
1463 ureg_MUL(ureg, ps.rMod, ps.rCurSrc, ps.rTexSrc);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_ff.c1091 struct ureg_dst rMod; member in struct:ps_build_ctx
1116 reg = (ps->stage.index == ps->stage.index_pre_mod) ? ureg_src(ps->rMod) : ps->rCurSrc;
1468 ps.rMod = ureg_DECL_temporary(ureg);
1469 ureg_MUL(ureg, ps.rMod, ps.rCurSrc, ps.rTexSrc);

Completed in 9 milliseconds