Home
last modified time | relevance | path

Searched defs:emit (Results 1 – 25 of 266) sorted by relevance

1234567891011

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c87 translate_dst_register( struct svga_shader_emitter *emit, in translate_dst_register()
165 svga_arl_needs_adjustment( const struct svga_shader_emitter *emit ) in svga_arl_needs_adjustment()
178 svga_arl_adjustment( const struct svga_shader_emitter *emit ) in svga_arl_adjustment()
194 translate_src_register( const struct svga_shader_emitter *emit, in translate_src_register()
284 get_temp( struct svga_shader_emitter *emit ) in get_temp()
301 release_temp( struct svga_shader_emitter *emit, in release_temp()
313 reset_temp_regs(struct svga_shader_emitter *emit) in reset_temp_regs()
321 emit_src(struct svga_shader_emitter *emit, const struct src_register src) in emit_src()
338 emit_dst(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dest) in emit_dst()
348 emit_op1(struct svga_shader_emitter *emit, in emit_op1()
[all …]
Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, in translate_vs_ps_semantic()
99 emit_decl(struct svga_shader_emitter *emit, in emit_decl()
129 emit_vface_decl(struct svga_shader_emitter *emit) in emit_vface_decl()
149 ps30_input_emit_depth_fog(struct svga_shader_emitter *emit, in ps30_input_emit_depth_fog()
178 ps30_input(struct svga_shader_emitter *emit, in ps30_input()
327 ps30_output(struct svga_shader_emitter *emit, in ps30_output()
391 vs30_input(struct svga_shader_emitter *emit, in vs30_input()
423 vs30_output_emit_depth_fog(struct svga_shader_emitter *emit, in vs30_output_emit_depth_fog()
449 vs30_output(struct svga_shader_emitter *emit, in vs30_output()
520 svga_tgsi_sampler_type(const struct svga_shader_emitter *emit, int idx) in svga_tgsi_sampler_type()
[all …]
Dsvga_tgsi_vgpu10.c538 expand(struct svga_shader_emitter_v10 *emit) in expand()
567 struct svga_shader_emitter_v10 *emit = CALLOC(1, sizeof(*emit)); in alloc_emitter() local
585 free_emitter(struct svga_shader_emitter_v10 *emit) in free_emitter()
593 reserve(struct svga_shader_emitter_v10 *emit, in reserve()
605 emit_dword(struct svga_shader_emitter_v10 *emit, uint32 dword) in emit_dword()
616 emit_dwords(struct svga_shader_emitter_v10 *emit, in emit_dwords()
630 emit_get_num_tokens(const struct svga_shader_emitter_v10 *emit) in emit_get_num_tokens()
645 check_register_index(struct svga_shader_emitter_v10 *emit, in check_register_index()
751 determine_clipping_mode(struct svga_shader_emitter_v10 *emit) in determine_clipping_mode()
806 apply_clip_plane_mask(struct svga_shader_emitter_v10 *emit, in apply_clip_plane_mask()
[all …]
Dsvga_tgsi.c55 svga_shader_expand(struct svga_shader_emitter *emit) in svga_shader_expand()
80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) in reserve()
93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) in svga_shader_emit_dword()
105 svga_shader_emit_dwords(struct svga_shader_emitter * emit, in svga_shader_emit_dwords()
118 svga_shader_emit_opcode(struct svga_shader_emitter * emit, unsigned opcode) in svga_shader_emit_opcode()
141 svga_shader_emit_header(struct svga_shader_emitter *emit) in svga_shader_emit_header()
175 struct svga_shader_emitter emit; in svga_tgsi_vgpu9_translate() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts64 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in AST
231 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in ASTList
302 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in Identifier
320 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in MissingIdentifier
337 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in Label
441 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in UnaryExpression
536 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in CallExpression
635 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in BinaryExpression
718 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in ConditionalExpression
747 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) { method in NumberLiteral
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_emit.c54 draw_pt_emit_prepare(struct pt_emit *emit, in draw_pt_emit_prepare()
137 draw_pt_emit(struct pt_emit *emit, in draw_pt_emit()
212 draw_pt_emit_linear(struct pt_emit *emit, in draw_pt_emit_linear()
297 struct pt_emit *emit = CALLOC_STRUCT(pt_emit); in draw_pt_emit_create() local
315 draw_pt_emit_destroy(struct pt_emit *emit) in draw_pt_emit_destroy()
Ddraw_vertex.h77 unsigned emit:8; /**< EMIT_x */ member
114 enum attrib_emit emit, in draw_emit_vertex_attr()
139 static inline enum pipe_format draw_translate_vinfo_format(enum attrib_emit emit) in draw_translate_vinfo_format()
163 static inline unsigned draw_translate_vinfo_size(enum attrib_emit emit) in draw_translate_vinfo_size()
/third_party/typescript/tests/cases/compiler/
DeventEmitterPatternWithRecordOfFunction.ts3 emit(event: string, ...args: any[]): boolean; method
11 emit<Event extends keyof M>(event: Event, ...args: Args<M[Event]>): boolean; method
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_builder.h218 emit(const instruction &inst) const in emit() function
227 emit(enum opcode opcode) const in emit() function
236 emit(enum opcode opcode, const dst_reg &dst) const in emit() function
245 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit() function
268 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() function
289 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() function
311 emit(instruction *inst) const in emit() function
Dbrw_fs_builder.h249 emit(const instruction &inst) const in emit() function
258 emit(enum opcode opcode) const in emit() function
267 emit(enum opcode opcode, const dst_reg &dst) const in emit() function
276 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit() function
298 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() function
320 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() function
344 emit(enum opcode opcode, const dst_reg &dst, const src_reg srcs[], in emit() function
363 emit(instruction *inst) const in emit() function
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2441 AST.prototype.emit = function (emitter, tokenId, startLine) { method in AST
2601 ASTList.prototype.emit = function (emitter, tokenId, startLine) { method in ASTList
2668 Identifier.prototype.emit = function (emitter, tokenId, startLine) { method in Identifier
2685 MissingIdentifier.prototype.emit = function (emitter, tokenId, startLine) { method in MissingIdentifier
2703 Label.prototype.emit = function (emitter, tokenId, startLine) { method in Label
2794 UnaryExpression.prototype.emit = function (emitter, tokenId, startLine) { method in UnaryExpression
2889 CallExpression.prototype.emit = function (emitter, tokenId, startLine) { method in CallExpression
2989 BinaryExpression.prototype.emit = function (emitter, tokenId, startLine) { method in BinaryExpression
3069 ConditionalExpression.prototype.emit = function (emitter, tokenId, startLine) { method in ConditionalExpression
3099 NumberLiteral.prototype.emit = function (emitter, tokenId, startLine) { method in NumberLiteral
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.cpp56 #define X(val, encode, opp, dump, emit) {CondX86::opp, dump, emit}, argument
62 #define X(val, emit) {emit}, argument
404 void InstX86Label::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Label
426 void InstX86Br::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Br
507 void InstX86Jmp::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Jmp
565 void InstX86Call::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Call
929 void InstX86Movmsk::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Movmsk
972 void InstX86Sqrt::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Sqrt
987 void InstX86Div::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Div
1005 void InstX86Idiv::emit(const Cfg *Func) const { in emit() function in Ice::X8664::InstX86Idiv
[all …]
DIceInstX8632.cpp56 #define X(val, encode, opp, dump, emit) {CondX86::opp, dump, emit}, argument
62 #define X(val, emit) {emit}, argument
424 void InstX86Label::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Label
446 void InstX86Br::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Br
527 void InstX86Jmp::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Jmp
578 void InstX86Call::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Call
937 void InstX86Movmsk::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Movmsk
980 void InstX86Sqrt::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Sqrt
995 void InstX86Div::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Div
1013 void InstX86Idiv::emit(const Cfg *Func) const { in emit() function in Ice::X8632::InstX86Idiv
[all …]
DIceConditionCodesX86.h28 #define X(val, encode, opp, dump, emit) val = encode, argument
38 #define X(val, emit) val, argument
DIceFixups.cpp47 size_t AssemblerFixup::emit(GlobalContext *Ctx, const Assembler &Asm) const { in emit() function in Ice::AssemblerFixup
87 size_t AssemblerTextFixup::emit(GlobalContext *Ctx, const Assembler &) const { in emit() function in Ice::AssemblerTextFixup
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
603 template <> void ConstantInteger64::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantInteger64
607 template <> void ConstantFloat::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantFloat
611 template <> void ConstantDouble::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantDouble
615 void ConstantRelocatable::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantRelocatable
641 void ConstantUndef::emit(TargetLowering *Target) const { Target->emit(this); } in emit() function in Ice::ConstantUndef
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_emit.c153 static int emit_alu(struct r300_emit_state * emit, struct rc_pair_instruction* inst) in emit_alu()
307 static int finish_node(struct r300_emit_state * emit) in finish_node()
400 static int begin_tex(struct r300_emit_state * emit) in begin_tex()
425 static int emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) in emit_tex()
482 struct r300_emit_state emit; in r300BuildFragmentProgramHwCode() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c481 fd6_emit_combined_textures(struct fd_ringbuffer *ring, struct fd6_emit *emit, in fd6_emit_combined_textures()
553 build_vbo_state(struct fd6_emit *emit) assert_dt in build_vbo_state()
594 compute_ztest_mode(struct fd6_emit *emit, bool lrz_valid) assert_dt in compute_ztest_mode()
627 compute_lrz_state(struct fd6_emit *emit, bool binning_pass) assert_dt in compute_lrz_state()
699 build_lrz(struct fd6_emit *emit, bool binning_pass) assert_dt in build_lrz()
729 build_scissor(struct fd6_emit *emit) assert_dt in build_scissor()
759 build_prog_fb_rast(struct fd6_emit *emit) assert_dt in build_prog_fb_rast()
812 build_blend_color(struct fd6_emit *emit) assert_dt in build_blend_color()
828 build_ibo(struct fd6_emit *emit) assert_dt in build_ibo()
868 fd6_emit_streamout(struct fd_ringbuffer *ring, struct fd6_emit *emit) assert_dt in fd6_emit_streamout()
[all …]
/third_party/spirv-tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber()
194 std::function<void(uint32_t)> emit, in ParseAndEncodeNumber()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber()
194 std::function<void(uint32_t)> emit, in ParseAndEncodeNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber()
194 std::function<void(uint32_t)> emit, in ParseAndEncodeNumber()
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32-inl.h167 void Assembler::emit(uint32_t x) { in emit() function
177 void Assembler::emit(Handle<HeapObject> handle) { in emit() function
181 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode) { in emit() function
188 void Assembler::emit(Handle<Code> code, RelocInfo::Mode rmode) { in emit() function
192 void Assembler::emit(const Immediate& x) { in emit() function
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/turbo-cov/
Dmain.cpp32 void emit(T v) in emit() function
37 void emit(const llvm::StringRef &str) in emit() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.c44 struct fd4_emit *emit, unsigned index_offset) assert_dt in draw_impl()
82 struct fd4_emit emit = { in fd4_draw_vbo() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_draw.c56 struct fd3_emit *emit, unsigned index_offset) assert_dt in draw_impl()
104 struct fd3_emit emit = { in fd3_draw_vbo() local

1234567891011