Home
last modified time | relevance | path

Searched refs:wpostrans (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_wpos_ytransform.c85 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; in emit_wpos_adjustment() local
91 wpostrans = get_transform(state); in emit_wpos_adjustment()
105 nir_channel(b, wpostrans, invert ? 2 : 0), in emit_wpos_adjustment()
128 nir_channel(b, wpostrans, 0)), in emit_wpos_adjustment()
129 nir_channel(b, wpostrans, 1)); in emit_wpos_adjustment()
133 nir_channel(b, wpostrans, 2)), in emit_wpos_adjustment()
134 nir_channel(b, wpostrans, 3)); in emit_wpos_adjustment()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c635 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wposTransConst); in emit_wpos_adjustment() local
654 ureg_scalar(wpostrans, invert ? 2 : 0), in emit_wpos_adjustment()
678 ureg_scalar(wpostrans, 0), in emit_wpos_adjustment()
679 ureg_scalar(wpostrans, 1)); in emit_wpos_adjustment()
686 ureg_scalar(wpostrans, 2), in emit_wpos_adjustment()
687 ureg_scalar(wpostrans, 3)); in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp5962 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); in emit_wpos_adjustment() local
5981 ureg_scalar(wpostrans, invert ? 2 : 0), in emit_wpos_adjustment()
6005 ureg_scalar(wpostrans, 0), in emit_wpos_adjustment()
6006 ureg_scalar(wpostrans, 1)); in emit_wpos_adjustment()
6013 ureg_scalar(wpostrans, 2), in emit_wpos_adjustment()
6014 ureg_scalar(wpostrans, 3)); in emit_wpos_adjustment()