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

/external/chromium_org/net/dns/
H A Ddns_response.cc37 unsigned DnsRecordParser::ReadName(const void* const vpos, argument
39 const char* const pos = reinterpret_cast<const char*>(vpos);
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.cpp786 void showTree(const blink::VisiblePosition* vpos) argument
788 if (vpos)
789 vpos->showTreeForThis();
792 void showTree(const blink::VisiblePosition& vpos) argument
794 vpos.showTreeForThis();
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c879 short kpos, vpos; local
889 vpos = 0;
892 while((vpos = btif_config_next_value(vpos, "Remote Devices", kname, vname, &vname_size)) != -1)
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c733 const u8 *pos, *vpos; local
783 vpos = pos + 4;
784 mandatory = !!(vpos[0] & 0x80);
785 tlv_type = vpos[0] & 0x3f;
786 tlv_type = (tlv_type << 8) | vpos[1];
787 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
788 vpos += 4;
789 if (vpos + vtlv_len > pos + left) {
797 soh_tlv = vpos;
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c733 const u8 *pos, *vpos; local
783 vpos = pos + 4;
784 mandatory = !!(vpos[0] & 0x80);
785 tlv_type = vpos[0] & 0x3f;
786 tlv_type = (tlv_type << 8) | vpos[1];
787 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
788 vpos += 4;
789 if (vpos + vtlv_len > pos + left) {
797 soh_tlv = vpos;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_peap.c733 const u8 *pos, *vpos; local
783 vpos = pos + 4;
784 mandatory = !!(vpos[0] & 0x80);
785 tlv_type = vpos[0] & 0x3f;
786 tlv_type = (tlv_type << 8) | vpos[1];
787 vtlv_len = ((int) vpos[2] << 8) | vpos[3];
788 vpos += 4;
789 if (vpos + vtlv_len > pos + left) {
797 soh_tlv = vpos;
[all...]

Completed in 2043 milliseconds