Searched refs:emit (Results 201 - 225 of 492) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_gs_state.c65 .emit = gen6_upload_gs_push_constants,
216 .emit = upload_gs_state,
H A Dgen6_viewport_state.c182 .emit = gen6_upload_sf_and_clip_viewports,
208 .emit = upload_viewport_state_pointers,
H A Dgen7_sf_state.c108 .emit = upload_sbe_state,
264 .emit = upload_sf_state,
H A Dintel_batchbuffer.h127 brw->batch.emit = USED_BATCH(brw->batch);
137 unsigned int _n = USED_BATCH(*batch) - batch->emit;
H A Dgen6_scissor_state.c111 .emit = gen6_upload_scissor_state,
H A Dgen6_urb.c151 .emit = upload_urb,
H A Dgen7_gs_state.c54 * whole fixed function pipeline" means to emit a PIPE_CONTROL with the "CS
167 .emit = upload_gs_state,
H A Dgen7_viewport_state.c99 .emit = gen7_upload_sf_clip_viewport,
H A Dgen8_ds_state.c115 .emit = gen8_upload_ds_state,
H A Dgen8_gs_state.c145 .emit = gen8_upload_gs_state,
H A Dgen8_viewport_state.c119 .emit = gen8_upload_sf_clip_viewport,
H A Dgen8_wm_depth_stencil.c117 .emit = gen8_upload_wm_depth_stencil,
H A Dgen7_cs_state.c197 .emit = brw_upload_cs_state
305 .emit = gen7_upload_cs_push_constants,
337 .emit = brw_upload_cs_pull_constants,
H A Dgen8_draw_upload.c130 * a state variable for some reason, for example), emit a single pad
151 /* Now emit 3DSTATE_VERTEX_BUFFERS and 3DSTATE_VERTEX_ELEMENTS packets. */
364 .emit = gen8_emit_vertices,
391 .emit = gen8_emit_index_buffer,
409 .emit = gen8_emit_vf_topology,
H A Dgen8_sf_state.c152 .emit = upload_sbe,
225 .emit = upload_sf,
350 .emit = upload_raster,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c78 nv20_emit_framebuffer(struct gl_context *ctx, int emit) argument
135 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/clang/lib/CodeGen/
H A DCoverageMappingGen.h78 void emit();
/external/linux-kselftest/tools/testing/selftests/bpf/
H A DMakefile55 -O2 -target bpf -emit-llvm -c $< -o - | \
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, function in class:DwarfStringPool
67 // 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) {
215 /* Single routine to fetch vertices and emit HW verts.
273 /* Single routine to fetch vertices and emit HW verts.
333 /* Single routine to fetch vertices and emit HW verts.
/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/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRanges.java117 EnumSet<StandardPlural> endDone, Output<Boolean> emit) {
118 emit.value = false;
132 // only emit if we didn't cover with the 'end' values
134 emit.value = true;
116 startSame(StandardPlural start, EnumSet<StandardPlural> endDone, Output<Boolean> emit) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRanges.java115 EnumSet<StandardPlural> endDone, Output<Boolean> emit) {
116 emit.value = false;
130 // only emit if we didn't cover with the 'end' values
132 emit.value = true;
114 startSame(StandardPlural start, EnumSet<StandardPlural> endDone, Output<Boolean> emit) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DSocksProxy.java134 fromSink.emit();
188 fromSink.emit();
214 sink.emit();

Completed in 1284 milliseconds

1234567891011>>