HomeSort by relevance Sort by last modified time
    Searched refs:wpostrans (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 796 struct ureg_src wpostrans = ureg_DECL_constant( ureg, wposTransConst ); local
811 ureg_scalar(wpostrans, invert ? 2 : 0),
830 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
835 ureg_scalar(wpostrans, 0),
836 ureg_scalar(wpostrans, 1));
838 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
843 ureg_scalar(wpostrans, 2),
844 ureg_scalar(wpostrans, 3))
    [all...]
st_glsl_to_tgsi.cpp     [all...]

Completed in 2349 milliseconds