| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.c | 518 unsigned chan; in util_is_format_compatible() local 535 for (chan = 0; chan < 4; ++chan) { in util_is_format_compatible() 536 if (src_desc->channel[chan].size != in util_is_format_compatible() 537 dst_desc->channel[chan].size) { in util_is_format_compatible() 542 for (chan = 0; chan < 4; ++chan) { in util_is_format_compatible() 543 enum pipe_swizzle swizzle = dst_desc->swizzle[chan]; in util_is_format_compatible() 565 unsigned chan; util_format_fits_8unorm() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 2316 for (unsigned chan = 0; chan < instr->coord_components; ++chan) in visit_tex() 2317 coords[chan] = LLVMBuildExtractValue(builder, coord, in visit_tex() 2318 chan, ""); in visit_tex() 2320 for (unsigned chan = coord_vals; chan < 5; chan++) in visit_tex() 2321 coords[chan] = coord_undef; in visit_tex() 2357 for (unsigned chan in visit_tex() [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_screen.c | 582 unsigned chan; in util_format_is_rgba1010102_variant() local 589 for (chan = 0; chan < 4; ++chan) { in util_format_is_rgba1010102_variant() 590 if(desc->channel[chan].type != UTIL_FORMAT_TYPE_UNSIGNED && in util_format_is_rgba1010102_variant() 591 desc->channel[chan].type != UTIL_FORMAT_TYPE_VOID) in util_format_is_rgba1010102_variant() 593 if (desc->channel[chan].size != size[chan]) in util_format_is_rgba1010102_variant()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | drv_callbacks.c | 1174 hapd->iconf->channel = pri_chan->chan; in hostapd_acs_channel_selected() 1617 struct hostapd_channel_data *chan; in hostapd_get_mode_chan() local 1620 chan = &mode->channels[i]; in hostapd_get_mode_chan() 1621 if ((unsigned int) chan->freq == freq) in hostapd_get_mode_chan() 1622 return chan; in hostapd_get_mode_chan() 1633 struct hostapd_channel_data *chan; in hostapd_get_mode_channel() local 1638 chan = hostapd_get_mode_chan(&iface->hw_features[i], freq); in hostapd_get_mode_channel() 1639 if (chan) in hostapd_get_mode_channel() 1640 return chan; in hostapd_get_mode_channel() 1648 struct hostapd_channel_data *chan, in hostapd_update_nf() 1647 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) hostapd_update_nf() argument 1668 struct hostapd_channel_data *chan; hostapd_single_channel_get_survey() local 1706 struct hostapd_channel_data *chan; hostapd_event_get_survey() local [all...] |
| H A D | hw_features.h | 21 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan); 58 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
| H A D | dpp-nfc.py | 172 def dpp_bootstrap_gen(wpas, type="qrcode", chan=None, mac=None, info=None, 175 if chan: 176 cmd += " chan=" + chan 227 chan = chan_override 229 chan = chanlist 230 if chan and chan.startswith("81/"): 231 listen_freq = int(chan[3:].split(',')[0]) * 5 + 2407 232 if chan i [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_aecho.c | 167 int i, j, chan, av_uninit(index); \ 171 for (chan = 0; chan < channels; chan++) { \ 172 const type *s = (type *)src[chan]; \ 173 type *d = (type *)dst[chan]; \ 174 type *dbuf = (type *)delayptrs[chan]; \
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.h | 45 static inline unsigned ac_llvm_reg_index_soa(unsigned index, unsigned chan) in ac_llvm_reg_index_soa() argument 47 return (index * 4) + chan; in ac_llvm_reg_index_soa()
|
| H A D | ac_nir_to_llvm.c | 1274 for (unsigned chan = 0; chan < 3; chan++) in visit_alu() 1275 in[chan] = ac_llvm_extract_elem(&ctx->ac, src[0], chan); in visit_alu() 1294 for (unsigned chan = 0; chan < 3; chan++) in visit_alu() 1295 in[chan] = ac_llvm_extract_elem(&ctx->ac, src[0], chan); in visit_alu() 2528 int chan; get_image_coords() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | rpzaenc.c | 68 #define GET_CHAN(color, chan) (((color) >> ((chan) * 5) & 0x1F) * 8) 193 * in chan. 196 uint8_t *min, uint8_t *max, channel_offset *chan) in get_max_component_diff() 228 *chan = RED; in get_max_component_diff() 232 *chan = GREEN; in get_max_component_diff() 236 *chan = BLUE; in get_max_component_diff() 559 channel_offset chan; in rpza_encode_stream() local 692 get_max_component_diff(&bi, &src_pixels[block_offset], &min, &max, &chan); in rpza_encode_stream() 703 if (i == chan) { in rpza_encode_stream() 195 get_max_component_diff(BlockInfo *bi, uint16_t *block_ptr, uint8_t *min, uint8_t *max, channel_offset *chan) get_max_component_diff() argument [all...] |
| H A D | aptx.c | 511 int chan, subband; in ff_aptx_init() local 528 for (chan = 0; chan < NB_CHANNELS; chan++) { in ff_aptx_init() 529 Channel *channel = &s->channels[chan]; in ff_aptx_init()
|
| /third_party/libdrm/nouveau/ |
| H A D | pushbuf.c | 311 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan) in pushbuf_submit() argument 320 struct nouveau_fifo *fifo = chan->data; in pushbuf_submit() 325 if (chan->oclass != NOUVEAU_FIFO_CHANNEL_CLASS) in pushbuf_submit() 539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new() argument 544 struct nouveau_fifo *fifo = chan->data; in nouveau_pushbuf_new() 550 if (chan->oclass != NOUVEAU_FIFO_CHANNEL_CLASS) in nouveau_pushbuf_new() 583 push->channel = immediate ? chan : NULL; in nouveau_pushbuf_new() 778 nouveau_pushbuf_kick(struct nouveau_pushbuf *push, struct nouveau_object *chan) in nouveau_pushbuf_kick() argument 781 return pushbuf_submit(push, chan); in nouveau_pushbuf_kick() 787 nouveau_check_dead_channel(struct nouveau_drm *drm, struct nouveau_object *chan) in nouveau_check_dead_channel() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 197 for (unsigned chan = 0; chan < 4; chan++) in lshs_lds_load() 198 values[chan] = lshs_lds_load(ctx, type, chan, dw_addr); in lshs_lds_load() 583 for (unsigned chan = 0; chan < 4; chan++) { in si_llvm_ls_build_end() 584 if (!(info->output_usagemask[i] & (1 << chan))) in si_llvm_ls_build_end() 587 LLVMValueRef value = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.f32, addrs[4 * i + chan], ""); in si_llvm_ls_build_end() [all...] |
| /third_party/libsnd/tests/ |
| H A D | peak_chunk_test.c | 260 int k, chan, channel_count, position ; in check_logged_peaks() local 295 if (sscanf (cptr, "%d %d %f", &chan, &position, &value) != 3) in check_logged_peaks() 300 { printf ("\n\nLine %d: peak position for channel %d should not be at offset 0.\n", __LINE__, chan) ; in check_logged_peaks() 304 if (chan != k || fabs ((position) * 0.01 - value) > 1e-6) in check_logged_peaks() 307 printf ("\n\nLine %d: %d %f %f\n", __LINE__, chan, position * 0.01, value) ; in check_logged_peaks()
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_shader.c | 102 unsigned chan = glsl_get_components(column); in collect_varyings() local 109 chan += var->data.location_frac; in collect_varyings() 110 comps[loc] = MAX2(comps[loc], chan); in collect_varyings() 119 unsigned chan = comps[loc]; in collect_varyings() local 149 enum pipe_format format = varying_format(type, chan); in collect_varyings()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_analysis.c | 94 unsigned index, chan; in match_aero_minification_shader() local 148 for (chan = 0; chan < size; ++chan) { in match_aero_minification_shader() 149 if (parse.FullToken.FullImmediate.u[chan].Float == 0.25f) { in match_aero_minification_shader()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | hw_features.h | 21 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan); 54 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) in hostapd_hw_get_freq() argument
|
| H A D | ap_drv_ops.c | 851 struct hostapd_channel_data *chan = &mode->channels[i]; in hostapd_get_hw_mode_any_channels() local 855 chan->chan)) && in hostapd_get_hw_mode_any_channels() 856 !(chan->flag & HOSTAPD_CHAN_DISABLED) && in hostapd_get_hw_mode_any_channels() 858 (chan->flag & HOSTAPD_CHAN_RADAR))) in hostapd_get_hw_mode_any_channels() 859 int_array_add_unique(freq_list, chan->freq); in hostapd_get_hw_mode_any_channels() 907 struct hostapd_channel_data *chan = &mode->channels[i]; in hostapd_drv_do_acs() local 911 chan->chan)) in hostapd_drv_do_acs() 914 (chan in hostapd_drv_do_acs() [all...] |
| H A D | drv_callbacks.c | 1403 struct hostapd_channel_data *chan; in hostapd_get_mode_channel() local 1406 chan = &iface->current_mode->channels[i]; in hostapd_get_mode_channel() 1407 if ((unsigned int) chan->freq == freq) in hostapd_get_mode_channel() 1408 return chan; in hostapd_get_mode_channel() 1416 struct hostapd_channel_data *chan, in hostapd_update_nf() 1420 chan->min_nf = survey->nf; in hostapd_update_nf() 1423 if (dl_list_empty(&chan->survey_list)) in hostapd_update_nf() 1424 chan->min_nf = survey->nf; in hostapd_update_nf() 1425 else if (survey->nf < chan->min_nf) in hostapd_update_nf() 1426 chan in hostapd_update_nf() 1415 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) hostapd_update_nf() argument 1436 struct hostapd_channel_data *chan; hostapd_single_channel_get_survey() local 1474 struct hostapd_channel_data *chan; hostapd_event_get_survey() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.cpp | 333 unsigned chan; in update_packed_items() local 339 chan = v->get_final_chan(); in update_packed_items() 340 assert(!swp[chan] || swp[chan] == v); in update_packed_items() 341 swp[chan] = v; in update_packed_items() 345 chan = 0; in update_packed_items() 347 I2 != E2; ++I2, ++chan) { in update_packed_items() 348 *I2 = swp[chan]; in update_packed_items()
|
| H A D | sb_valtable.cpp | 70 << chans[v.select.chan()]; in operator <<() 74 o << "C" << v.select.sel() << "." << chans[v.select.chan()]; in operator <<() 83 << chans[v.select.chan()]; in operator <<() 128 o << "@R" << g.sel() << "." << chans[g.chan()]; in operator <<() 588 if (v->pin_gpr.chan() != v->gpr.chan())
|
| /third_party/curl/lib/ |
| H A D | krb5.c | 209 struct gss_channel_bindings_struct chan; in krb5_auth() local 219 chan.initiator_addrtype = GSS_C_AF_INET; in krb5_auth() 220 chan.initiator_address.length = l - 4; in krb5_auth() 221 chan.initiator_address.value = &conn->local_addr.sin_addr.s_addr; in krb5_auth() 222 chan.acceptor_addrtype = GSS_C_AF_INET; in krb5_auth() 223 chan.acceptor_address.length = l - 4; in krb5_auth() 224 chan.acceptor_address.value = &remote_addr->sin_addr.s_addr; in krb5_auth() 225 chan.application_data.length = 0; in krb5_auth() 226 chan.application_data.value = NULL; in krb5_auth() 281 &chan, in krb5_auth() [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_mem.h | 155 int data_swz(int chan) const {return m_data[chan]->chan();} in data_swz()
|
| H A D | sfn_shader_gs.cpp | 157 const int chan[6] = {0, 1 ,3, 0, 1, 2}; in do_allocate_reserved_registers() local 162 m_per_vertex_offsets[i] = value_factory().allocate_pinned_register(sel[i], chan[i]); in do_allocate_reserved_registers() 273 if (out_value[i + shift]->chan() < 4) { 275 } else if (value[i]->chan() < 4) { 291 if ((write_mask & (1 << i)) && (out_value[i]->chan() != i)) { 301 if (out_value[i]->chan() < 4) {
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_instr_test.cpp | 64 EXPECT_EQ(dest->chan(), 2); in TEST_F() 71 EXPECT_EQ(src0->chan(), 0); in TEST_F() 115 EXPECT_EQ(dest->chan(), 1); in TEST_F() 124 EXPECT_EQ(src0->chan(), 2); in TEST_F() 131 EXPECT_EQ(src1->chan(), 3); in TEST_F() 159 EXPECT_EQ(dest->chan(), 1); in TEST_F() 168 EXPECT_EQ(src0->chan(), 2); in TEST_F() 175 EXPECT_EQ(src1->chan(), 3); in TEST_F() 182 EXPECT_EQ(src2->chan(), 1); in TEST_F()
|