/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Name.cpp | 66 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 D | MisExpect.cpp | 9 // 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 D | LoopUnrollAndJam.cpp | 221 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 D | IceAssembler.cpp | 88 // Unmark the buffer, so we cannot emit after this. in ~EnsureCapacity() 163 CurPosition = NextFixupLoc + NextFixup->emit(Ctx, *this); in emitIASBytes()
|
H A D | IceAssemblerMIPS32.h | 43 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 D | test_round_trip.rs | 111 diagnostic.emit(); in test()
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 478 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 D | ConvertIcuDataTask.java | 141 public void setEmitReport(boolean emit) { in setEmitReport() argument 142 config.setEmitReport(emit); in setEmitReport()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.cpp | 32 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 D | libbitmask.c | 150 * 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 D | r600_viewport.c | 410 * 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 D | r600_streamout.c | 362 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 D | si_state_streamout.c | 438 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 D | inspector-helper.js | 347 this.emit('stdout', line); 384 this.emit('stderr', line);
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305.c | 451 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 D | poly1305.c | 451 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 D | docgenerator.py | 162 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 D | generator.py | 185 - 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 D | json_generator.py | 549 def beginFeature(self, interface, emit): 550 OutputGenerator.beginFeature(self, interface, emit) 555 if self.emit:
|
H A D | json_parser.py | 569 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 D | OutputASM.h | 269 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 D | SkPDFType1Font.cpp | 253 return doc->emit(descriptor); in make_type1_font_descriptor() 334 doc->emit(font, pdfFont.indirectReference()); in SkPDFEmitType1Font()
|
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 175 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 D | intel_migrate.c | 355 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 D | MachineOutliner.cpp | 962 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()
|