HomeSort by relevance Sort by last modified time
    Searched refs:emit (Results 226 - 250 of 1082) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/micromips-dsp/
invalid-wrong-error.s 1 # Instructions that are correctly rejected but emit a wrong or misleading error.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.c 52 vinfo->size += draw_translate_vinfo_size(vinfo->attrib[i].emit);
66 switch (vinfo->attrib[i].emit) {
draw_pt_fetch_shade_pipeline.c 44 struct pt_emit *emit; member in struct:fetch_pipeline_middle_end
127 draw_pt_emit_prepare( fpme->emit,
191 emit(struct pt_emit *emit, function
196 draw_pt_emit_linear(emit, vert_info, prim_info);
199 draw_pt_emit(emit, vert_info, prim_info);
316 debug_printf("GS/IA didn't emit any vertices!\n");
352 emit( fpme->emit, vert_info, prim_info );
478 if (fpme->emit)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 146 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,
181 /** Emit the given SVGA3dShaderInstToken opcode */
183 emit_instruction(struct svga_shader_emitter *emit,
186 return svga_shader_emit_opcode(emit, opcode.value);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.h 108 typedef void (*nouveau_state_func)(struct gl_context *ctx, int emit);
114 nouveau_emit_nothing(struct gl_context *ctx, int emit);
nv10_state_tnl.c 36 nv10_emit_clip_plane(struct gl_context *ctx, int emit)
58 nv10_emit_color_material(struct gl_context *ctx, int emit)
133 nv10_emit_fog(struct gl_context *ctx, int emit)
172 nv10_emit_light_enable(struct gl_context *ctx, int emit)
197 nv10_emit_light_model(struct gl_context *ctx, int emit)
282 nv10_emit_light_source(struct gl_context *ctx, int emit)
284 const int i = emit - NOUVEAU_STATE_LIGHT_SOURCE0;
320 nv10_emit_material_ambient(struct gl_context *ctx, int emit)
363 nv10_emit_material_diffuse(struct gl_context *ctx, int emit)
386 nv10_emit_material_specular(struct gl_context *ctx, int emit)
    [all...]
nv10_render.c 76 .emit = nv10_emit_material,
79 .emit = nv10_emit_material,
82 .emit = nv10_emit_material,
85 .emit = nv10_emit_material,
88 .emit = nv10_emit_material,
nv20_state_tex.c 37 nv20_emit_tex_gen(struct gl_context *ctx, int emit)
39 const int i = emit - NOUVEAU_STATE_TEX_GEN0;
66 nv20_emit_tex_mat(struct gl_context *ctx, int emit)
68 const int i = emit - NOUVEAU_STATE_TEX_MAT0;
159 nv20_emit_tex_obj(struct gl_context *ctx, int emit)
161 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
259 nv20_emit_tex_shader(struct gl_context *ctx, int emit)
  /external/swiftshader/third_party/subzero/src/
IceFixups.h 71 virtual size_t emit(GlobalContext *Ctx, const Assembler &Asm) const;
105 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const override;
IceInstARM32.cpp 12 /// 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(Func)
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::__anon36811::InstARM32Insert
2010 void InstARM32Mov::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Mov
2168 void InstARM32Br::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Br
2233 void InstARM32Call::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Call
2289 void InstARM32Label::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Label
2322 template <> void InstARM32Ldr::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Ldr
2350 template <> void InstARM32Vldr1d::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vldr1d
2378 template <> void InstARM32Vldr1q::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vldr1q
2453 template <> void InstARM32Ldrex::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Ldrex
2506 template <> void InstARM32Movw::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Movw
2534 template <> void InstARM32Movt::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Movt
2717 void InstARM32Ret::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Ret
2747 void InstARM32Str::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Str
2818 void InstARM32Strex::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Strex
2859 void InstARM32Vstr1::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vstr1
2904 void InstARM32Vdup::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vdup
2941 void InstARM32Trap::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Trap
2968 void InstARM32Umull::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Umull
3040 void InstARM32Vcvt::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vcvt
3112 void InstARM32Vcmp::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vcmp
3166 void InstARM32Vmrs::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vmrs
3192 void InstARM32Vabs::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vabs
3235 void InstARM32Dmb::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Dmb
3262 void InstARM32Nop::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Nop
3282 void OperandARM32Mem::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32Mem
3356 void OperandARM32ShAmtImm::emit(const Cfg *Func) const { ShAmt->emit(Func); } function in class:Ice::ARM32::__anon36811::OperandARM32ShAmtImm
3377 void OperandARM32FlexImm::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexImm
3414 void OperandARM32FlexFpImm::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexFpImm
3435 void OperandARM32FlexFpZero::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexFpZero
3454 void OperandARM32FlexReg::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexReg
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 63 /// emit - encode and write out this attribute section
64 size_t emit(MemoryRegion& pRegion) const;
95 /// emit - write out this attribute subsection to the buffer.
96 size_t emit(char* pBuf) const;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug503.go 7 // gccgo crashed compiling this file, due to failing to correctly emit
issue4734.go 7 // Caused gccgo to emit multiple definitions of the same symbol.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug503.go 7 // gccgo crashed compiling this file, due to failing to correctly emit
issue4734.go 7 // Caused gccgo to emit multiple definitions of the same symbol.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
pr12815-1.d 5 # Check that we emit a meaningful error message rather than SEGV when
pr12815-2.d 5 # Check that we emit a meaningful error message rather than SEGV when
sec-11.d 5 # A trivial check that we get a graceful error when trying to emit
  /build/kati/
stats.go 69 emit bool
81 e.emit = name == "include" || name == "shell"
82 if e.emit {
83 t.emit("B", e, e.t.Sub(t.t0))
89 func (t *traceEventT) emit(ph string, e event, ts time.Duration) { func
110 if e.emit {
111 t.emit("E", e, time.Since(t.t0))
  /external/v8/src/ppc/
assembler-ppc.cc 255 // Emit constant pool if necessary.
621 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)
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
Serializer.java 82 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(new MappingEndEvent(null, null))
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 43 @ 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/v8/src/arm/
assembler-arm.cc 583 // Emit constant pool if necessary.
928 // Here are the instructions we need to emit:
    [all...]
  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 106 /// Emit this directive in \p OutStream using the information available
124 /// Emit this directive as:
126 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const;
135 /// Keep track of the emit size of all the LOHs.
167 /// Emit all Linker Optimization Hint in one big table.
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);
  /external/llvm/utils/TableGen/
Attributes.cpp 26 void emit(raw_ostream &OS);
167 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
176 Attributes(RK).emit(OS);

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>