Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/intel/blorp/
Dblorp_nir_builder.h73 nir_ssa_def *mcs, in blorp_nir_mcs_is_clear_color() argument
81 return nir_ieq_imm(b, nir_iand(b, nir_channel(b, mcs, 0), in blorp_nir_mcs_is_clear_color()
86 return nir_ieq_imm(b, nir_channel(b, mcs, 0), 0xff); in blorp_nir_mcs_is_clear_color()
89 return nir_ieq_imm(b, nir_channel(b, mcs, 0), ~0); in blorp_nir_mcs_is_clear_color()
93 return nir_iand(b, nir_ieq_imm(b, nir_channel(b, mcs, 0), ~0), in blorp_nir_mcs_is_clear_color()
94 nir_ieq_imm(b, nir_channel(b, mcs, 1), ~0)); in blorp_nir_mcs_is_clear_color()
Dblorp_blit.c217 nir_ssa_def *pos, nir_ssa_def *mcs, nir_alu_type dst_type) in blorp_nir_txf_ms() argument
221 mcs != NULL ? 3 : 2, dst_type); in blorp_nir_txf_ms()
233 if (mcs) { in blorp_nir_txf_ms()
235 tex->src[2].src = nir_src_for_ssa(mcs); in blorp_nir_txf_ms()
575 nir_ssa_def *mcs = NULL; in blorp_nir_combine_samples() local
577 mcs = blorp_blit_txf_ms_mcs(b, v, pos); in blorp_nir_combine_samples()
653 texture_data[stack_depth++] = blorp_nir_txf_ms(b, v, ms_pos, mcs, dst_type); in blorp_nir_combine_samples()
675 nir_ssa_def *mcs_zero = nir_ieq_imm(b, nir_channel(b, mcs, 0), 0); in blorp_nir_combine_samples()
678 nir_ieq_imm(b, nir_channel(b, mcs, 1), 0)); in blorp_nir_combine_samples()
681 blorp_nir_mcs_is_clear_color(b, mcs, tex_samples); in blorp_nir_combine_samples()
[all …]
/third_party/skia/third_party/externals/brotli/csharp/
Dtranspile.sh16 if ! which mcs >/dev/null; then
80 mcs $SOURCES -target:library -out:build/brotlidec.dll
81 mcs $SOURCES $TESTS_SOURCES -target:library -out:build/brotlidec_test.dll -r:build/NUnit.3.6.1/lib/…
/third_party/boost/tools/build/src/build/
Dproperty.py51 def __call__(mcs, f, value, condition=None): argument
64 if key not in mcs._registry:
65 instance = super(PropertyMeta, mcs).__call__(f, value, condition)
66 mcs._registry[key] = instance
67 return mcs._registry[key]
/third_party/mindspore/mindspore/nn/layer/
Dimage.py397 mcs = ()
402 mcs += (self.relu(cs),)
405 mcs = mcs[0:-1:1]
406 mcs_and_ssim = self.stack(mcs + (self.relu(sim),))
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di830_vtbl.c134 GLuint mcs = (i830->state.Tex[i][I830_TEXREG_MCS] & in i830_render_start() local
140 mcs |= TEXCOORDTYPE_VECTOR; in i830_render_start()
148 mcs |= TEXCOORDTYPE_CARTESIAN; in i830_render_start()
153 mcs |= TEXCOORDTYPE_HOMOGENEOUS; in i830_render_start()
164 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) { in i830_render_start()
166 i830->state.Tex[i][I830_TEXREG_MCS] = mcs; in i830_render_start()
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py360 def __new__(mcs, class_name, bases, dct): argument
369 return type.__new__(mcs, class_name, bases, dct)
/third_party/flatbuffers/samples/
Dcsharp_sample.sh45 mcs SampleBinary.cs MyGame/Sample/*.cs ../net/FlatBuffers/*.cs
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_he.c94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
/third_party/boost/libs/mpi/doc/
Dmpi.qbk16 [def _MPI_ [@http://www-unix.mcs.anl.gov/mpi/ MPI]]
18 [@http://www-unix.mcs.anl.gov/mpi/implementations.html
25 [def _MPICH_ [@http://www-unix.mcs.anl.gov/mpi/mpich/ MPICH2]]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c1322 u8 *mcs; in phy_info_ht_capa() local
1323 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1324 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1337 u8 *mcs; in phy_info_vht_capa() local
1338 mcs = nla_data(mcs_set); in phy_info_vht_capa()
1339 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()
1610 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1611 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
1612 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dbeacon.c1251 u16 *mcs = (u16 *) mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_fils_discovery_cap() local
1259 (((mcs[0] & nss_mask) == nss_mask) || in hostapd_fils_discovery_cap()
1260 ((mcs[1] & nss_mask) == nss_mask))) in hostapd_fils_discovery_cap()
1264 (((mcs[2] & nss_mask) == nss_mask) || in hostapd_fils_discovery_cap()
1265 ((mcs[3] & nss_mask) == nss_mask))) in hostapd_fils_discovery_cap()
1269 (((mcs[4] & nss_mask) == nss_mask) || in hostapd_fils_discovery_cap()
1270 ((mcs[5] & nss_mask) == nss_mask))) in hostapd_fils_discovery_cap()
Dieee802_11_he.c129 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab()
403 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c1492 u8 *mcs; in phy_info_ht_capa() local
1493 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1494 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1507 u8 *mcs; in phy_info_vht_capa() local
1508 mcs = nla_data(mcs_set); in phy_info_vht_capa()
1509 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()
1826 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1827 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
1828 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv336 … , 8, 1, 1, 1, , , , , , , , , , mcs
337 … , 8, 1, 1, 1, , , , , , , , , , mcs
338 … , 32, 1, 1, 1, , , , , , , , , , mcs
339 … , 64, 1, 1, 1, , , , , , , , , , mcs
/third_party/skia/third_party/externals/jinja2/
Dext.py44 def __new__(mcs, name, bases, d): argument
45 rv = type.__new__(mcs, name, bases, d)
Druntime.py124 def __new__(mcs, name, bases, d): argument
125 rv = type.__new__(mcs, name, bases, d)
Dnodes.py49 def __new__(mcs, name, bases, d): argument
58 return type.__new__(mcs, name, bases, d)
/third_party/jinja2/
Dext.py44 def __new__(mcs, name, bases, d): argument
45 rv = type.__new__(mcs, name, bases, d)
Dnodes.py49 def __new__(mcs, name, bases, d): argument
58 return type.__new__(mcs, name, bases, d)
Druntime.py124 def __new__(mcs, name, bases, d): argument
125 rv = type.__new__(mcs, name, bases, d)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py393 mcs = rule.get('msvs_cygwin_shell')
394 if mcs is None:
395 mcs = int(spec.get('msvs_cygwin_shell', 1))
396 elif isinstance(mcs, str):
397 mcs = int(mcs)
399 return _BuildCommandLineForRuleRaw(spec, rule['action'], mcs, has_input_path,
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py442 mcs = rule.get("msvs_cygwin_shell")
443 if mcs is None:
444 mcs = int(spec.get("msvs_cygwin_shell", 1))
445 elif isinstance(mcs, str):
446 mcs = int(mcs)
449 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
/third_party/gettext/gettext-tools/doc/
Dlang-csharp.texi14 mono-mcs
99 use the @code{monoresgen} program (from the @code{mono}/@code{mcs} package).
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h270 src_reg mcs,

12