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

  /external/mesa3d/src/compiler/nir/
nir_lower_wpos_ytransform.c 85 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; local
91 wpostrans = get_transform(state);
105 nir_channel(b, wpostrans, invert ? 2 : 0),
126 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */
128 nir_channel(b, wpostrans, 0)),
129 nir_channel(b, wpostrans, 1));
131 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */
133 nir_channel(b, wpostrans, 2))
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 609 struct ureg_src wpostrans = ureg_DECL_constant( ureg, wposTransConst ); local
628 ureg_scalar(wpostrans, invert ? 2 : 0),
647 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
652 ureg_scalar(wpostrans, 0),
653 ureg_scalar(wpostrans, 1));
655 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
660 ureg_scalar(wpostrans, 2),
661 ureg_scalar(wpostrans, 3))
    [all...]
st_glsl_to_tgsi.cpp 5741 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); local
    [all...]

Completed in 89 milliseconds