Home
last modified time | relevance | path

Searched refs:emit (Results 101 - 125 of 1793) sorted by relevance

12345678910>>...72

/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp46 * A series of functions which create ir_function_signatures and emit IR
1060 * If \p glsl is \c true, use the GLSL built-in names and emit code
1062 * false, emit a function prototype with no body for each image
5764 body.emit(ret(expr(opcode, x))); in unop()
5795 body.emit(ret(expr(opcode, y, x))); in binop()
5797 body.emit(ret(expr(opcode, x, y))); in binop()
5820 body.emit(ret(mul(degrees, imm(0.0174532925f)))); in _radians()
5829 body.emit(ret(mul(radians, imm(57.29578f)))); in _degrees()
5841 body.emit(ret(div(sin(theta), cos(theta)))); in _tan()
5901 body.emit(re in _asin()
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
85 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
86 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
87 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
88 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
89 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
403 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
404 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
405 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
406 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
[all...]
H A Dexport.js84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
85 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
86 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
87 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
88 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
89 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
292 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
293 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
294 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
295 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-stream-construct-compat-graceful-fs.js27 that.emit('error', err);
30 that.emit('open', fd);
57 that.emit('error', err);
60 that.emit('open', fd);
H A Dtest-stream-pipe-error-handling.js39 source.emit('error', err);
53 source.emit('error', err);
73 w.emit('error', new Error('fail'));
99 w.emit('error', new Error('fail'));
H A Dtest-stream2-readable-wrap.js37 old.emit('pause');
42 old.emit('resume');
65 old.emit('data', item);
69 old.emit('end');
H A Dtest-repl-function-definition-edge-case.js10 r.input.emit('data', 'function a() { return 42; } (1)\n');
11 r.input.emit('data', 'a\n');
12 r.input.emit('data', '.exit');
H A Dtest-domain-emit-error-handler-stack.js23 // event handler is called synchronously via ee.emit('error').
81 ee.emit('error', err);
97 ee.emit('error', err);
114 ee.emit('error', err);
132 ee.emit('error', err);
152 ee.emit('error', err);
H A Dtest-http-generic-streams.js17 server.emit('connection', serverSide);
41 server.emit('connection', serverSide);
81 server.emit('connection', serverSide);
121 server.emit('connection', serverSide);
147 server.emit('connection', serverSide);
/third_party/node/test/pummel/
H A Dtest-stream-pipe-multi.js50 process.nextTick(this.emit.bind(this, 'drain'));
57 this.emit('end');
63 this.emit('close');
112 r.emit('data', data);
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp60 emit(MOV(dest, src)); in nir_emit_intrinsic()
89 emit(MOV(dest, retype(brw_vec4_grf(1, 0), BRW_REGISTER_TYPE_D))); in nir_emit_intrinsic()
95 emit(GS_OPCODE_GET_INSTANCE_ID, dest); in nir_emit_intrinsic()
97 emit(MOV(dest, brw_imm_ud(0))); in nir_emit_intrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DYAMLRemarkSerializer.h40 void emit(const Remark &Remark) override;
61 void emit() override;
69 /// This should be set to true after the first invocation of `emit`.
81 /// Override to emit the metadata if necessary.
82 void emit(const Remark &Remark) override;
102 void emit() override;
/third_party/node/deps/openssl/openssl/Configurations/
H A Dgentemplate.pm52 sub emit { subroutine
214 $self->emit('generatesrc',
242 $self->emit('generatetarget',
281 $self->emit('src2obj',
388 $self->emit('obj2shlib',
438 $self->emit('obj2lib',
468 $self->emit('obj2dso',
503 $self->emit('obj2bin',
520 $self->emit('in2script',
531 $self->emit('generatedi
[all...]
/third_party/openssl/Configurations/
H A Dgentemplate.pm52 sub emit { subroutine
214 $self->emit('generatesrc',
242 $self->emit('generatetarget',
281 $self->emit('src2obj',
388 $self->emit('obj2shlib',
438 $self->emit('obj2lib',
468 $self->emit('obj2dso',
503 $self->emit('obj2bin',
520 $self->emit('in2script',
531 $self->emit('generatedi
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c379 /* emit texture state: */
472 fd5_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd5_emit *emit) in fd5_emit_vertex_bufs() argument
475 const struct fd_vertex_state *vtx = emit->vtx; in fd5_emit_vertex_bufs()
476 const struct ir3_shader_variant *vp = fd5_emit_get_vp(emit); in fd5_emit_vertex_bufs()
525 struct fd5_emit *emit) in fd5_emit_state()
528 const struct ir3_shader_variant *vp = fd5_emit_get_vp(emit); in fd5_emit_state()
529 const struct ir3_shader_variant *fp = fd5_emit_get_fp(emit); in fd5_emit_state()
530 const enum fd_dirty_3d_state dirty = emit->dirty; in fd5_emit_state()
535 if ((dirty & FD_DIRTY_FRAMEBUFFER) && !emit->binning_pass) { in fd5_emit_state()
575 if (emit in fd5_emit_state()
524 fd5_emit_state(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd5_emit *emit) fd5_emit_state() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.h30 struct fd_ringbuffer *fd6_build_tess_consts(struct fd6_emit *emit) assert_dt;
31 struct fd_ringbuffer *fd6_build_user_consts(struct fd6_emit *emit) assert_dt;
33 fd6_build_driver_params(struct fd6_emit *emit) assert_dt;
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H A Dmod.rs3 use codespan_reporting::term::{emit, Config};
16 fn emit<W: WriteColor>(&'files self, mut writer: W, config: &Config) -> W { in emit() functions
18 emit(&mut writer, config, &self.files, &diagnostic).unwrap(); in emit()
24 self.emit(ColorBuffer::new(), &config).into_string() in emit_color()
28 let buffer = self.emit(Buffer::no_color(), &config); in emit_color()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.cpp556 void Variable::emit(const Cfg *Func) const { in emit() function in Ice::Variable
599 template <> void ConstantInteger32::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantInteger32
600 Target->emit(this); in emit()
603 template <> void ConstantInteger64::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantInteger64
604 Target->emit(this); in emit()
607 template <> void ConstantFloat::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantFloat
608 Target->emit(this); in emit()
611 template <> void ConstantDouble::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantDouble
612 Target->emit(this); in emit()
615 void ConstantRelocatable::emit(TargetLowerin function in Ice::ConstantRelocatable
641 void ConstantUndef::emit(TargetLowering *Target) const { Target->emit(this); } emit() function in Ice::ConstantUndef
[all...]
/third_party/node/lib/internal/fs/
H A Drecursive_watch.js123 this.emit('close');
152 this.emit('change', 'rename', pathRelative(this.#rootPath, f));
170 this.emit('error', error);
195 this.emit('change', 'rename', pathRelative(this.#rootPath, file));
199 this.emit('change', 'change', pathBasename(file));
203 this.emit('change', 'rename', pathRelative(this.#rootPath, file));
/third_party/node/lib/internal/streams/
H A Ddestroy.js132 self.emit('close');
151 self.emit('error', err);
266 stream.emit(kDestroy, err);
270 stream.emit(kConstruct);
288 stream.emit('close');
292 stream.emit('error', err);
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86gas.pl54 if ($#_==0) { &::emit($opcode); }
56 { &::emit($opcode,@arg); }
57 else { &::emit($opcode.$suffix,@arg);}
67 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
70 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
/third_party/openssl/crypto/perlasm/
H A Dx86gas.pl54 if ($#_==0) { &::emit($opcode); }
56 { &::emit($opcode,@arg); }
57 else { &::emit($opcode.$suffix,@arg);}
67 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
70 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js65 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
232 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
303 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
321 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
338 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
442 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
537 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
636 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
719 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
748 public emit(emitte
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dparse_number_test.cpp280 << "Should not call emit() function when the number can not be parsed."; in AssertEmitFunc()
598 auto emit = [&word_buffer](uint32_t word) { in TEST() local
604 rc = ParseAndEncodeIntegerNumber("0", type, emit, nullptr); in TEST()
607 rc = ParseAndEncodeIntegerNumber("-0", type, emit, nullptr); in TEST()
610 rc = ParseAndEncodeIntegerNumber("9223372036854775807", type, emit, nullptr); in TEST()
613 rc = ParseAndEncodeIntegerNumber("-9223372036854775808", type, emit, nullptr); in TEST()
616 rc = ParseAndEncodeIntegerNumber("-1", type, emit, nullptr); in TEST()
621 rc = ParseAndEncodeIntegerNumber("0x7fffffffffffffff", type, emit, nullptr); in TEST()
624 rc = ParseAndEncodeIntegerNumber("0xffffffffffffffff", type, emit, nullptr); in TEST()
677 auto emit in TEST() local
791 auto emit = [&word_buffer](uint32_t word) { TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dparse_number_test.cpp280 << "Should not call emit() function when the number can not be parsed."; in AssertEmitFunc()
598 auto emit = [&word_buffer](uint32_t word) { in TEST() local
604 rc = ParseAndEncodeIntegerNumber("0", type, emit, nullptr); in TEST()
607 rc = ParseAndEncodeIntegerNumber("-0", type, emit, nullptr); in TEST()
610 rc = ParseAndEncodeIntegerNumber("9223372036854775807", type, emit, nullptr); in TEST()
613 rc = ParseAndEncodeIntegerNumber("-9223372036854775808", type, emit, nullptr); in TEST()
616 rc = ParseAndEncodeIntegerNumber("-1", type, emit, nullptr); in TEST()
621 rc = ParseAndEncodeIntegerNumber("0x7fffffffffffffff", type, emit, nullptr); in TEST()
624 rc = ParseAndEncodeIntegerNumber("0xffffffffffffffff", type, emit, nullptr); in TEST()
677 auto emit in TEST() local
791 auto emit = [&word_buffer](uint32_t word) { TEST() local
[all...]

Completed in 28 milliseconds

12345678910>>...72