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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.c62 struct ureg_dst o_vtop, o_vbottom; local
76 o_vbottom = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_VBOTTOM);
96 * o_vbottom.x = vtex.x
97 * o_vbottom.y = vtex.y * tmp.x - 0.25f
98 * o_vbottom.z = vtex.y * tmp.y - 0.25f
99 * o_vbottom.w = 1 / tmp.y
114 ureg_MOV(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_X), vtex);
115 ureg_MAD(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_Y), ureg_scalar(vtex, TGSI_SWIZZLE_Y),
117 ureg_MAD(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_Z), ureg_scalar(vtex, TGSI_SWIZZLE_Y),
119 ureg_RCP(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c62 struct ureg_dst o_vtop, o_vbottom; local
76 o_vbottom = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_VBOTTOM);
96 * o_vbottom.x = vtex.x
97 * o_vbottom.y = vtex.y * tmp.x - 0.25f
98 * o_vbottom.z = vtex.y * tmp.y - 0.25f
99 * o_vbottom.w = 1 / tmp.y
114 ureg_MOV(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_X), vtex);
115 ureg_MAD(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_Y), ureg_scalar(vtex, TGSI_SWIZZLE_Y),
117 ureg_MAD(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_Z), ureg_scalar(vtex, TGSI_SWIZZLE_Y),
119 ureg_RCP(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_
[all...]

Completed in 71 milliseconds