HomeSort by relevance Sort by last modified time
    Searched refs:emit (Results 251 - 275 of 568) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 328 uint32_t sz = (intel->batch.used - intel->batch.emit) * sizeof(uint32_t);
329 uint32_t *start = intel->batch.map + intel->batch.emit;
344 intel->batch.used = intel->batch.emit;
348 goto emit;
360 emit:
362 item->header = intel->batch.emit;
488 /* Emit a pipelined flush to either flush render and texture cache for
intel_batchbuffer.h 127 intel->batch.emit = intel->batch.used;
138 unsigned int _n = batch->used - batch->emit;
  /external/valgrind/VEX/priv/
main_main.c 337 Int (*emit) ( /*MB_MOD*/Bool*,
371 emit = NULL;
422 emit = (__typeof__(emit)) X86FN(emit_X86Instr);
439 emit = (__typeof__(emit)) AMD64FN(emit_AMD64Instr);
456 emit = (__typeof__(emit)) PPC32FN(emit_PPCInstr);
473 emit = (__typeof__(emit)) PPC64FN(emit_PPCInstr)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 98 public void emit (HTMLWriter out) method in class:HTMLDocument
103 super.emit(out);
  /external/llvm/test/MC/ARM/
multi-section-mapping.s 19 @ Changing back to .text should not emit a redundant $a
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 112 vinfo.attrib[0].emit = EMIT_4F;
117 vinfo.attrib[0].emit = EMIT_3F;
  /external/mesa3d/src/glsl/
ir_builder.cpp 32 ir_factory::emit(ir_instruction *ir) function in class:ir_builder::ir_factory
43 emit(var);
ir_builder.h 76 void emit(ir_instruction *ir);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_vs_state.c 127 .emit = gen6_upload_vs_push_constants,
236 .emit = upload_vs_state,
gen7_wm_state.c 109 .emit = upload_wm_state,
240 .emit = upload_ps_state,
brw_curbe.c 77 * back, the best thing to do is emit programs which code the
136 .emit = calculate_curbe_offsets
197 goto emit;
340 emit:
371 .emit = brw_upload_constant_buffer,
brw_primitive_restart.c 213 .emit = haswell_upload_cut_index,
gen6_urb.c 124 .emit = gen6_upload_urb,
gen7_vs_state.c 119 .emit = upload_vs_state,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 78 nv20_emit_framebuffer(struct gl_context *ctx, int emit)
134 nv20_emit_viewport(struct gl_context *ctx, int emit)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 34 emit
  /external/autotest/site_utils/tester_feedback/
query_delegate.py 83 def emit(self): member in class:InputQueryDelegate
84 """Delegate for an input query's emit() method."""
89 """Concrete implementation of the query's emit() call."""
  /external/clang/lib/CodeGen/
CoverageMappingGen.h 75 /// \brief Emit the coverage mapping data for a translation unit.
76 void emit();
101 /// \brief Emit the coverage mapping data which maps the regions of
106 /// \brief Emit the coverage mapping data for an unused function.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, function in class:DwarfStringPool
56 // Emit a label for reference from debug information entries.
60 // Emit the string itself with a terminating null byte.
67 // If we've got an offset section go ahead and emit that now as well.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 125 output_format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
126 emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
128 if (vinfo->attrib[i].emit == EMIT_OMIT)
131 if (vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
208 /* Single routine to fetch vertices and emit HW verts.
265 /* Single routine to fetch vertices and emit HW verts.
324 /* Single routine to fetch vertices and emit HW verts.
  /external/skia/debugger/QT/
SkGLWidget.cpp 82 emit drawComplete();
  /frameworks/compile/mclinker/include/mcld/LD/
MsgHandler.h 29 bool emit();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 94 extern GTY ((length ("crtl->emit.x_reg_rtx_no"))) rtx * regno_reg_rtx;
97 #define reg_rtx_no (crtl->emit.x_reg_rtx_no)
98 #define seq_stack (crtl->emit.sequence_stack)
100 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO])
239 struct emit_status emit;
238 struct emit_status emit; variable in typeref:struct:emit_status
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-tls-2.s 2 ; First some expected uses, similar to what GCC will emit.
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.h 43 // and then emit it as a dynamic relocation if necessary. This class
79 // Emit any saved relocations which turn out to be needed. This is
82 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
84 // Emit a COPY reloc.
94 // This POD class holds the relocations we are saving. We will emit
118 // Make a new COPY reloc and emit it.

Completed in 465 milliseconds

<<11121314151617181920>>