Home
last modified time | relevance | path

Searched defs:emit (Results 51 - 75 of 175) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.cpp57 ParseAndEncodeIntegerNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeIntegerNumber() argument
134 ParseAndEncodeFloatingPointNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeFloatingPointNumber() argument
192 ParseAndEncodeNumber(const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeNumber() argument
[all...]
/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
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h75 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { in emit() function in llvm::OptimizationRemarkEmitter
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs54 pub fn emit(input: proc_macro::TokenStream) -> proc_macro::TokenStream { in emit() functions
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp57 ParseAndEncodeIntegerNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeIntegerNumber() argument
134 ParseAndEncodeFloatingPointNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeFloatingPointNumber() argument
192 ParseAndEncodeNumber(const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeNumber() argument
[all...]
/third_party/PyYAML/lib/yaml/
H A D__init__.py157 def emit(events, stream=None, Dumper=Dumper, function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRanges.java116 startSame(StandardPlural start, EnumSet<StandardPlural> endDone, Output<Boolean> emit) startSame() argument
/third_party/node/lib/
H A Ddomain.js[all...]
/third_party/node/lib/internal/fs/
H A Dstreams.js
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h81 fd5_emit_get_vp(struct fd5_emit *emit) in fd5_emit_get_vp() argument
97 fd5_emit_get_fp(struct fd5_emit *emit) fd5_emit_get_fp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c141 struct fd6_emit emit = { variable
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c57 struct translate *emit; member
304 struct translate_key fetch, emit; draw_vs_create_variant_generic() local
[all...]
H A Ddraw_pt_emit.c54 draw_pt_emit_prepare(struct pt_emit *emit, in draw_pt_emit_prepare() argument
137 draw_pt_emit(struct pt_emit *emit, const struct draw_vertex_info *vert_info, const struct draw_prim_info *prim_info) draw_pt_emit() argument
212 draw_pt_emit_linear(struct pt_emit *emit, const struct draw_vertex_info *vert_info, const struct draw_prim_info *prim_info) draw_pt_emit_linear() argument
297 struct pt_emit *emit = CALLOC_STRUCT(pt_emit); draw_pt_emit_create() local
315 draw_pt_emit_destroy(struct pt_emit *emit) draw_pt_emit_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c68 emit(struct fd_ringbuffer *ring, gl_shader_stage type, in emit() function
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c55 svga_shader_expand(struct svga_shader_emitter *emit) in svga_shader_expand() argument
80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) reserve() argument
93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) svga_shader_emit_dword() argument
105 svga_shader_emit_dwords(struct svga_shader_emitter * emit, const unsigned *dwords, unsigned nr) svga_shader_emit_dwords() argument
118 svga_shader_emit_opcode(struct svga_shader_emitter * emit, unsigned opcode) svga_shader_emit_opcode() argument
141 svga_shader_emit_header(struct svga_shader_emitter *emit) svga_shader_emit_header() argument
175 struct svga_shader_emitter emit; svga_tgsi_vgpu9_translate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c153 static int emit_alu(struct r300_emit_state * emit, struct rc_pair_instruction* inst) in emit_alu() argument
307 static int finish_node(struct r300_emit_state * emit) in finish_node() argument
400 begin_tex(struct r300_emit_state * emit) begin_tex() argument
425 emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) emit_tex() argument
482 struct r300_emit_state emit; r300BuildFragmentProgramHwCode() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java339 private static RangeTree emit( in emit() method in PrefixTree
/third_party/rust/crates/autocfg/src/
H A Dlib.rs97 pub fn emit(cfg: &str) { in emit() functions
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp88 void RTDyldObjectLinkingLayer::emit(MaterializationResponsibility R, in emit() function in llvm::orc::RTDyldObjectLinkingLayer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DRemarkStreamer.cpp104 void RemarkStreamer::emit(const DiagnosticInfoOptimizationBase &Diag) { in emit() function in RemarkStreamer
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebpi_dec.h45 OutputFunc emit; // output RGB or YUV samples member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h171 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in emit() function in llvm::MCLOHContainer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h170 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { in emit() function in llvm::MachineOptimizationRemarkEmitter
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs190 pub fn emit(self) { in emit() functions

Completed in 16 milliseconds

1234567