| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.h | 23 struct nouveau_object *chan; member
|
| H A D | nouveau_video.c | 492 if (dec->chan) in nouveau_decoder_destroy() 493 nouveau_object_del(&dec->chan); in nouveau_decoder_destroy() 529 &nv04_data, sizeof(nv04_data), &dec->chan); in nouveau_create_decoder() 535 ret = nouveau_pushbuf_new(dec->client, dec->chan, 2, 4096, 1, &dec->push); in nouveau_create_decoder() 547 ret = nouveau_object_new(dec->chan, 0xbeef8274, NV84_MPEG_CLASS, NULL, 0, in nouveau_create_decoder() 550 ret = nouveau_object_new(dec->chan, 0xbeef3174, NV31_MPEG_CLASS, NULL, 0, in nouveau_create_decoder()
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler_util.h | 124 unsigned int chan);
|
| H A D | radeon_dataflow.h | 51 rc_register_file file, unsigned int index, unsigned int chan);
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_clear.c | 141 for (int chan = 0; chan < 3; chan++) { in convert_fast_clear_color() 142 if (!(colormask & (1 << chan))) in convert_fast_clear_color() 143 override_color.u32[chan] = 0; in convert_fast_clear_color()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp.c | 165 os_free(info->chan); in dpp_bootstrap_info_free() 610 if (bi->chan) in dpp_gen_uri() 611 len += 3 + os_strlen(bi->chan); /* C:...; */ in dpp_gen_uri() 630 bi->chan ? "C:" : "", bi->chan ? bi->chan : "", in dpp_gen_uri() 631 bi->chan ? ";" : "", in dpp_gen_uri() 3894 bi->chan = get_param(cmd, " chan="); in dpp_bootstrap_gen() 3909 dpp_parse_uri_chan_list(bi, bi->chan) < in dpp_bootstrap_gen() 4084 char chan[20]; dpp_nfc_update_bi_channel() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 253 unsigned attrib, unsigned chan, 607 unsigned chan); 613 unsigned chan);
|
| H A D | lp_bld_nir_soa.c | 551 unsigned chan, in emit_store_chan() 559 chan *= 2; in emit_store_chan() 560 chan += comp; in emit_store_chan() 561 if (chan >= 4) { in emit_store_chan() 562 chan -= 4; in emit_store_chan() 565 emit_store_64bit_chan(bld_base, bld->outputs[location][chan], in emit_store_chan() 566 bld->outputs[location][chan + 1], dst); in emit_store_chan() 570 bld->outputs[location][chan + comp]); in emit_store_chan() 582 unsigned chan, in emit_store_tcs_chan() 588 unsigned swizzle = chan; in emit_store_tcs_chan() 547 emit_store_chan(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned bit_size, unsigned location, unsigned comp, unsigned chan, LLVMValueRef dst) emit_store_chan() argument 574 emit_store_tcs_chan(struct lp_build_nir_context *bld_base, bool is_compact, unsigned bit_size, unsigned location, unsigned const_index, LLVMValueRef indir_vertex_index, LLVMValueRef indir_index, unsigned comp, unsigned chan, LLVMValueRef chan_val) emit_store_tcs_chan() argument 2051 unsigned index, chan; emit_prologue() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_export.cpp | 52 void WriteOutInstr::override_chan(int i, int chan) in override_chan() argument 55 new Register(m_value[i]->sel(), chan, in override_chan() 267 if (value[i]->chan() == i)
|
| H A D | sfn_instr_alu.h | 67 AluInstr(EAluOp opcode, int chan); 103 int dest_chan() const {return m_dest ? m_dest->chan() : m_fallback_chan;} in dest_chan()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | ieee802_11_vht.c | 225 struct hostapd_channel_data *chan; in hostapd_eid_txpower_envelope() local 297 chan = &mode->channels[i]; in hostapd_eid_txpower_envelope() 298 max_tx_power = chan->max_tx_power - local_pwr_constraint; in hostapd_eid_txpower_envelope()
|
| /third_party/python/Lib/test/ |
| H A D | test__xxsubinterpreters.py | 924 with open({w}, 'wb') as chan: 925 pickle.dump(ns, chan) 928 with open(r, 'rb') as chan: 929 ns = pickle.load(chan) 955 with open({w}, 'wb') as chan: 956 pickle.dump(ns, chan) 959 with open(r, 'rb') as chan: 960 ns = pickle.load(chan) 976 with open({w}, 'wb') as chan: 977 pickle.dump(ns, chan) [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_serialize.c | 806 for (unsigned chan = 0; chan < src_components; chan++) { in is_alu_src_ssa_16bit() 810 if (alu->dest.dest.is_ssa && i < 2 && chan == 0 && in is_alu_src_ssa_16bit() 811 alu->src[i].swizzle[chan] < 4) in is_alu_src_ssa_16bit() 814 if (alu->src[i].swizzle[chan] != chan) in is_alu_src_ssa_16bit() 934 for (unsigned chan = 0; chan < src_components; chan in read_alu() [all...] |
| H A D | nir_format_convert.h | 108 nir_ssa_def *chan = nir_channel(b, packed, next_chan); in nir_format_unpack_int() 112 comps[i] = nir_ishr(b, nir_ishl(b, chan, lshift), rshift); in nir_format_unpack_int() 114 comps[i] = nir_ushr(b, nir_ishl(b, chan, lshift), rshift); in nir_format_unpack_int()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_nl80211_event.c | 2315 u8 chan, enum hostapd_hw_mode hw_mode) 2343 if (chan >= 1 && chan <= 6) 2344 return 56160 + (2160 * chan); 2349 if (chan >= 1 && chan <= 13) 2350 return 2407 + 5 * chan; 2351 if (chan == 14) 2353 if (chan >= 36 && chan < 2314 chan_to_freq(struct wpa_driver_nl80211_data *drv, u8 chan, enum hostapd_hw_mode hw_mode) global() argument 2365 u8 chan; global() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_decoder.cpp | 300 bc.src[0].chan = w0.get_SRC0_CHAN(); in decode_alu() 304 bc.src[1].chan = w0.get_SRC1_CHAN(); in decode_alu() 319 bc.src[0].chan = iw0.get_SRC0_CHAN(); in decode_alu() 323 bc.src[1].chan = iw0.get_SRC1_CHAN(); in decode_alu() 328 bc.src[2].chan = iw1.get_SRC2_CHAN(); in decode_alu() 355 bc.src[2].chan = w1.get_SRC2_CHAN(); in decode_alu()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 1006 struct nouveau_object *chan; in nv50_screen_create() local 1035 chan = screen->base.channel; in nv50_screen_create() 1078 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS, in nv50_screen_create() 1086 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS, in nv50_screen_create() 1093 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS, in nv50_screen_create() 1129 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class, in nv50_screen_create()
|
| /third_party/alsa-lib/test/ |
| H A D | midifile.h | 45 int chan, char *data, unsigned long size);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface.h | 230 int channel_to_frequency(int chan, int band);
|
| /third_party/backends/backend/ |
| H A D | hp-accessor.c | 789 unsigned nchan, unsigned chan) in sanei_hp_accessor_subvector_new() 796 assert(chan < nchan); in sanei_hp_accessor_subvector_new() 802 this->offset += (nchan - chan - 1) * this->stride; in sanei_hp_accessor_subvector_new() 804 this->offset += chan * this->stride; in sanei_hp_accessor_subvector_new() 788 sanei_hp_accessor_subvector_new(HpAccessorVector super, unsigned nchan, unsigned chan) sanei_hp_accessor_subvector_new() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_aspectralstats.c | 150 static void set_meta(AVDictionary **metadata, int chan, const char *key, in set_meta() argument 157 if (chan) in set_meta() 158 snprintf(key2, sizeof(key2), "lavfi.aspectralstats.%d.%s", chan, key); in set_meta()
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | channel.sub.js | 431 let chan = deserialize(respChannel); 432 await chan.connect(); 433 await chan.send(resp);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p_i.h | 689 void p2p_channels_remove_freqs(struct p2p_channels *chan, 694 const struct p2p_channels *chan); 756 struct p2p_channels *chan);
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 629 LLVMValueRef *const chan = alloca(dst_channels * sizeof(LLVMValueRef)); in ac_build_expand() local 640 chan[i] = ac_llvm_extract_elem(ctx, value, i); in ac_build_expand() 646 chan[0] = value; in ac_build_expand() 652 chan[i] = LLVMGetUndef(elemtype); in ac_build_expand() 654 return ac_build_gather_values(ctx, chan, dst_channels); in ac_build_expand() 662 LLVMValueRef *const chan = alloca(channels * sizeof(LLVMValueRef)); in ac_extract_components() local 665 chan[i] = ac_llvm_extract_elem(ctx, value, i + start); in ac_extract_components() 667 return ac_build_gather_values(ctx, chan, channels); in ac_extract_components() 1659 for (unsigned chan = 0; chan < num_channel in ac_build_opencoded_load_format() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | dpp_hostapd.c | 2476 struct hostapd_channel_data *chan = &mode->channels[c]; in hostapd_dpp_chirp_scan_res_handler() local 2478 if (chan->flag & (HOSTAPD_CHAN_DISABLED | in hostapd_dpp_chirp_scan_res_handler() 2480 chan->freq != 2437) in hostapd_dpp_chirp_scan_res_handler() 2494 struct hostapd_channel_data *chan = &mode->channels[c]; in hostapd_dpp_chirp_scan_res_handler() local 2496 if (chan->flag & (HOSTAPD_CHAN_DISABLED | in hostapd_dpp_chirp_scan_res_handler() 2499 if (chan->freq == 5220) in hostapd_dpp_chirp_scan_res_handler() 2501 if (chan->freq == 5745) in hostapd_dpp_chirp_scan_res_handler() 2513 struct hostapd_channel_data *chan = &mode->channels[c]; in hostapd_dpp_chirp_scan_res_handler() local 2515 if ((chan->flag & (HOSTAPD_CHAN_DISABLED | in hostapd_dpp_chirp_scan_res_handler() 2517 chan in hostapd_dpp_chirp_scan_res_handler() [all...] |