Searched refs:wpostrans (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 84 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() 104 nir_channel(b, wpostrans, invert ? 2 : 0), in emit_wpos_adjustment() 127 nir_channel(b, wpostrans, 0)), in emit_wpos_adjustment() 128 nir_channel(b, wpostrans, 1)); in emit_wpos_adjustment() 132 nir_channel(b, wpostrans, 2)), in emit_wpos_adjustment() 133 nir_channel(b, wpostrans, 3)); in emit_wpos_adjustment()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 647 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wposTransConst); in emit_wpos_adjustment() local 666 ureg_scalar(wpostrans, invert ? 2 : 0), in emit_wpos_adjustment() 690 ureg_scalar(wpostrans, 0), in emit_wpos_adjustment() 691 ureg_scalar(wpostrans, 1)); in emit_wpos_adjustment() 698 ureg_scalar(wpostrans, 2), in emit_wpos_adjustment() 699 ureg_scalar(wpostrans, 3)); in emit_wpos_adjustment()
|
D | st_glsl_to_tgsi.cpp | 6331 struct ureg_src wpostrans = ureg_DECL_constant(ureg, wpos_transform_const); in emit_wpos_adjustment() local 6350 ureg_scalar(wpostrans, invert ? 2 : 0), in emit_wpos_adjustment() 6374 ureg_scalar(wpostrans, 0), in emit_wpos_adjustment() 6375 ureg_scalar(wpostrans, 1)); in emit_wpos_adjustment() 6382 ureg_scalar(wpostrans, 2), in emit_wpos_adjustment() 6383 ureg_scalar(wpostrans, 3)); in emit_wpos_adjustment()
|