Home
last modified time | relevance | path

Searched refs:next_ip (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp700 int next_ip = 0; in opt_compute_to_mrf() local
707 int ip = next_ip; in opt_compute_to_mrf()
708 next_ip++; in opt_compute_to_mrf()
Dbrw_fs.cpp1674 int next_ip = 0; in compute_to_mrf() local
1681 int ip = next_ip; in compute_to_mrf()
1682 next_ip++; in compute_to_mrf()
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc530 IPAddress next_ip(next_ipv4_); in GetNextIP() local
533 return next_ip; in GetNextIP()
535 IPAddress next_ip(next_ipv6_); in GetNextIP() local
538 return next_ip; in GetNextIP()