Searched refs:emit (Results 301 - 325 of 492) sorted by relevance

<<11121314151617181920

/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h10 // SequenceToOffsetTable can be used to emit a number of null-terminated
112 /// emit - Print out the table as the body of an array initializer.
114 void emit(raw_ostream &OS, function in class:llvm::SequenceToOffsetTable
117 assert(Entries && "Call layout() before emit()");
H A DRegisterInfoEmitter.cpp143 // emit anything.
301 PSetsSeqs.emit(OS, printInt, "-1");
436 if (RegNo == -1) // -1 is the default value, don't emit a mapping.
554 // Helper to emit a set of bits into a constant byte array.
922 DiffSeqs.emit(OS, printDiff16);
927 LaneMaskSeqs.emit(OS, printMask, "~0u");
932 SubRegIdxSeqs.emit(OS, printSubRegIndex);
948 RegStrings.emit(OS, printChar);
1023 RegClassStrings.emit(OS, printChar);
1194 VTSeqs.emit(O
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c42 * Primitive emit to hardware. No support for vertex buffers or any
63 * Extract the needed fields from vertex_header and emit i915 dwords.
81 switch (vinfo->attrib[i].emit) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c143 r300->atomname.emit = r300_emit_##atomname; \
162 * Some atoms never change size, others change every emit - those have
171 * The motivation behind this is to be able to emit a strict
219 r300->fs.emit = r500_emit_fs;
220 r300->fs_rc_constant_state.emit = r500_emit_fs_rc_constant_state;
221 r300->fs_constants.emit = r500_emit_fs_constants;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_state.c140 /* emit clip viewport relocation */
182 .emit = brw_upload_clip_unit,
H A Dbrw_vs_state.c196 .emit = brw_upload_vs_unit,
H A Dgen6_clip_state.c227 .emit = upload_clip_state,
H A Dgen7_misc_state.c213 .emit = brw_emit_depthbuffer,
/external/protobuf/js/binary/
H A Dutils.js494 function emit(digit) {
505 if (digitC || start) emit(digitC);
506 if (digitB || start) emit(digitB);
507 if (digitA || start) emit(digitA);
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyErrorsTest.java119 emitter.emit(event);
/external/swiftshader/third_party/subzero/src/
H A DIceAssembler.cpp88 // Unmark the buffer, so we cannot emit after this.
163 CurPosition = NextFixupLoc + NextFixup->emit(Ctx, *this);
H A DIceCfgNode.h113 void emit(Cfg *Func) const;
H A DIceInst.cpp716 getSrc(I)->emit(Func);
957 void InstBundleLock::emit(const Cfg *Func) const { function in class:InstBundleLock
994 void InstBundleUnlock::emit(const Cfg *Func) const { function in class:InstBundleUnlock
1009 void InstFakeDef::emit(const Cfg *Func) const { function in class:InstFakeDef
1012 // Go ahead and "emit" these for now, since they are relatively rare.
1015 getDest()->emit(Func);
1032 void InstFakeUse::emit(const Cfg *Func) const { (void)Func; } function in class:InstFakeUse
1042 void InstFakeKill::emit(const Cfg *Func) const { (void)Func; } function in class:InstFakeKill
H A DIceTargetLoweringMIPS32.h136 void emit(const ConstantInteger32 *C) const final {
142 void emit(const ConstantInteger64 *C) const final {
146 void emit(const ConstantFloat *C) const final {
150 void emit(const ConstantDouble *C) const final {
154 void emit(const ConstantUndef *C) const final {
158 void emit(const ConstantRelocatable *C) const final {
651 /// the helpers will create a new Operand and emit instructions that
/external/valgrind/none/tests/
H A Dunit_debuglog.c45 emit(buf.buf, strlen(buf.buf));
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c47 /* Prototype fetch, shade, emit-hw-verts all in one go.
128 unsigned emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
137 fse->key.element[i].out.format = vinfo->attrib[i].emit;
211 /* Single routine to fetch vertices, run shader and emit HW verts.
275 /* Single routine to fetch vertices, run shader and emit HW verts.
333 /* Single routine to fetch vertices, run shader and emit HW verts.
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c58 void (*emit)( struct gl_context *, GLuint, GLuint, void * ); member in struct:__anon17205
81 * Generate vertex emit functions *
425 setup_tab[i].emit( ctx, 0, VB->Count,
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp180 void emit(raw_ostream &o, unsigned &Indentation);
369 bool emit(raw_ostream &o, unsigned &Indentation);
464 // See also Filter::emit().
498 void Filter::emit(raw_ostream &o, unsigned &Indentation) { function in class:Filter
540 bool finished = filterIterator->second->emit(o, Indentation);
584 emit(o, Indentation);
905 Best.getVariableFC().emit(o, Indentation);
1192 bool FilterChooser::emit(raw_ostream &o, unsigned &Indentation) { function in class:FilterChooser
1205 bestFilter().emit(o, Indentation);
1475 // If we haven't visited this instruction width before, emit th
[all...]
/external/python/cpython2/Lib/logging/
H A D__init__.py736 def emit(self, record): member in class:Handler
743 raise NotImplementedError('emit must be implemented '
748 Conditionally emit the specified logging record.
759 self.emit(record)
798 Handle errors which occur during an emit() call.
801 encountered during an emit() call. If raiseExceptions is false,
849 def emit(self, record): member in class:StreamHandler
948 def emit(self, record): member in class:FileHandler
953 constructor, open it before calling the superclass's emit.
957 StreamHandler.emit(sel
1702 def emit(self, record): member in class:NullHandler
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c48 static pANTLR3_COMMON_TOKEN emit (pANTLR3_LEXER lexer);
134 lexer->emit = emit;
292 emit(lexer);
642 emit (pANTLR3_LEXER lexer) function
649 * trying to emit a new token.
/external/libvterm/src/
H A Dscreen.c105 VTermRect emit; local
109 /* Always emit damage event */
110 emit = rect;
117 // Bigger than 1 line - flush existing, emit this
119 emit = rect;
136 emit = screen->damaged;
143 /* Never emit damage event */
157 (*screen->callbacks->damage)(emit, screen->cbdata);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c61 emit_func emit; member in struct:translate_generic::__anon16083
635 tg->attrib[attr].emit( data, dst );
643 tg->attrib[attr].emit( data, dst );
840 tg->attrib[i].emit = get_emit_func(key->element[i].output_format);
842 tg->attrib[i].emit = NULL;
/external/python/cpython3/Lib/logging/
H A D__init__.py840 def emit(self, record): member in class:Handler
847 raise NotImplementedError('emit must be implemented '
852 Conditionally emit the specified logging record.
863 self.emit(record)
902 Handle errors which occur during an emit() call.
905 encountered during an emit() call. If raiseExceptions is false,
980 def emit(self, record): member in class:StreamHandler
1061 def emit(self, record): member in class:FileHandler
1066 constructor, open it before calling the superclass's emit.
1070 StreamHandler.emit(sel
1952 def emit(self, record): member in class:NullHandler
[all...]
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips5-wrong-error.s1 # Instructions that are invalid but currently emit the wrong error message.
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c150 * emit(buf, buflen, rbot, rtop, len)
158 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) function
198 len = emit(buf, buflen, rbot, rtop, len);

Completed in 1216 milliseconds

<<11121314151617181920