Home
last modified time | relevance | path

Searched refs:emit (Results 526 - 550 of 2046) sorted by relevance

1...<<21222324252627282930>>...82

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DName.cpp66 void Name::emit(TInfoSinkBase &out) const in emit() function in Name
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp9 // This contains code to emit warnings for potentially incorrect usage of the
88 ORE.emit(OptimizationRemark(DEBUG_TYPE, "misexpect", Cond) << RemStr.str()); in emitMisexpectDiagnostic()
152 // Only emit misexpect diagnostics if at least 2 branch weights are present. in checkFrontendInstrumentation()
157 // In these cases we should not emit any diagnostic related to misexpect. in checkFrontendInstrumentation()
H A DLoopUnrollAndJam.cpp221 ORE->emit(OptimizationRemark(DEBUG_TYPE, "FullyUnrolled", L->getStartLoc(), in UnrollAndJamLoop()
237 ORE->emit([&]() { in UnrollAndJamLoop()
243 ORE->emit([&]() { return DiagBuilder() << " with run-time trip count"; }); in UnrollAndJamLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.cpp88 // Unmark the buffer, so we cannot emit after this. in ~EnsureCapacity()
163 CurPosition = NextFixupLoc + NextFixup->emit(Ctx, *this); in emitIASBytes()
H A DIceAssemblerMIPS32.h43 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const final;
390 Buffer.emit<IValueT>(Value); in emitInst()
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs111 diagnostic.emit(); in test()
/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/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java141 public void setEmitReport(boolean emit) { in setEmitReport() argument
142 config.setEmitReport(emit); in setEmitReport()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp32 ir_factory::emit(ir_instruction *ir) in emit() function in ir_builder::ir_factory
43 emit(var); in make_temp()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c150 * emit(buf, buflen, rbot, rtop, len)
158 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function
198 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_viewport.c410 * Normally, we only emit 1 viewport and 1 scissor if no shader is using
413 * called to emit the rest.
448 rctx->scissors.atom.emit = r600_emit_scissors; in r600_init_viewport_functions()
449 rctx->viewports.atom.emit = r600_emit_viewport_states; in r600_init_viewport_functions()
H A Dr600_streamout.c362 rctx->streamout.begin_atom.emit = r600_emit_streamout_begin; in r600_streamout_init()
363 rctx->streamout.enable_atom.emit = r600_emit_streamout_enable; in r600_streamout_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_streamout.c438 sctx->atoms.s.streamout_begin.emit = si_emit_streamout_begin; in si_init_streamout_functions()
441 sctx->atoms.s.streamout_enable.emit = si_emit_streamout_enable; in si_init_streamout_functions()
/third_party/node/test/common/
H A Dinspector-helper.js347 this.emit('stdout', line);
384 this.emit('stderr', line);
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305.c451 ctx->func.emit = poly1305_emit; in Poly1305_Init()
514 poly1305_emit_f poly1305_emit_p = ctx->func.emit; in Poly1305_Final()
/third_party/openssl/crypto/poly1305/
H A Dpoly1305.c451 ctx->func.emit = poly1305_emit; in Poly1305_Init()
514 poly1305_emit_f poly1305_emit_p = ctx->func.emit; in Poly1305_Final()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Ddocgenerator.py162 def beginFeature(self, interface, emit):
164 OutputGenerator.beginFeature(self, interface, emit)
335 # generating a structure. Otherwise, emit the tag text.
349 # If the type is an alias, just emit a typedef declaration
356 # If the resulting text is an empty string, do not emit it.
482 # If the group name is aliased, just emit a typedef declaration
H A Dgenerator.py185 - emitversions - regex matching API versions to actually emit
197 - emitExtensions - regex matching names of extensions to actually emit
201 to actually emit interfaces for.
202 - emitFormats - regex matching names of formats to actually emit
251 """regex matching API versions to actually emit
271 """regex matching names of extensions to actually emit
277 to actually emit interfaces for."""
281 to actually emit interfaces for."""
930 def beginFeature(self, interface, emit):
934 - emit
[all...]
H A Djson_generator.py549 def beginFeature(self, interface, emit):
550 OutputGenerator.beginFeature(self, interface, emit)
555 if self.emit:
H A Djson_parser.py569 def beginFeature(self, interface, emit):
570 OutputGenerator.beginFeature(self, interface, emit)
575 if self.emit:
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h269 Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst = 0, TIntermNode *src0 = 0, TIntermNode *src1 = 0, TIntermNode *src2 = 0, TIntermNode *src3 = 0, TIntermNode *src4 = 0);
270 Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0 = 0, int index0 = 0, TIntermNode *src1 = 0, int index1 = 0,
/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp253 return doc->emit(descriptor); in make_type1_font_descriptor()
334 doc->emit(font, pdfFont.indirectReference()); in SkPDFEmitType1Font()
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py175 def beginFeature(self, interface, emit):
177 OutputGenerator.beginFeature(self, interface, emit)
230 # Otherwise, emit the tag text.
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c355 pkt = min_t(int, pkt, (ring->size - ring->emit) / sizeof(u32) + 5); in max_pte_pkt_size()
422 ring->emit = (void *)cs - ring->vaddr; in emit_pte()
471 ring->emit = (void *)cs - ring->vaddr; in emit_pte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp962 MORE.emit([&]() { in emitNotOutliningCheaperRemark()
1009 MORE.emit(R); in emitOutlinedFunctionRemark()
1160 // emit debug info for the outlined function. in createOutlinedFunction()
1353 // Collect instruction counts for every function. We'll use this to emit in initSizeRemarkInfo()
1369 // Iterate over each function in the module and emit remarks. in emitInstrCountChangedRemark()
1392 // Compute the delta and emit a remark if there was a change. in emitInstrCountChangedRemark()
1399 MORE.emit([&]() { in emitInstrCountChangedRemark()

Completed in 31 milliseconds

1...<<21222324252627282930>>...82