Searched defs:chan (Results 76 - 100 of 144) sorted by last modified time

123456

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h33 unsigned chan; member in struct:r600_bytecode_alu_src
43 unsigned chan; member in struct:r600_bytecode_alu_dst
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...]
H A Dr600_shader.c280 alu->src[src_idx].chan = bytes[bytes_read++];
305 alu.dst.chan = bytes[bytes_read++];
329 alu.src[1].chan = 0;
635 alu.dst.chan = i % 4;
638 alu.src[0].chan = (base_chan - (i % 2));
665 alu.dst.chan = i;
668 alu.src[0].chan = i;
776 alu.dst.chan = i;
777 alu.src[1].chan = i;
778 alu.src[2].chan
1726 r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, const struct r600_shader_src *shader_src, unsigned chan) argument
2259 int chan; local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c55 unsigned radeon_llvm_reg_index_soa(unsigned index, unsigned chan) argument
57 return (index * 4) + chan;
141 unsigned chan; local
142 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
143 values[chan] = ctx->inputs[radeon_llvm_reg_index_soa(
144 reg->Register.Index, chan)];
164 unsigned chan; local
165 for (chan
215 unsigned chan; local
251 unsigned chan; local
282 unsigned chan, chan_index; local
574 unsigned chan, src; local
593 unsigned chan; local
632 unsigned chan; local
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c215 unsigned chan; local
244 for (chan = 0; chan < 4; chan++) {
245 LLVMValueRef llvm_chan = lp_build_const_int32(base->gallivm, chan);
248 si_shader_ctx->radeon_bld.inputs[radeon_llvm_reg_index_soa(input_index, chan)] =
260 unsigned chan; local
323 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan
391 unsigned chan; local
604 unsigned chan; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c88 uint chan; local
102 for (chan = 2; chan < 4; chan++) {
103 const float dadx = coef->dadx[chan];
104 const float dady = coef->dady[chan];
105 const float a0 = coef->a0[chan] + dadx * x + dady * y;
106 quadpos->xyzw[chan].f[0] = a0;
107 quadpos->xyzw[chan].f[1] = a0 + dadx;
108 quadpos->xyzw[chan]
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c299 unsigned chan; local
306 for (chan = 0; chan < 4; ++chan) {
307 unsigned swizzle = (src0_swizzle >> (chan *2)) & 0x3;
/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/i965/
H A Dbrw_fs_visitor.cpp1244 fs_reg chan = coordinate; local
1245 chan.reg_offset += i;
1247 inst = emit(BRW_OPCODE_SEL, chan, chan, brw_imm_f(0.0));
1260 inst = emit(BRW_OPCODE_SEL, chan, chan, limit);
1270 fs_reg chan = coordinate; local
1271 chan.reg_offset += i;
1273 fs_inst *inst = emit(BRW_OPCODE_MOV, chan, chan);
[all...]
H A Dbrw_vec4.cpp733 int chan = BRW_GET_SWZ(inst->src[0].swizzle, i); local
742 if (chan != i)
745 if (!chans_needed[chan]) {
746 chans_needed[chan] = true;
/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/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp277 int chan = sel & 3; local
293 O << "." << chans[chan];
/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...]
H A Dopus_multistream_encoder.c830 int chan = get_mono_channel(&st->layout, s, -1); local
832 pcm, st->layout.nb_channels, chan, frame_size);
837 bandLogE[i] = bandSMR[21*chan+i];
839 c1 = chan;
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc224 int chan, res; local
255 chan = base1->CreateChannel();
256 if (chan < 0) {
262 new VoiceChannelTransport(netw, chan));
307 res = codec->SetSendCodec(chan, cinst);
388 res = base1->StartReceive(chan);
393 res = base1->StartPlayout(chan);
399 res = base1->StartSend(chan);
462 res = codec->SetSendCodec(chan, cinst);
593 res = apm->SetRxAgcStatus(chan, enable_rx_ag
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.c305 GLuint i, chan; local
322 for (chan = 0; chan < 4; chan++) {
323 if (inst->DstReg.WriteMask & (1 << chan)) {
325 GLuint swizzle = GET_SWZ(inst->SrcReg[i].Swizzle, chan);
331 channelsWritten |= (1 << chan);
H A Dprog_optimize.c327 GLint chan, index = inst->DstReg.Index; local
329 for (chan = 0; chan < 4; chan++) {
330 if (!tempRead[index][chan] &&
331 inst->DstReg.WriteMask & (1 << chan)) {
334 chan == 3 ? 'w' : 'x' + chan);
336 inst->DstReg.WriteMask &= ~(1 << chan);
/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...]
H A Dopus_multistream_encoder.c830 int chan = get_mono_channel(&st->layout, s, -1); local
832 pcm, st->layout.nb_channels, chan, frame_size);
837 bandLogE[i] = bandSMR[21*chan+i];
839 c1 = chan;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c463 unsigned chan, attrib; local
469 for (chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
470 if (outputs[attrib][chan]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
481 if (chan == 1 || chan == 2)
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
673 unsigned chan, attrib, i; local
[all...]
/external/chromium_org/third_party/mesa/src/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_sample_soa.c182 int chan; local
183 for (chan = 0; chan < 4; chan++) {
186 lp_build_const_int32(bld->gallivm, chan));
189 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border,
190 border_chan_vec, texel_out[chan]);
695 int chan; local
768 for (chan = 0; chan <
882 unsigned chan; local
1102 unsigned chan; local
1173 const unsigned chan = 0; local
1217 unsigned 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...]

Completed in 3045 milliseconds

123456