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.c609 struct ureg_src wpostrans = ureg_DECL_constant( ureg, wposTransConst ); in emit_wpos_adjustment() local
628 ureg_scalar(wpostrans, invert ? 2 : 0), in emit_wpos_adjustment()
652 ureg_scalar(wpostrans, 0), in emit_wpos_adjustment()
653 ureg_scalar(wpostrans, 1)); in emit_wpos_adjustment()
660 ureg_scalar(wpostrans, 2), in emit_wpos_adjustment()
661 ureg_scalar(wpostrans, 3)); in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp5741 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); in emit_wpos_adjustment() local
5760 ureg_scalar(wpostrans, invert ? 2 : 0), in emit_wpos_adjustment()
5784 ureg_scalar(wpostrans, 0), in emit_wpos_adjustment()
5785 ureg_scalar(wpostrans, 1)); in emit_wpos_adjustment()
5792 ureg_scalar(wpostrans, 2), in emit_wpos_adjustment()
5793 ureg_scalar(wpostrans, 3)); in emit_wpos_adjustment()