Searched defs:emit (Results 51 - 75 of 119) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c253 nv04_emit_tex_env(struct gl_context *ctx, int emit) argument
256 const int i = emit - NOUVEAU_STATE_TEX_ENV0;
H A Dnv10_state_fb.c93 nv10_emit_framebuffer(struct gl_context *ctx, int emit) argument
158 nv10_emit_render_mode(struct gl_context *ctx, int emit) argument
163 nv10_emit_scissor(struct gl_context *ctx, int emit) argument
176 nv10_emit_viewport(struct gl_context *ctx, int emit) argument
201 nv10_emit_zclear(struct gl_context *ctx, int emit) argument
H A Dnv04_render.c54 swtnl_emit_attr(struct gl_context *ctx, struct tnl_attr_map *m, int attr, int emit) argument
61 .format = emit,
66 .offset = _tnl_format_info[emit].attrsize,
157 /* emit engine state */
H A Dnv10_state_frag.c369 nv10_emit_tex_env(struct gl_context *ctx, int emit) argument
371 const int i = emit - NOUVEAU_STATE_TEX_ENV0;
400 nv10_emit_frag(struct gl_context *ctx, int emit) argument
H A Dnv10_state_tnl.c35 nv10_emit_clip_plane(struct gl_context *ctx, int emit) argument
57 nv10_emit_color_material(struct gl_context *ctx, int emit) argument
132 nv10_emit_fog(struct gl_context *ctx, int emit) argument
171 nv10_emit_light_enable(struct gl_context *ctx, int emit) argument
196 nv10_emit_light_model(struct gl_context *ctx, int emit) argument
281 nv10_emit_light_source(struct gl_context *ctx, int emit) argument
283 const int i = emit - NOUVEAU_STATE_LIGHT_SOURCE0;
319 nv10_emit_material_ambient(struct gl_context *ctx, int emit) argument
360 nv10_emit_material_diffuse(struct gl_context *ctx, int emit) argument
381 nv10_emit_material_specular(struct gl_context *ctx, int emit) argument
422 nv10_emit_material_shininess(struct gl_context *ctx, int emit) argument
437 nv10_emit_modelview(struct gl_context *ctx, int emit) argument
464 nv10_emit_point_parameter(struct gl_context *ctx, int emit) argument
469 nv10_emit_projection(struct gl_context *ctx, int emit) argument
[all...]
H A Dnv20_state_tnl.c58 nv20_emit_clip_plane(struct gl_context *ctx, int emit) argument
89 nv20_emit_color_material(struct gl_context *ctx, int emit) argument
151 nv20_emit_fog(struct gl_context *ctx, int emit) argument
176 nv20_emit_light_model(struct gl_context *ctx, int emit) argument
197 nv20_emit_light_source(struct gl_context *ctx, int emit) argument
199 const int i = emit - NOUVEAU_STATE_LIGHT_SOURCE0;
235 nv20_emit_material_ambient(struct gl_context *ctx, int emit) argument
237 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT;
277 nv20_emit_material_diffuse(struct gl_context *ctx, int emit) argument
279 const int side = emit
299 nv20_emit_material_specular(struct gl_context *ctx, int emit) argument
317 nv20_emit_material_shininess(struct gl_context *ctx, int emit) argument
333 nv20_emit_modelview(struct gl_context *ctx, int emit) argument
360 nv20_emit_projection(struct gl_context *ctx, int emit) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c57 void (*emit)( struct gl_context *, GLuint, GLuint, void * ); member in struct:__anon12759
80 * Generate vertex emit functions *
423 setup_tab[i].emit( ctx, 0, VB->Count,
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.c142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F; local
143 EMIT_ATTR( _TNL_ATTRIB_FOG, emit, attrib[FRAG_ATTRIB_FOGC]);
/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSink.java113 BufferedSink emit() throws IOException; method in interface:BufferedSink
H A DRealBufferedSink.java180 @Override public BufferedSink emit() throws IOException { method in class:RealBufferedSink
/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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c43 struct pt_emit *emit; member in struct:fetch_pipeline_middle_end
114 draw_pt_emit_prepare( fpme->emit,
164 static void emit(struct pt_emit *emit, argument
169 draw_pt_emit_linear(emit, vert_info, prim_info);
172 draw_pt_emit(emit, vert_info, prim_info);
287 emit( fpme->emit,
395 if (fpme->emit)
396 draw_pt_emit_destroy( fpme->emit );
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c44 struct pt_emit *emit; member in struct:llvm_middle_end
109 draw_pt_emit_prepare( fpme->emit,
201 static void emit(struct pt_emit *emit, argument
206 draw_pt_emit_linear(emit, vert_info, prim_info);
209 draw_pt_emit(emit, vert_info, prim_info);
298 emit( fpme->emit,
408 if (fpme->emit)
409 draw_pt_emit_destroy( fpme->emit );
[all...]
H A Ddraw_pt_so_emit.c54 void draw_pt_so_emit_prepare(struct pt_so_emit *emit) argument
56 struct draw_context *draw = emit->draw;
58 emit->has_so = (draw->vs.vertex_shader->state.stream_output.num_outputs > 0);
62 if (emit->has_so) {
71 emit->has_so = has_valid_buffer;
74 if (!emit->has_so)
104 /* check have we space to emit prim first - if not don't do anything */
185 void draw_pt_so_emit( struct pt_so_emit *emit, argument
189 struct draw_context *draw = emit->draw;
193 if (!emit
228 struct pt_so_emit *emit = CALLOC_STRUCT(pt_so_emit); local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c57 struct r300_fragment_program_compiler *c = emit->compiler; \
151 static int emit_alu(struct r300_emit_state * emit, struct rc_pair_instruction* inst) argument
258 emit->node_flags |= R300_RGBA_OUT;
272 emit->node_flags |= R300_RGBA_OUT;
276 emit->node_flags |= R300_W_OUT;
305 static int finish_node(struct r300_emit_state * emit) argument
307 struct r300_fragment_program_compiler * c = emit->compiler;
308 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300;
316 if (code->alu.length == emit->node_first_alu) {
320 if (!emit_alu(emit,
398 begin_tex(struct r300_emit_state * emit) argument
423 emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) argument
480 struct r300_emit_state emit; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c225 #define emit(intel, state, size ) \ macro
234 * modified, emit all texture units.
302 * emit header.
314 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state");
344 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state");
349 /* work out list of buffers to emit */
370 emit(intel, state->RasterRules, sizeof(state->RasterRules));
377 emit(intel, state->Ctx, sizeof(state->Ctx));
384 emit(intel, state->Blend, sizeof(state->Blend));
437 emit(inte
[all...]
H A Di830_vtbl.c133 GLuint emit; local
140 emit = EMIT_2F;
145 emit = EMIT_3F;
150 emit = EMIT_3F_XYW;
159 EMIT_ATTR(_TNL_ATTRIB_TEX0 + i, emit, 0);
175 /* Only need to change the vertex emit code if there has been a
371 #define emit( intel, state, size ) \ macro
430 * emit header.
464 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i830 emit state");
484 emit(inte
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java407 emit ('('); parameterTypes (_parameterTypes); emit (')'); returnType (_returnType);
435 emit ('V');
447 if (byte.class == _parameterType) emit ('B');
448 else if (char.class == _parameterType) emit ('C');
449 else if (double.class == _parameterType) emit ('D');
450 else if (float.class == _parameterType) emit ('F');
451 else if (int.class == _parameterType) emit ('I');
452 else if (long.class == _parameterType) emit ('J');
453 else if (short.class == _parameterType) emit ('
468 private void emit (String s) method in class:Types.signatureCompiler
473 private void emit (char c) method in class:Types.signatureCompiler
[all...]
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c61 emit_func emit; member in struct:translate_generic::__anon12006
657 tg->attrib[attr].emit( data, dst );
665 tg->attrib[attr].emit( data, dst );
854 tg->attrib[i].emit = get_emit_func(key->element[i].output_format);
856 tg->attrib[i].emit = NULL;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c47 void (*emit)(struct i915_context *); member in struct:i915_tracked_hw_state
379 /* emit program constant */
382 /* emit constants for sRGB */
384 /* save const position in context for use in shader emit */
504 /* we emit an additional mov with swizzle to fake RGBA framebuffers */
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c205 unsigned emit; member in struct:__anon12079
226 uint emit = EMIT_OMIT; local
232 emit = vroute[sem].emit;
237 emit = vroute[sem].emit;
240 if (emit == EMIT_OMIT)
243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib);
244 format = draw_translate_vinfo_format(emit);
248 vinfo->size += draw_translate_vinfo_size(emit);
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c54 enum attrib_emit emit,
65 draw_emit_vertex_attr(&r300->vertex_info, emit, interp, output);
155 format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
53 r300_draw_emit_attrib(struct r300_context* r300, enum attrib_emit emit, enum interp_mode interp, int index) argument
/external/v8/src/mips/
H A Dassembler-mips-inl.h438 void Assembler::emit(Instr x) { function in class:v8::internal::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64-inl.h435 void Assembler::emit(Instr x) { function in class:v8::internal::Assembler
445 void Assembler::emit(uint64_t x) { function in class:v8::internal::Assembler
/external/valgrind/VEX/priv/
H A Dmain_util.c505 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/); local
508 if (emit) {

Completed in 4161 milliseconds

12345