HomeSort by relevance Sort by last modified time
    Searched refs:wpos_input (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
92 wpos_input = nir_load_var(b, fragcoord);
109 wpos_temp = nir_fadd(b, wpos_input, adj_temp);
112 wpos_input,
115 wpos_input = wpos_temp;
119 wpos_temp = wpos_input;
126 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */
131 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 615 struct ureg_src wpos_input = *wpos; local
631 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
633 ureg_ADD(ureg, wpos_temp, wpos_input,
636 wpos_input = ureg_src(wpos_temp);
640 ureg_MOV( ureg, wpos_temp, wpos_input );
647 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
651 wpos_input,
655 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
659 wpos_input,
    [all...]
st_glsl_to_tgsi.cpp 5747 struct ureg_src wpos_input = *wpos; local
    [all...]

Completed in 188 milliseconds