Home
last modified time | relevance | path

Searched defs:emit (Results 1 – 25 of 255) 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.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
Dsvga_tgsi_vgpu10.c470 expand(struct svga_shader_emitter_v10 *emit) in expand()
499 struct svga_shader_emitter_v10 *emit = CALLOC(1, sizeof(*emit)); in alloc_emitter() local
517 free_emitter(struct svga_shader_emitter_v10 *emit) in free_emitter()
525 reserve(struct svga_shader_emitter_v10 *emit, in reserve()
537 emit_dword(struct svga_shader_emitter_v10 *emit, uint32 dword) in emit_dword()
548 emit_dwords(struct svga_shader_emitter_v10 *emit, in emit_dwords()
562 emit_get_num_tokens(const struct svga_shader_emitter_v10 *emit) in emit_get_num_tokens()
577 check_register_index(struct svga_shader_emitter_v10 *emit, in check_register_index()
676 determine_clipping_mode(struct svga_shader_emitter_v10 *emit) in determine_clipping_mode()
731 apply_clip_plane_mask(struct svga_shader_emitter_v10 *emit, in apply_clip_plane_mask()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_raster.c38 nv10_emit_alpha_func(struct gl_context *ctx, int emit) in nv10_emit_alpha_func()
51 nv10_emit_blend_color(struct gl_context *ctx, int emit) in nv10_emit_blend_color()
63 nv10_emit_blend_equation(struct gl_context *ctx, int emit) in nv10_emit_blend_equation()
75 nv10_emit_blend_func(struct gl_context *ctx, int emit) in nv10_emit_blend_func()
85 nv10_emit_color_mask(struct gl_context *ctx, int emit) in nv10_emit_color_mask()
97 nv10_emit_depth(struct gl_context *ctx, int emit) in nv10_emit_depth()
111 nv10_emit_dither(struct gl_context *ctx, int emit) in nv10_emit_dither()
120 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) in nv10_emit_logic_opcode()
133 nv10_emit_shade_model(struct gl_context *ctx, int emit) in nv10_emit_shade_model()
143 nv10_emit_stencil_func(struct gl_context *ctx, int emit) in nv10_emit_stencil_func()
[all …]
Dnv10_state_polygon.c35 nv10_emit_cull_face(struct gl_context *ctx, int emit) in nv10_emit_cull_face()
50 nv10_emit_front_face(struct gl_context *ctx, int emit) in nv10_emit_front_face()
60 nv10_emit_line_mode(struct gl_context *ctx, int emit) in nv10_emit_line_mode()
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit) in nv10_emit_line_stipple()
79 nv10_emit_point_mode(struct gl_context *ctx, int emit) in nv10_emit_point_mode()
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit) in nv10_emit_polygon_mode()
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit) in nv10_emit_polygon_offset()
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit) in nv10_emit_polygon_stipple()
Dnv10_state_tnl.c36 nv10_emit_clip_plane(struct gl_context *ctx, int emit) in nv10_emit_clip_plane()
58 nv10_emit_color_material(struct gl_context *ctx, int emit) in nv10_emit_color_material()
133 nv10_emit_fog(struct gl_context *ctx, int emit) in nv10_emit_fog()
172 nv10_emit_light_enable(struct gl_context *ctx, int emit) in nv10_emit_light_enable()
197 nv10_emit_light_model(struct gl_context *ctx, int emit) in nv10_emit_light_model()
282 nv10_emit_light_source(struct gl_context *ctx, int emit) in nv10_emit_light_source()
321 nv10_emit_material_ambient(struct gl_context *ctx, int emit) in nv10_emit_material_ambient()
365 nv10_emit_material_diffuse(struct gl_context *ctx, int emit) in nv10_emit_material_diffuse()
389 nv10_emit_material_specular(struct gl_context *ctx, int emit) in nv10_emit_material_specular()
433 nv10_emit_material_shininess(struct gl_context *ctx, int emit) in nv10_emit_material_shininess()
[all …]
Dnv04_state_raster.c117 nv04_defer_control(struct gl_context *ctx, int emit) in nv04_defer_control()
123 nv04_emit_control(struct gl_context *ctx, int emit) in nv04_emit_control()
192 nv04_defer_blend(struct gl_context *ctx, int emit) in nv04_defer_blend()
198 nv04_emit_blend(struct gl_context *ctx, int emit) in nv04_emit_blend()
Dnv20_state_tnl.c59 nv20_emit_clip_plane(struct gl_context *ctx, int emit) in nv20_emit_clip_plane()
90 nv20_emit_color_material(struct gl_context *ctx, int emit) in nv20_emit_color_material()
152 nv20_emit_fog(struct gl_context *ctx, int emit) in nv20_emit_fog()
177 nv20_emit_light_model(struct gl_context *ctx, int emit) in nv20_emit_light_model()
198 nv20_emit_light_source(struct gl_context *ctx, int emit) in nv20_emit_light_source()
237 nv20_emit_material_ambient(struct gl_context *ctx, int emit) in nv20_emit_material_ambient()
282 nv20_emit_material_diffuse(struct gl_context *ctx, int emit) in nv20_emit_material_diffuse()
307 nv20_emit_material_specular(struct gl_context *ctx, int emit) in nv20_emit_material_specular()
328 nv20_emit_material_shininess(struct gl_context *ctx, int emit) in nv20_emit_material_shininess()
344 nv20_emit_modelview(struct gl_context *ctx, int emit) in nv20_emit_modelview()
[all …]
Dnv10_state_fb.c93 nv10_emit_framebuffer(struct gl_context *ctx, int emit) in nv10_emit_framebuffer()
159 nv10_emit_render_mode(struct gl_context *ctx, int emit) in nv10_emit_render_mode()
164 nv10_emit_scissor(struct gl_context *ctx, int emit) in nv10_emit_scissor()
177 nv10_emit_viewport(struct gl_context *ctx, int emit) in nv10_emit_viewport()
202 nv10_emit_zclear(struct gl_context *ctx, int emit) in nv10_emit_zclear()
Dnv20_state_tex.c37 nv20_emit_tex_gen(struct gl_context *ctx, int emit) in nv20_emit_tex_gen()
67 nv20_emit_tex_mat(struct gl_context *ctx, int emit) in nv20_emit_tex_mat()
160 nv20_emit_tex_obj(struct gl_context *ctx, int emit) in nv20_emit_tex_obj()
297 nv20_emit_tex_shader(struct gl_context *ctx, int emit) in nv20_emit_tex_shader()
Dnv10_state_tex.c37 nv10_emit_tex_gen(struct gl_context *ctx, int emit) in nv10_emit_tex_gen()
69 nv10_emit_tex_mat(struct gl_context *ctx, int emit) in nv10_emit_tex_mat()
156 nv10_emit_tex_obj(struct gl_context *ctx, int emit) in nv10_emit_tex_obj()
Dnv20_state_frag.c34 nv20_emit_tex_env(struct gl_context *ctx, int emit) in nv20_emit_tex_env()
57 nv20_emit_frag(struct gl_context *ctx, int emit) in nv20_emit_frag()
/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/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts14 emit(event: string | symbol, ...args: any[]): boolean; method
15 emit(event: 'error', err: SocksClientError): boolean; method
16 emit(event: 'bound', info: SocksClientBoundEvent): boolean; method
17 emit(event: 'established', info: SocksClientEstablishedEvent): boolean; method
/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/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/flutter/skia/third_party/externals/wuffs/script/
Dprint-lzw-example.go116 emit(buffer []byte, code int, prevCode int, n int) []byte methodSpec
156 func (t *naive) emit(output []byte, code int, prevCode int, n int) []byte { func
181 func (t *suf1) emit(output []byte, code int, prevCode int, n int) []byte { func
239 func (t *sufQ) emit(output []byte, code int, prevCode int, n int) []byte { func
/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
/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
/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

1234567891011