Searched defs:vpos (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c55 struct ureg_src vrect, vpos; local
60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
69 * t_vpos = (vpos + vrect) * block_scale
71 * o_vpos.zw = vpos
73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect);
229 struct ureg_src vrect, vpos; local
245 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
259 * t_vtex.z = vpos.y % 2
271 ureg_scalar(vpos, TGSI_SWIZZLE_Z), ureg_imm1f(shader, 0.5f));
275 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_
[all...]
H A Dvl_zscan.c97 struct ureg_src vrect, vpos, block_num; local
116 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
127 * o_vpos.xy = (vpos + vrect) * scale
138 ureg_ADD(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XY), vpos, vrect);
156 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Z), vpos);
H A Dvl_compositor.c59 struct ureg_src vpos, vtex, color; local
68 vpos = ureg_DECL_vs_input(shader, 0);
79 * o_vpos = vpos
83 ureg_MOV(shader, o_vpos, vpos);
H A Dvl_idct.c146 struct ureg_src vpos; local
155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
167 * t_vpos = vpos + 7 / VL_BLOCK_WIDTH
178 ureg_MAD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), vpos, scale, scale);
181 ureg_MUL(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, scale);
262 struct ureg_src vrect, vpos; local
272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
288 * t_vpos = vpos + vrect
290 * o_vpos.zw = vpos
301 ureg_ADD(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, vrec
398 struct ureg_src vrect, vpos; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c778 const u8 *pos, *vpos; local
828 vpos = pos + 4;
829 mandatory = !!(vpos[0] & 0x80);
830 tlv_type = vpos[0] & 0x3f;
831 tlv_type = (tlv_type << 8) | vpos[1];
832 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
833 vpos += 4;
834 if (vpos + vtlv_len > pos + left) {
842 soh_tlv = vpos;
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c778 const u8 *pos, *vpos; local
828 vpos = pos + 4;
829 mandatory = !!(vpos[0] & 0x80);
830 tlv_type = vpos[0] & 0x3f;
831 tlv_type = (tlv_type << 8) | vpos[1];
832 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
833 vpos += 4;
834 if (vpos + vtlv_len > pos + left) {
842 soh_tlv = vpos;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_peap.c778 const u8 *pos, *vpos; local
828 vpos = pos + 4;
829 mandatory = !!(vpos[0] & 0x80);
830 tlv_type = vpos[0] & 0x3f;
831 tlv_type = (tlv_type << 8) | vpos[1];
832 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
833 vpos += 4;
834 if (vpos + vtlv_len > pos + left) {
842 soh_tlv = vpos;
[all...]

Completed in 498 milliseconds