Searched refs:emit (Results 226 - 250 of 474) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c112 vinfo.attrib[0].emit = EMIT_4F;
117 vinfo.attrib[0].emit = EMIT_3F;
/external/mesa3d/src/glsl/
H A Dir_builder.cpp32 ir_factory::emit(ir_instruction *ir) function in class:ir_builder::ir_factory
43 emit(var);
H A Dir_builder.h76 void emit(ir_instruction *ir);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_vs_state.c127 .emit = gen6_upload_vs_push_constants,
236 .emit = upload_vs_state,
H A Dgen7_wm_state.c109 .emit = upload_wm_state,
240 .emit = upload_ps_state,
H A Dbrw_curbe.c77 * 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,
H A Dbrw_primitive_restart.c213 .emit = haswell_upload_cut_index,
H A Dgen6_urb.c124 .emit = gen6_upload_urb,
H A Dgen7_vs_state.c119 .emit = upload_vs_state,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_batchbuffer.h127 intel->batch.emit = intel->batch.used;
138 unsigned int _n = batch->used - batch->emit;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c78 nv20_emit_framebuffer(struct gl_context *ctx, int emit) argument
134 nv20_emit_viewport(struct gl_context *ctx, int emit) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb34 emit
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c125 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.h76 void emit(ir_instruction *ir);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_curbe.c77 * 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,
H A Dbrw_primitive_restart.c213 .emit = haswell_upload_cut_index,
H A Dgen6_urb.c124 .emit = gen6_upload_urb,
H A Dgen7_vs_state.c119 .emit = upload_vs_state,
H A Dbrw_cc.c68 .emit = brw_upload_cc_vp
236 .emit = upload_cc_unit,
259 .emit = upload_blend_constant_color
H A Dgen6_cc.c207 .emit = gen6_upload_blend_state,
243 .emit = gen6_upload_color_calc_state,
267 .emit = upload_cc_state_pointers,
/external/llvm/lib/CodeGen/AsmPrinter/
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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c125 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/valgrind/main/include/
H A Dpub_tool_libcprint.h113 extern UInt VG_(emit) ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm68 $self->emit();
128 sub emit { subroutine
131 # The standard method called to automatically emit a token at the
134 # use that to set the token's text. Override this method to emit
147 $self->emit($t);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c35 boolean emit)
45 if (emit)
90 /* set this now, so that if fence.emit triggers a flush we don't recurse */
102 screen->fence.emit(&screen->base, &fence->sequence);
34 nouveau_fence_new(struct nouveau_screen *screen, struct nouveau_fence **fence, boolean emit) argument

Completed in 1878 milliseconds

1234567891011>>