Home
last modified time | relevance | path

Searched defs:chan (Results 176 - 200 of 210) sorted by relevance

123456789

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c2770 u8 chan; in hostapd_ctrl_iface_chan_switch() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c4084 char chan[20]; dpp_nfc_update_bi_channel() local
[all...]
H A Ddpp.h153 char *chan; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c5006 u8 op_class, chan; in wpa_config_process_p2p_pref_chan() local
H A Dctrl_iface.c7778 int op_class, chan; local
/third_party/backends/backend/
H A Dhp-option.c1566 unsigned nchan, chan; in _probe_vector() member
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c766 ntq_store_dest(struct v3d_compile *c, nir_dest *dest, int chan, in ntq_store_dest() argument
880 unsigned chan = ffs(instr->dest.write_mask) - 1; in ntq_get_alu_src() local
1112 int chan = var->data.location_frac + i; in emit_fragment_input() local
1126 int chan = var->data.location_frac + array_index % 4; emit_compact_fragment_input() local
2389 unsigned chan = var->data.location_frac + k; ntq_setup_gs_inputs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h64 unsigned chan() const {return chan(id); } in chan() function
68 static unsigned chan(unsigned idx) { return (idx-1) & 3; } in chan() function
[all...]
H A Dsb_bc.h493 unsigned chan:2; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1591 int chan; in get_gather_value() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c173 unsigned chan; in lp_mem_type_from_format_desc() local
446 fs_interp(const struct lp_build_fs_iface *iface, struct lp_build_context *bld, unsigned attrib, unsigned chan, bool centroid, bool sample, LLVMValueRef attrib_indir, LLVMValueRef offsets[2]) fs_interp() argument
1714 const unsigned chan = i; lp_blend_type_from_format_desc() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c188 int chan; in lp_build_sample_texel_soa() local
1041 int chan, texel_inde in lp_build_sample_image_linear() local
1806 unsigned chan; lp_build_sample_mipmap() local
1949 unsigned chan; lp_build_sample_mipmap_both() local
2748 int chan; lp_build_clamp_border_color() local
2950 unsigned chan; lp_build_sample_general() local
3106 unsigned dims = bld->dims, chan; lp_build_fetch_texel() local
3916 unsigned chan; lp_build_sample_soa_code() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c980 print_chan(const char *msg, const union tgsi_exec_channel *chan) in print_chan() argument
1390 fetch_src_file_channel(const struct tgsi_exec_machine *mach, const uint file, const uint swizzle, const union tgsi_exec_channel *index, const union tgsi_exec_channel *index2D, union tgsi_exec_channel *chan) fetch_src_file_channel() argument
1592 fetch_source_d(const struct tgsi_exec_machine *mach, union tgsi_exec_channel *chan, const struct tgsi_full_src_register *reg, const uint chan_index) fetch_source_d() argument
1614 fetch_source(const struct tgsi_exec_machine *mach, union tgsi_exec_channel *chan, const struct tgsi_full_src_register *reg, const uint chan_index, enum tgsi_exec_datatype src_datatype) fetch_source() argument
1637 store_dest_dstret(struct tgsi_exec_machine *mach, const union tgsi_exec_channel *chan, const struct tgsi_full_dst_register *reg, uint chan_index) store_dest_dstret() argument
1726 store_dest_double(struct tgsi_exec_machine *mach, const union tgsi_exec_channel *chan, const struct tgsi_full_dst_register *reg, uint chan_index) store_dest_double() argument
1746 store_dest(struct tgsi_exec_machine *mach, const union tgsi_exec_channel *chan, const struct tgsi_full_dst_register *reg, const struct tgsi_full_instruction *inst, uint chan_index) store_dest() argument
1972 fetch_assign_deriv_channel(struct tgsi_exec_machine *mach, const struct tgsi_full_instruction *inst, unsigned regdsrcx, unsigned chan, float derivs[2][TGSI_QUAD_SIZE]) fetch_assign_deriv_channel() argument
2041 uint chan; exec_tex() local
2186 unsigned chan; exec_lodq() local
2219 uint chan; exec_txd() local
2326 uint chan; exec_txf() local
2412 uint chan; exec_txq() local
2446 uint chan; exec_sample() local
2578 uint chan; exec_sample_d() local
2671 interp_constant_offset( UNUSED const struct tgsi_exec_machine *mach, UNUSED unsigned attrib, UNUSED unsigned chan, UNUSED float ofs_x, UNUSED float ofs_y, UNUSED union tgsi_exec_channel *out_chan) interp_constant_offset() argument
2686 interp_linear_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_linear_offset() argument
2704 eval_linear_coef(struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan) eval_linear_coef() argument
2726 interp_perspective_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_perspective_offset() argument
2875 unsigned int chan; exec_scalar_unary() local
2894 unsigned int chan; exec_vector_unary() local
2922 unsigned int chan; exec_scalar_binary() local
2942 unsigned int chan; exec_vector_binary() local
2972 unsigned int chan; exec_vector_trinary() local
3004 unsigned int chan; exec_vector_quaternary() local
3029 unsigned int chan; exec_dp3() local
3053 unsigned int chan; exec_dp4() local
3077 unsigned int chan; exec_dp2() local
3099 unsigned chan; exec_pk2h() local
3119 unsigned chan; exec_up2h() local
3150 unsigned int chan; exec_ucmp() local
3390 fetch_double_channel(struct tgsi_exec_machine *mach, union tgsi_double_channel *chan, const struct tgsi_full_src_register *reg, uint chan_0, uint chan_1) fetch_double_channel() argument
3411 store_double_channel(struct tgsi_exec_machine *mach, const union tgsi_double_channel *chan, const struct tgsi_full_dst_register *reg, const struct tgsi_full_instruction *inst, uint chan_0, uint chan_1) store_double_channel() argument
3664 uint chan; exec_load_img() local
3911 uint unit, chan; exec_atomop_img() local
3971 uint chan, i; exec_atomop_membuf() local
4083 int i, chan, j; exec_resq_img() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c934 unsigned chan, attrib; in do_clamp_vertex_color() local
1308 unsigned chan, attrib, i; in convert_to_aos() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c4902 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/wpa_supplicant/
H A Dwpa_supplicant.c2379 struct hostapd_channel_data *chan; in ibss_mesh_setup_freq() local
2401 struct hostapd_channel_data *chan; ibss_mesh_setup_freq() local
[all...]
H A Dctrl_iface.c6946 int op_class, chan; in p2p_ctrl_set() local
H A Dp2p_supplicant.c3344 static void wpas_p2p_add_chan(struct p2p_reg_class *reg, u8 chan) in wpas_p2p_add_chan() argument
3351 wpas_p2p_default_channels(struct wpa_supplicant *wpa_s, struct p2p_channels *chan, struct p2p_channels *cli_chan) wpas_p2p_default_channels() argument
3413 has_channel(struct wpa_global *global, struct hostapd_hw_modes *mode, u8 chan, int *flags) has_channel() argument
3602 wpas_p2p_setup_channels(struct wpa_supplicant *wpa_s, struct p2p_channels *chan, struct p2p_channels *cli_chan) wpas_p2p_setup_channels() argument
6178 u8 chan; wpas_p2p_init_go_params() local
6205 u8 chan; wpas_p2p_init_go_params() local
7785 struct p2p_channels chan, cli_chan; wpas_p2p_update_channel_list() local
9089 u8 curr_chan, cand, chan; wpas_p2p_optimize_listen_channel() local
9185 u8 chan, opclass; wpas_p2p_move_go_csa() local
9385 u8 chan; wpas_p2p_consider_moving_one_go() local
[all...]
H A Dwpa_supplicant_i.h1144 u8 chan; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c6943 struct hostapd_channel_data *chan; in hostapd_eid_txpower_envelope() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c5113 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/amd/llvm/
H A Dac_nir_to_llvm.c2528 int chan; get_image_coords() local
[all...]
H A Dac_llvm_build.c629 LLVMValueRef *const chan = alloca(dst_channels * sizeof(LLVMValueRef)); in ac_build_expand() local
662 LLVMValueRef *const chan = alloca(channels * sizeof(LLVMValueRef)); in ac_extract_components() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c2068 int sel, chan; r600_get_byte_address() local
2332 int chan = inst->Src[i].Indirect.Swizzle; tgsi_split_constant() local
3092 int chan = (j == 1) ? 2 : (param ? 1 : 0); emit_lds_vs_writes() local
4398 r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, const struct r600_shader_src *shader_src, unsigned chan) r600_bytecode_src() argument
5537 int chan; tgsi_lit() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c248 bi_emit_collect_to(bi_builder *b, bi_index dst, bi_index *chan, unsigned n) in bi_emit_collect_to() argument
600 unsigned chan = channel ? channel[i] : 0; in bi_make_vec16_to() local
2326 unsigned chan in bi_emit_alu() local
2476 unsigned chan[4] = { 0 }; bi_emit_alu() local
[all...]

Completed in 128 milliseconds

123456789