Searched defs:emit (Results 1 - 25 of 190) sorted by relevance

12345678

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgen-fma-test.py3 def emit(opcode,suffix,width,order,optype): function
39 emit(opcode,suffix,width,order,optype)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c34 nv20_emit_point_mode(struct gl_context *ctx, int emit) argument
H A Dnv20_state_raster.c35 nv20_emit_logic_opcode(struct gl_context *ctx, int emit) argument
H A Dnouveau_driver.h64 nouveau_state_func *emit; member in struct:nouveau_driver
H A Dnv04_state_raster.c116 nv04_defer_control(struct gl_context *ctx, int emit) argument
122 nv04_emit_control(struct gl_context *ctx, int emit) argument
190 nv04_defer_blend(struct gl_context *ctx, int emit) argument
196 nv04_emit_blend(struct gl_context *ctx, int emit) argument
H A Dnv04_state_tex.c61 nv04_emit_tex_obj(struct gl_context *ctx, int emit) argument
64 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
H A Dnv10_state_polygon.c35 nv10_emit_cull_face(struct gl_context *ctx, int emit) argument
50 nv10_emit_front_face(struct gl_context *ctx, int emit) argument
60 nv10_emit_line_mode(struct gl_context *ctx, int emit) argument
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit) argument
79 nv10_emit_point_mode(struct gl_context *ctx, int emit) argument
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit) argument
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit) argument
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit) argument
H A Dnv10_state_raster.c35 nv10_emit_alpha_func(struct gl_context *ctx, int emit) argument
48 nv10_emit_blend_color(struct gl_context *ctx, int emit) argument
60 nv10_emit_blend_equation(struct gl_context *ctx, int emit) argument
72 nv10_emit_blend_func(struct gl_context *ctx, int emit) argument
82 nv10_emit_color_mask(struct gl_context *ctx, int emit) argument
94 nv10_emit_depth(struct gl_context *ctx, int emit) argument
107 nv10_emit_dither(struct gl_context *ctx, int emit) argument
116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) argument
129 nv10_emit_shade_model(struct gl_context *ctx, int emit) argument
139 nv10_emit_stencil_func(struct gl_context *ctx, int emit) argument
153 nv10_emit_stencil_mask(struct gl_context *ctx, int emit) argument
162 nv10_emit_stencil_op(struct gl_context *ctx, int emit) argument
[all...]
H A Dnv20_state_frag.c34 nv20_emit_tex_env(struct gl_context *ctx, int emit) argument
36 const int i = emit - NOUVEAU_STATE_TEX_ENV0;
57 nv20_emit_frag(struct gl_context *ctx, int emit) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c34 nv20_emit_point_mode(struct gl_context *ctx, int emit) argument
H A Dnv20_state_raster.c35 nv20_emit_logic_opcode(struct gl_context *ctx, int emit) argument
H A Dnouveau_driver.h64 nouveau_state_func *emit; member in struct:nouveau_driver
H A Dnv04_state_raster.c116 nv04_defer_control(struct gl_context *ctx, int emit) argument
122 nv04_emit_control(struct gl_context *ctx, int emit) argument
190 nv04_defer_blend(struct gl_context *ctx, int emit) argument
196 nv04_emit_blend(struct gl_context *ctx, int emit) argument
H A Dnv04_state_tex.c61 nv04_emit_tex_obj(struct gl_context *ctx, int emit) argument
64 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp27 void AddressPool::emit(AsmPrinter &Asm, const MCSection *AddrSection) { function in class:AddressPool
H A DDwarfStringPool.cpp38 void DwarfStringPool::emit(AsmPrinter &Asm, const MCSection *StrSection, function in class:DwarfStringPool
64 // If we've got an offset section go ahead and emit that now as well.
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java20 void emit (final HTMLWriter out); method in interface:IContent
H A DElementList.java33 public void emit (final HTMLWriter out) method in class:ElementList
38 content.emit (out);
H A DText.java28 public void emit (final HTMLWriter out) method in class:Text
H A DTextContent.java25 public void emit (final HTMLWriter out) method in class:TextContent
/external/qemu/include/qapi/qmp/
H A Djson-streamer.h22 void (*emit)(struct JSONMessageParser *parser, QList *tokens); member in struct:JSONMessageParser
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as79 emit();
139 /** The standard method called to automatically emit a token at the
142 * use that to set the token's text. Override this method to emit
145 public function emit():Token { function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h42 /** Arguments that are passed to lp_build_tgsi_action::emit. The
69 * the lp_build_tgsi_action::emit function. However, this value is
74 /** The lp_build_tgsi_action::emit 'executes' the opcode and writes the
107 void (*emit)(const struct lp_build_tgsi_action *, member in struct:lp_build_tgsi_action
115 * that can be assigned to lp_build_tgsi_action::emit and used for
/external/chromium_org/tools/python/google/
H A Dlogging_utils.py41 def emit(self, record): member in class:StdoutStderrHandler
43 self._out.emit(record)
46 self._err.emit(record)
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h42 /** Arguments that are passed to lp_build_tgsi_action::emit. The
69 * the lp_build_tgsi_action::emit function. However, this value is
74 /** The lp_build_tgsi_action::emit 'executes' the opcode and writes the
107 void (*emit)(const struct lp_build_tgsi_action *, member in struct:lp_build_tgsi_action
115 * that can be assigned to lp_build_tgsi_action::emit and used for

Completed in 2012 milliseconds

12345678