Searched defs:emit (Results 26 - 50 of 189) sorted by relevance

12345678

/external/skqp/tools/skpbench/
H A Dskiaperf.py61 def emit(self, outfile): member in class:JSONDict
87 data.emit(outfile)
89 data.emit(sys.stdout)
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyEmitterTest.java75 emitter.emit(event);
162 // emit
163 String data = emit(styledEvents);
202 private String emit(List<Event> events) throws IOException { method in class:PyEmitterTest
206 emitter.emit(event);
236 emitter.emit(event);
/external/swiftshader/third_party/subzero/src/
H A DIceFixups.cpp47 size_t AssemblerFixup::emit(GlobalContext *Ctx, const Assembler &Asm) const { function in class:Ice::AssemblerFixup
80 // We need to emit the '- .' for PCRel fixups. Even if the relocation kind()
81 // is not PCRel, we emit the '- .' for the _GLOBAL_OFFSET_TABLE_.
93 size_t AssemblerTextFixup::emit(GlobalContext *Ctx, const Assembler &) const { function in class:Ice::AssemblerTextFixup
/external/syslinux/com32/lib/sys/
H A Dxserial_write.c44 static void emit(char ch) function
73 emit('\r');
74 emit('\n');
76 emit(ch);
95 emit('\033');
96 emit('[');
97 emit('0');
98 emit(';');
100 emit(*p);
101 emit('
[all...]
/external/autotest/site_utils/tester_feedback/
H A Dquery_delegate.py83 def emit(self): member in class:InputQueryDelegate
84 """Delegate for an input query's emit() method."""
89 """Concrete implementation of the query's emit() call."""
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java52 public void emit (final HTMLWriter out) method in class:AttributeSet.AttributeSetImpl
110 private StringBuffer m_buf; // reused by emit()
H A DIElement.java47 public void emit (final HTMLWriter out) method in class:IElement.Factory.ElementImpl
57 m_attrs.emit (out);
65 content.emit (out);
H A DISimpleElement.java65 public void emit (final HTMLWriter out) method in class:ISimpleElement.Factory.SimpleElementImpl
73 m_attrs.emit (out);
/external/llvm/utils/TableGen/
H A DAttributes.cpp26 void emit(raw_ostream &OS);
167 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
176 Attributes(RK).emit(OS);
H A DCTagsEmitter.cpp37 void emit(raw_ostream &OS) const { function in class:__anon15096::Tag
80 T.emit(OS);
H A DSequenceToOffsetTable.h10 // SequenceToOffsetTable can be used to emit a number of null-terminated
112 /// emit - Print out the table as the body of an array initializer.
114 void emit(raw_ostream &OS, function in class:llvm::SequenceToOffsetTable
117 assert(Entries && "Call layout() before emit()");
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h13 void (*emit)(void *priv, unsigned start, unsigned count); member in struct:util_split_prim
50 s->emit(s->priv, s->start, 1);
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start);
61 s->emit(s->priv, s->start, 1);
74 s->emit(s->priv, s->p_start, max_verts);
76 s->emit(s->priv, s->p_start + max_verts, 1);
109 s->emit (s->priv, s->p_start, max_verts);
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c58 struct fd3_emit *emit)
60 const struct pipe_draw_info *info = emit->info;
63 fd3_emit_state(ctx, ring, emit);
65 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
66 fd3_emit_vertex_bufs(ring, emit);
83 fd3_emit_get_vp(emit)->writes_psize &&
88 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY,
138 struct fd3_emit emit = { local
163 emit.key.ucp_enables = ctx->rasterizer->clip_plane_enable;
165 fixup_shader_state(ctx, &emit
57 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd3_emit *emit) argument
[all...]
H A Dfd3_emit.h44 /* grouped together emit-state for prog/vertex/state emit: */
62 fd3_emit_get_vp(struct fd3_emit *emit) argument
64 if (!emit->vp) {
65 struct fd3_shader_stateobj *so = emit->prog->vp;
66 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
68 return emit->vp;
72 fd3_emit_get_fp(struct fd3_emit *emit) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_fb.c50 nv04_emit_framebuffer(struct gl_context *ctx, int emit) argument
100 nv04_emit_scissor(struct gl_context *ctx, int emit) argument
H A Dnouveau_render.h41 emit_t emit; member in struct:nouveau_attr_info
H A Dnv10_state_tex.c37 nv10_emit_tex_gen(struct gl_context *ctx, int emit) argument
39 const int i = emit - NOUVEAU_STATE_TEX_GEN0;
68 nv10_emit_tex_mat(struct gl_context *ctx, int emit) argument
70 const int i = emit - NOUVEAU_STATE_TEX_MAT0;
155 nv10_emit_tex_obj(struct gl_context *ctx, int emit) argument
157 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
H A Dnv20_state_fb.c78 nv20_emit_framebuffer(struct gl_context *ctx, int emit) argument
135 nv20_emit_viewport(struct gl_context *ctx, int emit) argument
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h130 pANTLR3_COMMON_TOKEN (*emit) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm68 $self->emit();
128 sub emit { subroutine
131 # The standard method called to automatically emit a token at the
134 # use that to set the token's text. Override this method to emit
147 $self->emit($t);
/external/autotest/site_utils/rpm_control_system/
H A Drpm_logging_config.py44 def emit(self, record): member in class:SuspendableSMTPHandler
50 @param record: Log record object we want to emit/record.
58 return super(SuspendableSMTPHandler, self).emit(record)
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h44 /* grouped together emit-state for prog/vertex/state emit: */
71 fd4_emit_get_vp(struct fd4_emit *emit) argument
73 if (!emit->vp) {
74 struct fd4_shader_stateobj *so = emit->prog->vp;
75 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
77 return emit->vp;
81 fd4_emit_get_fp(struct fd4_emit *emit) argument
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c45 struct fd5_emit *emit)
47 const struct pipe_draw_info *info = emit->info;
50 fd5_emit_state(ctx, ring, emit);
52 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
53 fd5_emit_vertex_bufs(ring, emit);
65 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY,
120 struct fd5_emit emit = { local
149 fixup_shader_state(ctx, &emit.key);
155 if (!(fd5_emit_get_vp(&emit) && fd5_emit_get_fp(&emit)))
44 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd5_emit *emit) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c55 svga_shader_expand(struct svga_shader_emitter *emit) argument
58 unsigned newsize = emit->size * 2;
60 if (emit->buf != err_buf)
61 new_buf = REALLOC(emit->buf, emit->size, newsize);
66 emit->ptr = err_buf;
67 emit->buf = err_buf;
68 emit->size = sizeof(err_buf);
72 emit->size = newsize;
73 emit
80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) argument
93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) argument
105 svga_shader_emit_dwords(struct svga_shader_emitter * emit, const unsigned *dwords, unsigned nr) argument
118 svga_shader_emit_opcode(struct svga_shader_emitter * emit, unsigned opcode) argument
141 svga_shader_emit_header(struct svga_shader_emitter *emit) argument
174 struct svga_shader_emitter emit; local
[all...]
H A Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, argument
67 *idx = svga_remap_generic_index(emit->key.generic_remap_table,
96 * index = 3, we'll emit "dcl_texcoord3 v1".
99 emit_decl(struct svga_shader_emitter *emit, argument
120 return (emit_instruction(emit, opcode) &&
121 svga_shader_emit_dwords( emit, dcl.values, ARRAY_SIZE(dcl.values)));
129 emit_vface_decl(struct svga_shader_emitter *emit) argument
131 if (!emit->emitted_vface) {
135 if (!emit_decl( emit, reg, 0, 0 ))
138 emit
149 ps30_input_emit_depth_fog( struct svga_shader_emitter *emit, struct src_register *out ) argument
178 ps30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
325 ps30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
389 vs30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
421 vs30_output_emit_depth_fog(struct svga_shader_emitter *emit, SVGA3dShaderDestToken *out) argument
447 vs30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
518 svga_tgsi_sampler_type(const struct svga_shader_emitter *emit, int idx) argument
537 ps30_sampler( struct svga_shader_emitter *emit, unsigned idx ) argument
568 svga_translate_decl_sm30( struct svga_shader_emitter *emit, const struct tgsi_full_declaration *decl ) argument
[all...]

Completed in 462 milliseconds

12345678