Home
last modified time | relevance | path

Searched refs:emit (Results 426 - 450 of 643) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_dead_code_eliminate.cpp170 v->emit(v->SCRATCH_WRITE(dst_reg(r4), r6, r5)); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h53 void (*emit)(struct pipe_screen *, u32 *sequence); member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c39 * Primitive emit to hardware. No support for vertex buffers or any
58 * Extract the needed fields from vertex_header and emit i915 dwords.
75 switch (vinfo->attrib[i].emit) { in emit_hw_vertex()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A DHeaderParser.js63 this.emit('header', header)
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreusable_diagnostic.rs9 #[structopt(name = "emit")]
45 term::emit(&mut writer.lock(), &config, &file, &diagnostic)?; in main()
H A Dterm.rs15 #[structopt(name = "emit")]
171 term::emit(&mut writer.lock(), &config, &files, &diagnostic)?; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp101 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
H A DDwarfStringPool.cpp77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() function in DwarfStringPool
112 // If we've got an offset section go ahead and emit that now as well. in emit()
115 // we can emit them in order. in emit()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexProgram.cpp84 spirvShader->emit(&routine, activeLaneMask, storesAndAtomicsMask, descriptorSets); in program()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h58 void emit(MaterializationResponsibility R, ThreadSafeModule TSM) override;
143 /// Immediately emit and finalize the module represented by the given
145 /// @param K The VModuleKey for the module to emit/finalize.
H A DIRTransformLayer.h40 void emit(MaterializationResponsibility R, ThreadSafeModule TSM) override;
106 /// Immediately emit and finalize the module represented by the given
108 /// @param K The VModuleKey for the module to emit/finalize.
H A DObjectLinkingLayer.h102 void emit(MaterializationResponsibility R,
H A DObjectTransformLayer.h34 void emit(MaterializationResponsibility R,
101 /// Immediately emit and finalize the object set represented by the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp73 void OptimizationRemarkEmitter::emit( in emit() function in OptimizationRemarkEmitter
78 // Only emit it if its hotness meets the threshold. in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.h112 void emit(Cfg *Func) const;
H A DIceCfgNode.cpp950 // Helper functions for emit().
993 Var->emit(Func); in emitRegisterUsage()
1000 /// needs to emit a newline character.
1027 Var->emit(Func); in emitLiveRangesEnded()
1058 void CfgNode::emit(Cfg *Func) const { in emit() function in Ice::CfgNode
1094 I.emit(Func); in emit()
1116 I.emit(Func); in emit()
H A DIceInst.cpp699 getSrc(I)->emit(Func); in emitSources()
940 void InstFakeDef::emit(const Cfg *Func) const { in emit() function in InstFakeDef
943 // Go ahead and "emit" these for now, since they are relatively rare. in emit()
946 getDest()->emit(Func); in emit()
963 void InstFakeUse::emit(const Cfg *Func) const { (void)Func; } in emit() function in InstFakeUse
973 void InstFakeKill::emit(const Cfg *Func) const { (void)Func; } in emit() function in InstFakeKill
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkLinker.cpp124 Serializer->emit(R); in serialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCodeGenCoverage.cpp84 bool CodeGenCoverage::emit(StringRef CoveragePrefix, in emit() function in CodeGenCoverage
/third_party/vixl/test/
H A Dtest-code-buffer.cc100 TEST(emit) { in TEST()
/third_party/python/Lib/unittest/
H A D_log.py22 def emit(self, record): member in _CapturingHandler
/third_party/node/deps/undici/src/lib/
H A Dclient.js478 client.emit('disconnect',
822 client.emit('disconnect', client[kUrl], [client], new InformationalError('upgrade'))
1159 client.emit('disconnect', client[kUrl], [client], err)
1290 client.emit('connect', client[kUrl], [client])
1323 client.emit('connectionError', client[kUrl], [client], err)
1331 client.emit('drain', client[kUrl], [client])
2279 client.emit('error', err)
/third_party/node/lib/internal/bootstrap/switches/
H A Dis_main_thread.js115 // We need to emit 'close' anyway so that the closing
122 this.emit('close');
/third_party/node/lib/internal/main/
H A Dworker_thread.js224 process.emit('exit', process.exitCode);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.h168 static bool emit(nir_intrinsic_instr *intr, Shader& shader);

Completed in 17 milliseconds

1...<<11121314151617181920>>...26