| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader.h | 270 bool emit_simple_mov(nir_dest& dest, int chan, PVirtualValue src, Pin pin = pin_free);
|
| H A D | sfn_shader_vs.cpp | 343 if ((*so_gpr[i])[j + sc]->chan() != j + sc) { in emit_stream()
|
| H A D | sfn_optimizer.cpp | 558 if (s->chan() > 3) in replace_src()
|
| H A D | sfn_instr_fetch.cpp | 192 if (m_src && m_src->chan() < 7) { in do_print()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | ieee802_11_common.h | 263 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan);
|
| H A D | dpp.h | 153 char *chan; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_sofalizer.c | 267 int chan = av_channel_layout_channel_from_index(channel_layout, ch); in get_speaker_pos() local 269 switch (chan) { in get_speaker_pos()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_file.c | 60 short chan; member 328 fmt->chan = TO_LE16(pcm->channels); in setup_wav_header()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_etc_decode.c | 50 nir_ssa_def *chan = cnt == 1 ? src : nir_channel(b, src, i); in flip_endian() local 52 intermediate[j] = nir_ubfe_imm(b, chan, 8 * j, 8); in flip_endian()
|
| H A D | radv_formats.c | 1038 #define HAS_SWIZZLE(chan, swz) (desc->swizzle[chan] == PIPE_SWIZZLE_##swz) in radv_translate_colorswap()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_vbo.c | 750 nv50_draw_vbo_kick_notify(struct nouveau_pushbuf *chan) in nv50_draw_vbo_kick_notify() argument 752 struct nv50_screen *screen = chan->user_priv; in nv50_draw_vbo_kick_notify()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nve4_compute.c | 48 struct nouveau_object *chan = screen->base.channel; in nve4_screen_compute_setup() local 83 ret = nouveau_object_new(chan, 0xbeef00c0, obj_class, NULL, 0, in nve4_screen_compute_setup()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p_go_neg.c | 448 p2p->cfg->pref_chan[i].chan)) { in p2p_reselect_channel() 450 p2p->op_channel = p2p->cfg->pref_chan[i].chan; in p2p_reselect_channel()
|
| H A D | p2p.c | 1436 p2p->cfg->pref_chan[0].chan)) { in p2p_prepare_channel_best() 1439 p2p->op_channel = p2p->cfg->pref_chan[0].chan; in p2p_prepare_channel_best() 4834 p2p_dbg(p2p, "Updated no GO chan list"); in p2p_set_no_go_freq() 4903 const struct p2p_channels *chan, in p2p_update_channel_list() 4907 os_memcpy(&p2p->cfg->channels, chan, sizeof(struct p2p_channels)); in p2p_update_channel_list() 5511 u8 chan) in p2p_set_override_pref_op_chan() 5514 p2p->override_pref_channel = chan; in p2p_set_override_pref_op_chan() 4902 p2p_update_channel_list(struct p2p_data *p2p, const struct p2p_channels *chan, const struct p2p_channels *cli_chan) p2p_update_channel_list() argument 5510 p2p_set_override_pref_op_chan(struct p2p_data *p2p, u8 op_class, u8 chan) p2p_set_override_pref_op_chan() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | wpa_supplicant_i.h | 1428 u8 chan; member 1717 u8 *op_class, u8 *chan, u8 *phy_type);
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 1568 unsigned chan = glsl_get_components(column); in agx_remap_varyings_fs() local 1575 chan += var->data.location_frac; in agx_remap_varyings_fs() 1576 comps[loc] = MAX2(comps[loc], chan); in agx_remap_varyings_fs()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 1457 struct hostapd_channel_data *chan = &mode->channels[j]; in wpas_dpp_allow_ir() local 1459 if (chan->freq != (int) freq) in wpas_dpp_allow_ir() 1462 if (chan->flag & (HOSTAPD_CHAN_DISABLED | in wpas_dpp_allow_ir()
|
| H A D | wpa_supplicant_i.h | 1144 u8 chan; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 459 unsigned chan; in emit_repl() local 466 for (chan = 0; chan < 4; ++chan) { in emit_repl() 467 unsigned swizzle = (src0_swizzle >> (chan *2)) & 0x3; in emit_repl()
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1591 int chan; in get_gather_value() local 1601 chan = 2; in get_gather_value() 1604 chan = 3; in get_gather_value() 1607 chan = 1; in get_gather_value() 1610 chan = 0; in get_gather_value() 1643 return tx[chan][swizzle]; in get_gather_value()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| H A D | p2p.c | 1548 p2p->cfg->pref_chan[0].chan)) { 1551 p2p->op_channel = p2p->cfg->pref_chan[0].chan; 5045 p2p_dbg(p2p, "Updated no GO chan list"); 5114 const struct p2p_channels *chan, 5118 os_memcpy(&p2p->cfg->channels, chan, sizeof(struct p2p_channels)); 5730 u8 chan) 5733 p2p->override_pref_channel = chan; 5113 p2p_update_channel_list(struct p2p_data *p2p, const struct p2p_channels *chan, const struct p2p_channels *cli_chan) global() argument 5729 p2p_set_override_pref_op_chan(struct p2p_data *p2p, u8 op_class, u8 chan) global() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_pass.h | 546 void add_prev_chan(unsigned chan);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | dpp.c | 8403 char *chan = NULL, *mac = NULL, *info = NULL, *pk = NULL, *curve = NULL; in dpp_bootstrap_gen() local 8425 chan = get_param(cmd, " chan="); in dpp_bootstrap_gen() 8444 if (chan) { in dpp_bootstrap_gen() 8445 if (dpp_parse_uri_chan_list(bi, chan) < 0) in dpp_bootstrap_gen() 8447 len += 3 + os_strlen(chan); /* C:...; */ in dpp_bootstrap_gen() 8464 chan ? "C:" : "", chan ? chan : "", chan in dpp_bootstrap_gen() [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm.c | 740 LLVMValueRef chan[3] = { in si_llvm_load_intrinsic() local 745 return ac_build_gather_values(&ctx->ac, chan, 3); in si_llvm_load_intrinsic()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | mtypes.h | 69 #define GET_COLORMASK_BIT(mask, buf, chan) (((mask) >> (4 * (buf) + (chan))) & 0x1)
|