Searched refs:emit (Results 126 - 150 of 492) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java70 public void emit (final HTMLWriter out) method in class:HTMLTable
77 super.emit(out);
/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp37 void emit(raw_ostream &OS) const { function in class:__anon15096::Tag
80 T.emit(OS);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_binding_tables.c174 .emit = brw_vs_upload_binding_table,
198 .emit = brw_upload_wm_binding_table,
227 .emit = brw_tcs_upload_binding_table,
255 .emit = brw_tes_upload_binding_table,
283 .emit = brw_gs_upload_binding_table,
436 .emit = gen7_enable_hw_binding_tables
442 * State atoms which emit 3DSTATE packets to update the binding table pointers.
473 .emit = gen4_upload_binding_table_pointers,
508 .emit = gen6_upload_binding_table_pointers,
H A Dgen7_ds_state.c57 .emit = gen7_upload_tes_push_constants,
126 .emit = gen7_upload_ds_state,
H A Dgen7_hs_state.c60 .emit = gen7_upload_tcs_push_constants,
123 .emit = gen7_upload_hs_state,
H A Dgen8_ps_state.c137 .emit = upload_ps_extra,
186 .emit = upload_wm_state,
300 .emit = upload_ps_state,
/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 Dnv04_state_tex.c61 nv04_emit_tex_obj(struct gl_context *ctx, int emit) argument
64 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
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 Dnv10_state_fb.c93 nv10_emit_framebuffer(struct gl_context *ctx, int emit) argument
159 nv10_emit_render_mode(struct gl_context *ctx, int emit) argument
164 nv10_emit_scissor(struct gl_context *ctx, int emit) argument
177 nv10_emit_viewport(struct gl_context *ctx, int emit) argument
202 nv10_emit_zclear(struct gl_context *ctx, int emit) argument
/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
H A DIceFixups.h71 virtual size_t emit(GlobalContext *Ctx, const Assembler &Asm) const;
105 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const override;
H A DIceInstX8632.cpp15 /// file also defines X8632 operand specific methods (dump and emit.)
35 #define X(val, encode, opp, dump, emit) \
36 { X8632::Traits::Cond::opp, dump, emit } \
44 #define X(val, emit) \
45 { emit } \
131 void TargetX8632Traits::X86OperandMem::emit(const Cfg *Func) const { function in class:Ice::X8632::TargetX8632Traits::X86OperandMem
157 // No offset, emit nothing.
177 getBase()->emit(Func);
180 getIndex()->emit(Func);
318 void TargetX8632Traits::VariableSplit::emit(cons function in class:Ice::X8632::TargetX8632Traits::VariableSplit
[all...]
H A DIceInstX8664.cpp16 /// This file also defines X8664 operand specific methods (dump and emit.)
36 #define X(val, encode, opp, dump, emit) \
37 { X8664::Traits::Cond::opp, dump, emit } \
45 #define X(val, emit) \
46 { emit } \
105 void TargetX8664Traits::X86OperandMem::emit(const Cfg *Func) const { function in class:Ice::X8664::TargetX8664Traits::X86OperandMem
126 // No offset, emit nothing.
174 B->emit(Func);
180 I->emit(Func);
325 void TargetX8664Traits::VariableSplit::emit(cons function in class:Ice::X8664::TargetX8664Traits::VariableSplit
[all...]
H A DIceInstMIPS32.h87 void emit(const Cfg *Func) const override {
139 void emit(const Cfg *Func) const override;
304 /// Shared emit routines for common forms of instructions.
345 void emit(const Cfg *Func) const override;
367 void emit(const Cfg *Func) const override {
413 void emit(const Cfg *Func) const override {
457 void emit(const Cfg *Func) const override {
504 void emit(const Cfg *Func) const override {
553 void emit(const Cfg *Func) const override {
601 void emit(cons
[all...]
H A DIceOperand.cpp545 void Variable::emit(const Cfg *Func) const { function in class:Ice::Variable
588 template <> void ConstantInteger32::emit(TargetLowering *Target) const { function in class:Ice::ConstantInteger32
589 Target->emit(this);
592 template <> void ConstantInteger64::emit(TargetLowering *Target) const { function in class:Ice::ConstantInteger64
593 Target->emit(this);
596 template <> void ConstantFloat::emit(TargetLowering *Target) const { function in class:Ice::ConstantFloat
597 Target->emit(this);
600 template <> void ConstantDouble::emit(TargetLowering *Target) const { function in class:Ice::ConstantDouble
601 Target->emit(this);
604 void ConstantRelocatable::emit(TargetLowerin function in class:Ice::ConstantRelocatable
630 void ConstantUndef::emit(TargetLowering *Target) const { Target->emit(this); } function in class:Ice::ConstantUndef
[all...]
/external/boringssl/src/crypto/perlasm/
H A Dx86gas.pl54 if ($#_==0) { &::emit($opcode); }
56 { &::emit($opcode,@arg); }
57 else { &::emit($opcode.$suffix,@arg);}
67 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
70 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp46 * A series of functions which create ir_function_signatures and emit IR
654 * If \p glsl is \c true, use the GLSL built-in names and emit code
656 * false, emit a function prototype with no body for each image
3278 body.emit(ret(expr(opcode, x)));
3306 body.emit(ret(expr(opcode, x, y)));
3328 body.emit(ret(mul(degrees, imm(0.0174532925f))));
3337 body.emit(ret(mul(radians, imm(57.29578f))));
3349 body.emit(ret(div(sin(theta), cos(theta))));
3409 body.emit(ret(asin_expr(x, 0.086566724f, -0.03102955f)));
3420 body.emit(re
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c156 setup_stages(struct fd4_emit *emit, struct stage *s) argument
160 s[VS].v = fd4_emit_get_vp(emit);
161 s[FS].v = fd4_emit_get_fp(emit);
215 fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, argument
227 if (emit->key.binning_pass)
230 setup_stages(emit, s);
319 COND(emit->key.binning_pass, A4XX_SP_SP_CTRL_REG_BINNING_PASS));
382 if (emit->key.binning_pass) {
462 if (bufs[i] && !emit->no_decode_srgb)
468 COND(emit
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c145 fd3_program_emit(struct fd_ringbuffer *ring, struct fd3_emit *emit, argument
158 vp = fd3_emit_get_vp(emit);
159 fp = fd3_emit_get_fp(emit);
255 COND(emit->key.binning_pass, A3XX_SP_SP_CTRL_REG_BINNING) |
315 if (emit->key.binning_pass) {
373 if (emit->key.binning_pass) {
397 (fp->inputs[j].rasterflat && emit->rasterflat)) {
417 if (emit->sprite_coord_enable & texmask) {
423 unsigned mask = emit->sprite_coord_mode ? 0b1101 : 0b1001;
478 if (!emit
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.c72 vtx->emit = fp->func;
94 fastpath->func = vtx->emit;
131 a[j].emit = a[j].insert[vptr->size - 1]; /* not always used */
134 vtx->emit = NULL;
149 if (!vtx->emit) {
155 if (!vtx->emit)
156 vtx->emit = _tnl_generic_emit;
158 vtx->emit( ctx, count, dest );
298 vtx->emit = choose_emit_func;
422 if (vtx->emit !
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-pad.s36 @ The assembler should emit nothing (will be filled up with finish opcode).
78 @ The assembler should emit ((offset - 4) >> 2).
119 @ The assembler should emit 0x3F and ((offset - 0x104) >> 2).
161 @ The assembler should emit 0xB2 and the ULEB128 encoding of
217 @ The assembler should emit (0x40 | (-offset - 4)) >> 2. When (-offset - 4)
/external/dtc/
H A Dflattree.c250 static void flatten_tree(struct node *tree, struct emitter *emit, argument
261 emit->beginnode(etarget, tree->labels);
264 emit->string(etarget, tree->fullpath, 0);
266 emit->string(etarget, tree->name, 0);
268 emit->align(etarget, sizeof(cell_t));
278 emit->property(etarget, prop->labels);
279 emit->cell(etarget, prop->val.len);
280 emit->cell(etarget, nameoff);
283 emit->align(etarget, 8);
285 emit
[all...]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java48 private boolean verbose; // true if we emit debug output
318 boolean emit = true;
325 + "' (emit: " + emit
333 emit = next != null ? next.emit : true;
335 emit = false;
344 ret.emit = this.emit & trip;
455 if (state.emit) {
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c46 struct pt_emit *emit; member in struct:llvm_middle_end
172 draw_pt_emit_prepare( fpme->emit, out_prim,
326 emit(struct pt_emit *emit, argument
331 draw_pt_emit_linear(emit, vert_info, prim_info);
334 draw_pt_emit(emit, vert_info, prim_info);
433 debug_printf("GS/IA didn't emit any vertices!\n");
467 emit( fpme->emit, vert_info, prim_info );
592 if (fpme->emit)
[all...]

Completed in 629 milliseconds

1234567891011>>