Home
last modified time | relevance | path

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

123456789

/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py40 def emit(self, record): member in BufferHandler
/third_party/node/benchmark/net/
H A Dnet-s2c.js
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c77 struct fd5_emit emit = { global() variable
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h13 void (*emit)(void *priv, unsigned start, unsigned count); member
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dterm.rs87 pub fn emit<'files, F: Files<'files>>( in emit() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() function in DwarfStringPool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp49 void MachineOptimizationRemarkEmitter::emit( in emit() function in MachineOptimizationRemarkEmitter
/kernel/linux/linux-6.6/rust/macros/
H A Dmodule.rs86 fn emit(&mut self, field: &str, content: &str) { in emit() functions
/third_party/mesa3d/src/amd/common/
H A Dsid_tables.py68 def emit(self, filp, name, static=True): member in StringTable
121 def emit(self, filp, name, static=True): member in IntTable
211 def emit(self, filp, string_table, idx_table): member in FieldTable
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h77 unsigned emit:8; /**< EMIT_x */ member
139 static inline enum pipe_format draw_translate_vinfo_format(enum attrib_emit emit) in draw_translate_vinfo_format() argument
163 static inline unsigned draw_translate_vinfo_size(enum attrib_emit emit) in draw_translate_vinfo_size() argument
113 draw_emit_vertex_attr(struct vertex_info *vinfo, enum attrib_emit emit, int src_index) draw_emit_vertex_attr() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.h67 fd3_emit_get_vp(struct fd3_emit *emit) in fd3_emit_get_vp() argument
76 fd3_emit_get_fp(struct fd3_emit *emit) in fd3_emit_get_fp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h75 fd4_emit_get_vp(struct fd4_emit *emit) in fd4_emit_get_vp() argument
84 fd4_emit_get_fp(struct fd4_emit *emit) in fd4_emit_get_fp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, in translate_vs_ps_semantic() argument
99 emit_decl(struct svga_shader_emitter *emit, in emit_decl() argument
129 emit_vface_decl(struct svga_shader_emitter *emit) in emit_vface_decl() argument
149 ps30_input_emit_depth_fog(struct svga_shader_emitter *emit, struct src_register *out) ps30_input_emit_depth_fog() argument
178 ps30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) ps30_input() argument
327 ps30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) ps30_output() argument
391 vs30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) vs30_input() argument
423 vs30_output_emit_depth_fog(struct svga_shader_emitter *emit, SVGA3dShaderDestToken *out) vs30_output_emit_depth_fog() argument
449 vs30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) vs30_output() argument
520 svga_tgsi_sampler_type(const struct svga_shader_emitter *emit, int idx) svga_tgsi_sampler_type() argument
541 ps30_sampler(struct svga_shader_emitter *emit, unsigned idx) ps30_sampler() argument
561 svga_shader_emit_samplers_decl(struct svga_shader_emitter *emit) svga_shader_emit_samplers_decl() argument
574 svga_translate_decl_sm30(struct svga_shader_emitter *emit, const struct tgsi_full_declaration *decl) svga_translate_decl_sm30() argument
[all...]
/third_party/node/deps/openssl/openssl/Configurations/
H A Dgentemplate.pm52 sub emit { subroutine
[all...]
/third_party/openssl/Configurations/
H A Dgentemplate.pm52 sub emit { subroutine
[all...]
/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/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/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...]
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
H A Dbitmask.c249 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h36 int (*emit)(struct nouveau_fence *); member

Completed in 9 milliseconds

123456789