Searched refs:emit (Results 76 - 100 of 492) sorted by relevance

1234567891011>>

/external/skia/tools/skpbench/
H A Dskiaperf.py61 def emit(self, outfile): member in class:JSONDict
87 data.emit(outfile)
89 data.emit(sys.stdout)
/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/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h43 void emit(AsmPrinter &Asm, MCSection *AddrSection);
H A DDwarfStringPool.h40 void emit(AsmPrinter &Asm, MCSection *StrSection,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_gs_nir.cpp83 emit(MOV(dest, src));
99 emit(MOV(dest, src));
129 emit(MOV(dest, retype(brw_vec4_grf(1, 0), BRW_REGISTER_TYPE_D)));
137 emit(MOV(dest, invocation_id));
H A Dgen7_te_state.c66 .emit = upload_te_state,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_tnl.c59 nv20_emit_clip_plane(struct gl_context *ctx, int emit) argument
90 nv20_emit_color_material(struct gl_context *ctx, int emit) argument
152 nv20_emit_fog(struct gl_context *ctx, int emit) argument
177 nv20_emit_light_model(struct gl_context *ctx, int emit) argument
198 nv20_emit_light_source(struct gl_context *ctx, int emit) argument
200 const int i = emit - NOUVEAU_STATE_LIGHT_SOURCE0;
236 nv20_emit_material_ambient(struct gl_context *ctx, int emit) argument
238 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT;
280 nv20_emit_material_diffuse(struct gl_context *ctx, int emit) argument
282 const int side = emit
304 nv20_emit_material_specular(struct gl_context *ctx, int emit) argument
324 nv20_emit_material_shininess(struct gl_context *ctx, int emit) argument
340 nv20_emit_modelview(struct gl_context *ctx, int emit) argument
367 nv20_emit_projection(struct gl_context *ctx, int emit) argument
[all...]
H A Dnouveau_state.h108 typedef void (*nouveau_state_func)(struct gl_context *ctx, int emit);
114 nouveau_emit_nothing(struct gl_context *ctx, int emit);
H A Dnv10_state_tnl.c36 nv10_emit_clip_plane(struct gl_context *ctx, int emit) argument
58 nv10_emit_color_material(struct gl_context *ctx, int emit) argument
133 nv10_emit_fog(struct gl_context *ctx, int emit) argument
172 nv10_emit_light_enable(struct gl_context *ctx, int emit) argument
197 nv10_emit_light_model(struct gl_context *ctx, int emit) argument
282 nv10_emit_light_source(struct gl_context *ctx, int emit) argument
284 const int i = emit - NOUVEAU_STATE_LIGHT_SOURCE0;
320 nv10_emit_material_ambient(struct gl_context *ctx, int emit) argument
363 nv10_emit_material_diffuse(struct gl_context *ctx, int emit) argument
386 nv10_emit_material_specular(struct gl_context *ctx, int emit) argument
429 nv10_emit_material_shininess(struct gl_context *ctx, int emit) argument
444 nv10_emit_modelview(struct gl_context *ctx, int emit) argument
471 nv10_emit_point_parameter(struct gl_context *ctx, int emit) argument
476 nv10_emit_projection(struct gl_context *ctx, int emit) argument
[all...]
H A Dnv10_render.c76 .emit = nv10_emit_material,
79 .emit = nv10_emit_material,
82 .emit = nv10_emit_material,
85 .emit = nv10_emit_material,
88 .emit = nv10_emit_material,
H A Dnv20_state_tex.c37 nv20_emit_tex_gen(struct gl_context *ctx, int emit) argument
39 const int i = emit - NOUVEAU_STATE_TEX_GEN0;
66 nv20_emit_tex_mat(struct gl_context *ctx, int emit) argument
68 const int i = emit - NOUVEAU_STATE_TEX_MAT0;
159 nv20_emit_tex_obj(struct gl_context *ctx, int emit) argument
161 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
259 nv20_emit_tex_shader(struct gl_context *ctx, int emit) argument
/external/valgrind/memcheck/
H A Dmc_errors.c218 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
219 static void emit ( const HChar* format, ... ) function
296 emit( " <auxwhat>Uninitialised value was created%s</auxwhat>\n",
300 emit( " Uninitialised value was created%s\n", src);
353 emit(" <kind>%s</kind>\n", xml_leak_kind(lr->key.state));
355 emit( " <xwhat>\n" );
356 emit( " <text>%'lu%s (%'lu%s direct, %'lu%s indirect) bytes "
366 emit( " <leakedbytes>%lu</leakedbytes>\n",
368 emit( " <leakedblocks>%u</leakedblocks>\n", lr->num_blocks );
369 emit( " </xwha
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp217 f->emit(assign(color, add(cbase, sub(lumv3(clum), lumv3(cbase)))));
223 f->emit(assign(llum, lumv3(color)));
224 f->emit(assign(mincol, minv3(color)));
225 f->emit(assign(maxcol, maxv3(color)));
227 f->emit(if_tree(less(mincol, imm1(0)),
254 f->emit(assign(sbase, satv3(cbase)));
261 f->emit(if_tree(greater(sbase, imm1(0)),
285 f.emit(assign(src, blend_src));
289 f.emit(if_blending);
308 f.emit(assig
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp273 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op);
275 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op,
278 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op,
281 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op,
353 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op, function in class:ir_to_mesa_visitor
374 emit(ir, OPCODE_ARL, address_reg, *dst.reladdr);
393 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op, function in class:ir_to_mesa_visitor
396 return emit(ir, op, dst, src0, src1, undef_src);
400 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op, function in class:ir_to_mesa_visitor
404 return emit(i
408 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op) function in class:ir_to_mesa_visitor
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DISimpleElement.java65 public void emit (final HTMLWriter out) method in class:ISimpleElement.Factory.SimpleElementImpl
73 m_attrs.emit (out);
/external/llvm/test/MC/ARM/
H A Drelocated-mapping.s4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
H A Deh-directive-setfp.s43 @ The assembler should emit 0x9B to copy stack pointer from r11.
85 @ The assembler should emit 0x9B to copy stack pointer from r11.
86 @ The assembler should emit ((-offset - 4) >> 2) for offset.
128 @ The assembler should emit 0x9B to copy stack pointer from r11.
129 @ The assembler should emit 0x3F and ((-offset - 0x104) >> 2) for offset.
171 @ The assembler should emit 0x9B to copy stack pointer from r11.
172 @ The assembler should emit 0xB2 and the ULEB128 encoding of
229 @ The assembler should emit 0x9B to copy stack pointer from r11.
230 @ The assembler should emit (0x40 | (offset - 4)) >> 2 for offset.
/external/llvm/test/MC/Mips/micromips-dsp/
H A Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.c52 vinfo->size += draw_translate_vinfo_size(vinfo->attrib[i].emit);
66 switch (vinfo->attrib[i].emit) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h146 svga_shader_emit_dword(struct svga_shader_emitter *emit, unsigned dword);
149 svga_shader_emit_dwords(struct svga_shader_emitter *emit,
153 svga_shader_emit_opcode(struct svga_shader_emitter *emit,
157 svga_shader_emit_instructions(struct svga_shader_emitter *emit,
161 svga_shader_emit_samplers_decl(struct svga_shader_emitter *emit);
164 svga_translate_decl_sm30(struct svga_shader_emitter *emit,
183 emit_instruction(struct svga_shader_emitter *emit, argument
186 return svga_shader_emit_opcode(emit, opcode.value);
/external/v8/src/ppc/
H A Dassembler-ppc.cc621 emit(instr | frt.code() * B21 | fra.code() * B16 | frb.code() * B11 | r);
640 emit(instr | rt.code() * B21 | ra.code() * B16 | (kImm16Mask & val));
646 emit(instr | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | r);
651 emit(instr | rt.code() * B21 | ra.code() * B16 | rb.code() * B11 | o | r);
659 emit(instr | (t.code() & 0x1F) * B21 | (a.code() & 0x1F) * B16 | (b.code()
670 emit(instr | rs.code() * B21 | ra.code() * B16 | sh0_4 * B11 | m0_4 * B6 |
680 emit(instr | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | m0_4 * B6 |
725 emit(EXT1 | bo | condition_bit * B16 | BCLRX | lk);
730 emit(EXT1 | bo | condition_bit * B16 | BCCTRX | lk);
748 emit(BC
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
H A DSerializer.java82 this.emitter.emit(new StreamStartEvent(null, null));
95 this.emitter.emit(new StreamEndEvent(null, null));
106 this.emitter.emit(new DocumentStartEvent(null, null, this.explicitStart, this.useVersion,
113 this.emitter.emit(new DocumentEndEvent(null, null, this.explicitEnd));
158 this.emitter.emit(new AliasEvent(tAlias, null, null));
170 this.emitter.emit(event);
176 this.emitter.emit(new SequenceStartEvent(tAlias, node.getTag().getValue(),
182 this.emitter.emit(new SequenceEndEvent(null, null));
187 this.emitter.emit(new MappingStartEvent(tAlias, node.getTag().getValue(),
197 this.emitter.emit(ne
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp12 /// constructors and the dump()/emit() methods.
54 #define X(tag, emit) \
55 { emit } \
65 #define X(tag, encode, opp, emit) \
66 { CondARM32::opp, emit } \
141 // Start counting instructions here, so that emit() methods don't
145 emit(Func);
172 Instr->getDest()->emit(Func);
174 Instr->getSrc(0)->emit(Func);
195 Instr->getDest()->emit(Fun
1322 void InstARM32RegisterStackOp::emit(const Cfg *Func) const { function in class:Ice::ARM32::InstARM32RegisterStackOp
1714 void InstARM32Insert::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Insert
2010 void InstARM32Mov::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Mov
2168 void InstARM32Br::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Br
2233 void InstARM32Call::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Call
2289 void InstARM32Label::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Label
2322 template <> void InstARM32Ldr::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Ldr
2350 template <> void InstARM32Vldr1d::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vldr1d
2378 template <> void InstARM32Vldr1q::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vldr1q
2453 template <> void InstARM32Ldrex::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Ldrex
2506 template <> void InstARM32Movw::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Movw
2534 template <> void InstARM32Movt::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Movt
2717 void InstARM32Ret::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Ret
2747 void InstARM32Str::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Str
2818 void InstARM32Strex::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Strex
2859 void InstARM32Vstr1::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vstr1
2904 void InstARM32Vdup::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vdup
2941 void InstARM32Trap::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Trap
2968 void InstARM32Umull::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Umull
3040 void InstARM32Vcvt::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vcvt
3112 void InstARM32Vcmp::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vcmp
3166 void InstARM32Vmrs::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vmrs
3192 void InstARM32Vabs::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Vabs
3235 void InstARM32Dmb::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Dmb
3262 void InstARM32Nop::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::InstARM32Nop
3282 void OperandARM32Mem::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::OperandARM32Mem
3356 void OperandARM32ShAmtImm::emit(const Cfg *Func) const { ShAmt->emit(Func); } function in class:Ice::ARM32::__anon23490::OperandARM32ShAmtImm
3377 void OperandARM32FlexImm::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::OperandARM32FlexImm
3414 void OperandARM32FlexFpImm::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::OperandARM32FlexFpImm
3435 void OperandARM32FlexFpZero::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::OperandARM32FlexFpZero
3454 void OperandARM32FlexReg::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon23490::OperandARM32FlexReg
[all...]
/external/v8/src/arm/
H A Dassembler-arm.cc928 // Here are the instructions we need to emit:
1314 emit(instr | rn.code()*B16 | rd.code()*B12);
1350 emit(instr | am | x.rn_.code()*B16 | rd.code()*B12);
1389 emit(instr | am | x.rn_.code()*B16 | rd.code()*B12);
1397 emit(instr | rn.code()*B16 | rl);
1422 emit(instr | am | x.rn_.code()*B16 | crd.code()*B12 | offset_8);
1454 emit(cond | B27 | B25 | (imm24 & kImm24Mask));
1457 // Dead code is a good location to emit the constant pool.
1467 emit(cond | B27 | B25 | B24 | (imm24 & kImm24Mask));
1475 emit(kSpecialConditio
[all...]
/external/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h126 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const;
135 /// Keep track of the emit size of all the LOHs.
168 /// Each line of the table is emitted by LOHDirective::emit.
169 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { function in class:llvm::MCLOHContainer
171 D.emit(ObjWriter, Layout);

Completed in 5933 milliseconds

1234567891011>>