Searched defs:chan (Results 26 - 50 of 144) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h23 struct nouveau_object *chan; member in struct:nouveau_decoder
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_screen.c595 struct nouveau_object *chan; local
623 chan = screen->base.channel;
648 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS,
656 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS,
663 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS,
699 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c153 unsigned int chan; local
212 for (chan = 0; chan < 4; chan++) {
213 if ((mask >> chan) & 0x1) {
214 if (!var->Live[chan].Used
215 || chan_start < var->Live[chan].Start) {
216 var->Live[chan].Start =
219 if (!var->Live[chan].Used
220 || chan_end > var->Live[chan]
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.c41 unsigned chan; local
44 case TGSI_SEMANTIC_INSTANCEID: chan = 3; break;
45 case TGSI_SEMANTIC_VERTEXID: chan = 0; break;
50 ctx->soa.bld_base.base.gallivm, chan);
74 unsigned chan; local
76 for (chan = 0; chan < 4; chan++) {
78 chan);
100 unsigned chan; local
121 unsigned chan; local
173 unsigned chan; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_ubo_reference.cpp281 ir_rvalue *chan = new(mem_ctx) ir_constant((int)i); local
284 chan);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h48 struct nouveau_object *chan; member in struct:nouveau_hw_state
94 (to_nouveau_context(ctx)->hw.chan)
H A Dnv04_surface.c206 struct nv04_fifo *fifo = hw->chan->data;
286 struct nv04_fifo *fifo = hw->chan->data;
434 struct nv04_fifo *fifo = hw->chan->data;
483 struct nouveau_object *chan = hw->chan; local
488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS,
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS,
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
520 ret = nouveau_object_new(chan, handle++, NV03_ROP_CLASS,
534 ret = nouveau_object_new(chan, handl
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c262 int chan, prev; local
265 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
267 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
269 prev = chan;
273 while ( (chan = get_right_channel(&st->layout, s, prev)) != -1)
275 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
277 prev = chan;
280 int chan, prev; local
283 while ( (chan = get_mono_channel(&st->layout, s, prev)) != -1)
285 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
[all...]
/external/libopus/src/
H A Dopus_multistream_decoder.c262 int chan, prev; local
265 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
267 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
269 prev = chan;
273 while ( (chan = get_right_channel(&st->layout, s, prev)) != -1)
275 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
277 prev = chan;
280 int chan, prev; local
283 while ( (chan = get_mono_channel(&st->layout, s, prev)) != -1)
285 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
[all...]
/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp277 int chan = sel & 3; local
293 O << "." << chans[chan];
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c66 unsigned chan; local
70 for (chan = 0; chan < 4; ++chan) {
77 if (chan == 3) {
85 swizzle = desc->swizzle[chan];
87 swizzles[chan] = swizzle;
102 unsigned chan; local
123 for (chan = 0; chan < des
[all...]
H A Dlp_bld_format_soa.c67 unsigned chan; local
68 for (chan = 0; chan < 4; ++chan) {
69 enum util_format_swizzle swizzle = format_desc->swizzle[chan];
70 swizzled_out[chan] = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
110 unsigned chan; local
124 for (chan = 0; chan < format_desc->nr_channels; ++chan) {
265 unsigned chan; local
393 unsigned k, chan; local
[all...]
H A Dlp_bld_swizzle.c359 unsigned chan; local
365 for (chan = 0; chan < 4; ++chan) {
366 if (swizzles[chan] == PIPE_SWIZZLE_ONE) {
367 cond |= 1 << chan;
393 for (chan = 0; chan < 4; ++chan) {
395 if (swizzles[chan] <
475 unsigned chan; local
497 unsigned chan; local
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h23 struct nouveau_object *chan; member in struct:nouveau_decoder
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_screen.c595 struct nouveau_object *chan; local
623 chan = screen->base.channel;
648 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS,
656 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS,
663 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS,
699 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class,
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c153 unsigned int chan; local
212 for (chan = 0; chan < 4; chan++) {
213 if ((mask >> chan) & 0x1) {
214 if (!var->Live[chan].Used
215 || chan_start < var->Live[chan].Start) {
216 var->Live[chan].Start =
219 if (!var->Live[chan].Used
220 || chan_end > var->Live[chan]
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c41 unsigned chan; local
44 case TGSI_SEMANTIC_INSTANCEID: chan = 3; break;
45 case TGSI_SEMANTIC_VERTEXID: chan = 0; break;
50 ctx->soa.bld_base.base.gallivm, chan);
74 unsigned chan; local
76 for (chan = 0; chan < 4; chan++) {
78 chan);
100 unsigned chan; local
121 unsigned chan; local
173 unsigned chan; local
[all...]
/external/mesa3d/src/glsl/
H A Dlower_ubo_reference.cpp281 ir_rvalue *chan = new(mem_ctx) ir_constant((int)i); local
284 chan);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h48 struct nouveau_object *chan; member in struct:nouveau_hw_state
94 (to_nouveau_context(ctx)->hw.chan)
H A Dnv04_surface.c206 struct nv04_fifo *fifo = hw->chan->data;
286 struct nv04_fifo *fifo = hw->chan->data;
434 struct nv04_fifo *fifo = hw->chan->data;
483 struct nouveau_object *chan = hw->chan; local
488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS,
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS,
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
520 ret = nouveau_object_new(chan, handle++, NV03_ROP_CLASS,
534 ret = nouveau_object_new(chan, handl
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c247 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) argument
251 if (dl_list_empty(&chan->survey_list))
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
265 struct hostapd_channel_data *chan; local
268 chan = &iface->current_mode->channels[i];
270 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED)
271 acs_clean_chan_surveys(chan);
273 dl_list_init(&chan->survey_list);
274 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED;
275 chan
325 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
357 acs_usable_ht40_chan(struct hostapd_channel_data *chan) argument
371 acs_usable_vht80_chan(struct hostapd_channel_data *chan) argument
406 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) argument
427 struct hostapd_channel_data *chan; local
446 acs_usable_chan(struct hostapd_channel_data *chan) argument
462 struct hostapd_channel_data *chan; local
484 struct hostapd_channel_data *chan; local
510 struct hostapd_channel_data *chan, *adj_chan, *ideal_chan = NULL, local
776 struct hostapd_channel_data *chan; local
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c113 struct p2p_channels *chan)
123 for (i = 0; i < chan->reg_classes; i++) {
124 struct p2p_reg_class *c = &chan->reg_class[i];
112 p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, struct p2p_channels *chan) argument
H A Dp2p_utils.c287 void p2p_channels_remove_freqs(struct p2p_channels *chan, argument
296 while (o < chan->reg_classes) {
297 struct p2p_reg_class *op = &chan->reg_class[o];
313 chan->reg_classes--;
314 os_memmove(&chan->reg_class[o], &chan->reg_class[o + 1],
315 (chan->reg_classes - o) *
409 p2p->cfg->pref_chan[i].chan);
418 const struct p2p_channels *chan)
427 for (i = 0; i < chan
417 p2p_channels_dump(struct p2p_data *p2p, const char *title, const struct p2p_channels *chan) argument
494 u8 chan[4]; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dacs.c247 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) argument
251 if (dl_list_empty(&chan->survey_list))
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
265 struct hostapd_channel_data *chan; local
268 chan = &iface->current_mode->channels[i];
270 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED)
271 acs_clean_chan_surveys(chan);
273 dl_list_init(&chan->survey_list);
274 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED;
275 chan
325 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
357 acs_usable_ht40_chan(struct hostapd_channel_data *chan) argument
371 acs_usable_vht80_chan(struct hostapd_channel_data *chan) argument
406 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) argument
427 struct hostapd_channel_data *chan; local
446 acs_usable_chan(struct hostapd_channel_data *chan) argument
462 struct hostapd_channel_data *chan; local
484 struct hostapd_channel_data *chan; local
510 struct hostapd_channel_data *chan, *adj_chan, *ideal_chan = NULL, local
776 struct hostapd_channel_data *chan; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c113 struct p2p_channels *chan)
123 for (i = 0; i < chan->reg_classes; i++) {
124 struct p2p_reg_class *c = &chan->reg_class[i];
112 p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, struct p2p_channels *chan) argument

Completed in 382 milliseconds

123456