Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 25 of 43) 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/elfutils/
DTODO159 * mcs
179 other than .comment. By default, mcs deals with the
181 specify another section. mcs can take multiple -n
191 -V Print on standard error the version number of mcs.
/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/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/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.c1497 u8 *mcs; in phy_info_ht_capa() local
1498 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1499 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1512 u8 *mcs; in phy_info_vht_capa() local
1513 mcs = nla_data(mcs_set); in phy_info_vht_capa()
1514 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()
1831 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy()
1832 len = sizeof(he_capab->mcs); in phy_info_iftype_copy()
1833 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
Dnl80211_copy.h4868 __u16 mcs[NL80211_VHT_NSS_MAX]; member
4877 __u16 mcs[NL80211_HE_NSS_MAX]; member
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv337 … , 8, 1, 1, 1, , , , , , , , , , mcs
338 … , 8, 1, 1, 1, , , , , , , , , , mcs
339 … , 32, 1, 1, 1, , , , , , , , , , mcs
340 … , 64, 1, 1, 1, , , , , , , , , , mcs
/third_party/mesa3d/docs/relnotes/
D22.0.3.rst193 - isl: disable mcs (and mcs+ccs) for color msaa on DG2
D18.3.2.rst188 - anv: explictly specify format for blorp ccs/mcs op
/third_party/node/deps/v8/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/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/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py451 mcs = rule.get("msvs_cygwin_shell")
452 if mcs is None:
453 mcs = int(spec.get("msvs_cygwin_shell", 1))
454 elif isinstance(mcs, str):
455 mcs = int(mcs)
458 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py451 mcs = rule.get("msvs_cygwin_shell")
452 if mcs is None:
453 mcs = int(spec.get("msvs_cygwin_shell", 1))
454 elif isinstance(mcs, str):
455 mcs = int(mcs)
458 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
/third_party/mesa3d/src/intel/compiler/
Dbrw_lower_logical_sends.cpp789 const fs_reg &mcs, in lower_sampler_logical_send_gfx7() argument
1013 mcs.file == IMM ? mcs : offset(mcs, bld, i)); in lower_sampler_logical_send_gfx7()
1252 const fs_reg &mcs = inst->src[TEX_LOGICAL_SRC_MCS]; in lower_sampler_logical_send() local
1273 mcs, surface, sampler, in lower_sampler_logical_send()
Dbrw_vec4_nir.cpp1969 src_reg mcs; in nir_emit_texture() local
2076 mcs = emit_mcs_fetch(coord_type, coordinate, texture_reg); in nir_emit_texture()
2078 mcs = brw_imm_ud(0u); in nir_emit_texture()
2215 mcs.swizzle = BRW_SWIZZLE_XXXX; in nir_emit_texture()
2217 mcs)); in nir_emit_texture()
/third_party/jinja2/
Dnodes.py57 def __new__(mcs, name, bases, d): # type: ignore argument
66 return type.__new__(mcs, name, bases, d)

12