Searched refs:srvs (Results 1 – 3 of 3) sorted by relevance
25 local interfaces= header= srvs= servers= x=37 srvs=$(cd "$ntp_conf_dir";39 if [ -n "$srvs" ]; then40 for x in $(uniqify $srvs); do
14 local interfaces= header= search= srvs= servers= x=41 srvs=$(cd "$resolv_conf_dir"; \43 for x in $(uniqify ${srvs}); do
353 …s_set_shader_resources(unsigned start, unsigned count, GalliumD3D11ShaderResourceView *const *srvs) in xs_set_shader_resources()358 if(shader_resource_views[s][start + i].p != srvs[i]) in xs_set_shader_resources()360 shader_resource_views[s][start + i] = srvs[i]; in xs_set_shader_resources()361 sampler_views[s][start + i] = srvs[i] ? srvs[i]->object : 0; in xs_set_shader_resources()