Searched refs:wpostrans (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 85 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/ |
D | st_mesa_to_tgsi.c | 609 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()
|
D | st_glsl_to_tgsi.cpp | 5741 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()
|