Home
last modified time | relevance | path

Searched refs:t_vpos (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c56 struct ureg_dst t_vpos; in calc_position() local
62 t_vpos = ureg_DECL_temporary(shader); in calc_position()
69 * t_vpos = (vpos + vrect) * block_scale in calc_position()
70 * o_vpos.xy = t_vpos in calc_position()
73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect); in calc_position()
74 ureg_MUL(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos), block_scale); in calc_position()
75 ureg_MOV(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos)); in calc_position()
78 return t_vpos; in calc_position()
111 struct ureg_dst t_vpos; in create_ref_vert_shader() local
234 struct ureg_dst t_vpos, t_vtex; create_ycbcr_vert_shader() local
[all...]

Completed in 2 milliseconds