Searched refs:emit (Results 276 - 300 of 492) sorted by relevance

<<11121314151617181920

/external/okhttp/okio/okio/src/test/java/okio/
H A DRealBufferedSinkTest.java90 bufferedSink.emit();
175 bufferedSink.emit();
/external/syslinux/core/fs/pxe/
H A Dhttp_readdir.c332 static char *emit(char *p, int c, struct entity_state *st) function
421 p = emit(p, c, &es);
/external/tensorflow/tensorflow/python/ops/
H A Drnn.py863 what to emit for the output.
881 (next_finished, next_input, next_state, emit, loop_state) = loop_fn(
886 emit = tf.where(finished, tf.zeros_like(emit), emit)
887 emit_ta = emit_ta.write(time, emit)
977 initializing call are ignored. Note, this emit structure must be
1065 flat_emit_size = [emit.shape if emit.shape.is_fully_defined() else
1066 array_ops.shape(emit) fo
[all...]
/external/vulkan-validation-layers/scripts/
H A Dreg.py141 # emit - has this feature been defined already?
159 self.emit = False
176 # emitFeatures - True to actually emit features for a version / extension,
676 # @@ Could use 'declared' instead of 'emit'?
677 fi.emit = (regEmitVersions.match(fi.version) != None)
679 if (not fi.emit):
735 ei.emit = True
771 emit = self.emitFeatures = f.emit
772 if (not emit)
[all...]
H A Dgenerator.py99 # emitversions - regex matching API versions to actually emit
168 # beginFeature(interface, emit) - write interface for a feature
171 # emit - actually write to the header only when True
335 def beginFeature(self, interface, emit):
336 self.emit = emit
H A Dmock_icd_generator.py757 # beginFeature(interface, emit)
883 def beginFeature(self, interface, emit):
886 OutputGenerator.beginFeature(self, interface, emit)
897 if (self.emit):
H A Dthreading_generator.py108 # beginFeature(interface, emit)
286 def beginFeature(self, interface, emit):
289 OutputGenerator.beginFeature(self, interface, emit)
300 if (self.emit):
/external/v8/src/mips/
H A Dassembler-mips.cc1038 emit(instr);
1051 emit(instr);
1064 emit(instr);
1077 emit(instr);
1090 emit(instr);
1102 emit(instr);
1114 emit(instr, is_compact_branch);
1123 emit(instr, is_compact_branch);
1133 emit(instr, is_compact_branch);
1141 emit(inst
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c538 rmesa->hw.ctx.emit = ctx_emit_cs;
578 rmesa->hw.tex[i].emit = tex_emit_cs;
584 rmesa->hw.cube[i].emit = cube_emit_cs;
653 rmesa->hw.grd.emit = scl_emit;
654 rmesa->hw.fog.emit = vec_emit;
655 rmesa->hw.glt.emit = vec_emit;
656 rmesa->hw.eye.emit = vec_emit;
658 rmesa->hw.mat[i].emit = vec_emit;
661 rmesa->hw.lit[i].emit = lit_emit;
664 rmesa->hw.ucp[i].emit
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c501 * Since we don't want to re-emit the binding table or do a resolve
575 * 8 or 16-bit formats, and emit shader instructions to recover
864 .emit = brw_upload_wm_pull_constants,
1134 .emit = update_renderbuffer_surfaces,
1143 .emit = update_renderbuffer_surfaces,
1234 .emit = update_renderbuffer_read_surfaces,
1298 /* emit alternate set of surface state for gather. this
1338 .emit = brw_update_texture_surfaces,
1350 /* emit alternate set of surface state for gather. this
1369 .emit
[all...]
H A Dbrw_misc_state.c69 .emit = upload_drawing_rect
128 .emit = upload_psp_urb_cbs,
505 * emit the packed depth/stencil buffer packet.
640 * emit 3DSTATE_HIER_DEPTH_BUFFER and 3DSTATE_STENCIL_BUFFER. Even if
688 * On Gen >= 6, emit clear params for safety. If using hiz, then clear
711 .emit = brw_emit_depthbuffer,
753 .emit = upload_polygon_stipple
792 .emit = upload_polygon_stipple_offset
832 .emit = upload_line_stipple
1023 .emit
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c224 #define emit(intel, state, size ) \ macro
233 * modified, emit all texture units.
301 * emit header.
313 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state");
343 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state");
348 /* work out list of buffers to emit */
369 emit(intel, state->RasterRules, sizeof(state->RasterRules));
376 emit(intel, state->Ctx, sizeof(state->Ctx));
383 emit(intel, state->Blend, sizeof(state->Blend));
436 emit(inte
[all...]
/external/webp/src/dec/
H A Dio_dec.c252 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
340 p->emit = EmitRescaledYUV;
526 p->emit = EmitRescaledRGB;
557 p->emit = NULL;
578 p->emit = EmitSampledRGB; // default
589 p->emit = EmitFancyRGB;
594 p->emit = EmitYUV;
623 num_lines_out = p->emit(io, p);
/external/swiftshader/third_party/subzero/src/
H A DIceInst.h179 // resize(size_t, const Ice::Inst &). virtual void emit(const Cfg *Func)
181 virtual void emit(const Cfg *) const {
182 llvm_unreachable("emit on abstract class");
184 virtual void emitIAS(const Cfg *Func) const { emit(Func); }
265 void emit(const Cfg * /*Func*/) const override {
266 llvm_unreachable("emit() called on a non-lowered instruction");
845 void emit(const Cfg *Func) const override;
869 void emit(const Cfg *Func) const override;
902 void emit(const Cfg *Func) const override;
928 void emit(cons
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c114 emit(struct fd_ringbuffer *ring, struct fd2_shader_stateobj *so) function
277 emit(ring, prog->vp);
278 emit(ring, prog->fp);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_frag.c381 nv10_emit_tex_env(struct gl_context *ctx, int emit) argument
383 const int i = emit - NOUVEAU_STATE_TEX_ENV0;
412 nv10_emit_frag(struct gl_context *ctx, int emit) argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
H A DEmitterTest.java129 emitter.emit(new StreamStartEvent(null, null));
130 emitter.emit(new DocumentStartEvent(null, null, false, null, null));
131 emitter.emit(new ScalarEvent(null, null, new ImplicitTuple(true, false), burger
/external/v8/src/ia32/
H A Dassembler-ia32.cc459 emit(x);
467 emit(imm32);
565 emit(imm32);
572 emit(x);
579 emit(handle);
601 emit(x);
609 emit(handle);
988 emit(imm32);
1257 emit(imm);
1287 emit(im
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as64 * something nonnull so that the auto token emit mechanism will not
65 * emit another token.
/external/autotest/server/site_tests/brillo_RecordingAudioTest/
H A Dbrillo_RecordingAudioTest.py109 fb_query.emit()
/external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
H A Dout.s6 # BSS declarations emit accessors.
/external/boringssl/src/util/fipstools/testdata/x86_64-Sections/
H A Dout.s21 # Compilers sometimes emit extra rodata sections.
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h249 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
H A DDwarfFile.cpp142 StrPool.emit(*Asm, StrSection, OffsetSection);
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s6 @ The assembler should emit the machine code of "func2" in .text section.

Completed in 922 milliseconds

<<11121314151617181920