HomeSort by relevance Sort by last modified time
    Searched refs:emit (Results 1 - 25 of 537) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_driver.h 55 nv20_emit_framebuffer(struct gl_context *ctx, int emit);
58 nv20_emit_viewport(struct gl_context *ctx, int emit);
62 nv20_emit_point_mode(struct gl_context *ctx, int emit);
66 nv20_emit_logic_opcode(struct gl_context *ctx, int emit);
70 nv20_emit_tex_env(struct gl_context *ctx, int emit);
73 nv20_emit_frag(struct gl_context *ctx, int emit);
77 nv20_emit_tex_gen(struct gl_context *ctx, int emit);
80 nv20_emit_tex_mat(struct gl_context *ctx, int emit);
83 nv20_emit_tex_obj(struct gl_context *ctx, int emit);
86 nv20_emit_tex_shader(struct gl_context *ctx, int emit);
    [all...]
nv10_driver.h 61 nv10_emit_framebuffer(struct gl_context *ctx, int emit);
64 nv10_emit_render_mode(struct gl_context *ctx, int emit);
67 nv10_emit_scissor(struct gl_context *ctx, int emit);
70 nv10_emit_viewport(struct gl_context *ctx, int emit);
73 nv10_emit_zclear(struct gl_context *ctx, int emit);
77 nv10_emit_cull_face(struct gl_context *ctx, int emit);
80 nv10_emit_front_face(struct gl_context *ctx, int emit);
83 nv10_emit_line_mode(struct gl_context *ctx, int emit);
86 nv10_emit_line_stipple(struct gl_context *ctx, int emit);
89 nv10_emit_point_mode(struct gl_context *ctx, int emit);
    [all...]
nv04_driver.h 67 nv04_emit_framebuffer(struct gl_context *ctx, int emit);
70 nv04_emit_scissor(struct gl_context *ctx, int emit);
74 nv04_defer_control(struct gl_context *ctx, int emit);
77 nv04_emit_control(struct gl_context *ctx, int emit);
80 nv04_defer_blend(struct gl_context *ctx, int emit);
83 nv04_emit_blend(struct gl_context *ctx, int emit);
87 nv04_emit_tex_env(struct gl_context *ctx, int emit);
91 nv04_emit_tex_obj(struct gl_context *ctx, int emit);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_driver.h 55 nv20_emit_framebuffer(struct gl_context *ctx, int emit);
58 nv20_emit_viewport(struct gl_context *ctx, int emit);
62 nv20_emit_point_mode(struct gl_context *ctx, int emit);
66 nv20_emit_logic_opcode(struct gl_context *ctx, int emit);
70 nv20_emit_tex_env(struct gl_context *ctx, int emit);
73 nv20_emit_frag(struct gl_context *ctx, int emit);
77 nv20_emit_tex_gen(struct gl_context *ctx, int emit);
80 nv20_emit_tex_mat(struct gl_context *ctx, int emit);
83 nv20_emit_tex_obj(struct gl_context *ctx, int emit);
86 nv20_emit_tex_shader(struct gl_context *ctx, int emit);
    [all...]
nv10_driver.h 61 nv10_emit_framebuffer(struct gl_context *ctx, int emit);
64 nv10_emit_render_mode(struct gl_context *ctx, int emit);
67 nv10_emit_scissor(struct gl_context *ctx, int emit);
70 nv10_emit_viewport(struct gl_context *ctx, int emit);
73 nv10_emit_zclear(struct gl_context *ctx, int emit);
77 nv10_emit_cull_face(struct gl_context *ctx, int emit);
80 nv10_emit_front_face(struct gl_context *ctx, int emit);
83 nv10_emit_line_mode(struct gl_context *ctx, int emit);
86 nv10_emit_line_stipple(struct gl_context *ctx, int emit);
89 nv10_emit_point_mode(struct gl_context *ctx, int emit);
    [all...]
nv04_driver.h 67 nv04_emit_framebuffer(struct gl_context *ctx, int emit);
70 nv04_emit_scissor(struct gl_context *ctx, int emit);
74 nv04_defer_control(struct gl_context *ctx, int emit);
77 nv04_emit_control(struct gl_context *ctx, int emit);
80 nv04_defer_blend(struct gl_context *ctx, int emit);
83 nv04_emit_blend(struct gl_context *ctx, int emit);
87 nv04_emit_tex_env(struct gl_context *ctx, int emit);
91 nv04_emit_tex_obj(struct gl_context *ctx, int emit);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 39 translate_vs_ps_semantic(struct svga_shader_emitter *emit,
67 *idx = svga_remap_generic_index(emit->key.generic_remap_table,
94 * Emit a PS input (or VS depth/fog output) register declaration.
96 * index = 3, we'll emit "dcl_texcoord3 v1".
99 emit_decl(struct svga_shader_emitter *emit,
120 return (emit_instruction(emit, opcode) &&
121 svga_shader_emit_dwords( emit, dcl.values, Elements(dcl.values)));
126 * Emit declaration for PS front/back-face input register.
129 emit_vface_decl(struct svga_shader_emitter *emit)
131 if (!emit->emitted_vface)
    [all...]
svga_tgsi.c 53 static void svga_destroy_shader_emitter( struct svga_shader_emitter *emit )
55 if (emit->buf != err_buf)
56 FREE(emit->buf);
61 static boolean svga_shader_expand( struct svga_shader_emitter *emit )
64 unsigned newsize = emit->size * 2;
66 if(emit->buf != err_buf)
67 new_buf = REALLOC(emit->buf, emit->size, newsize);
72 emit->ptr = err_buf;
73 emit->buf = err_buf
264 struct svga_shader_emitter emit; local
    [all...]
svga_tgsi_insn.c 37 static boolean emit_vs_postamble( struct svga_shader_emitter *emit );
38 static boolean emit_ps_postamble( struct svga_shader_emitter *emit );
86 translate_dst_register( struct svga_shader_emitter *emit,
98 dest = emit->output_map[reg->Register.Index];
146 svga_arl_needs_adjustment( const struct svga_shader_emitter *emit )
150 for (i = 0; i < emit->num_arl_consts; ++i) {
151 if (emit->arl_consts[i].arl_num == emit->current_arl)
158 svga_arl_adjustment( const struct svga_shader_emitter *emit )
162 for (i = 0; i < emit->num_arl_consts; ++i)
    [all...]
svga_tgsi_emit.h 132 boolean svga_shader_emit_dword( struct svga_shader_emitter *emit,
135 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit,
139 boolean svga_shader_emit_opcode( struct svga_shader_emitter *emit,
142 boolean svga_shader_emit_instructions( struct svga_shader_emitter *emit,
145 boolean svga_translate_decl_sm30( struct svga_shader_emitter *emit,
149 static INLINE boolean emit_dst( struct svga_shader_emitter *emit,
154 return svga_shader_emit_dword( emit, dest.value );
157 static INLINE boolean emit_src( struct svga_shader_emitter *emit,
163 return (svga_shader_emit_dword( emit, src.base.value ) &&
164 svga_shader_emit_dword( emit, src.indirect.value ))
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 39 translate_vs_ps_semantic(struct svga_shader_emitter *emit,
67 *idx = svga_remap_generic_index(emit->key.generic_remap_table,
94 * Emit a PS input (or VS depth/fog output) register declaration.
96 * index = 3, we'll emit "dcl_texcoord3 v1".
99 emit_decl(struct svga_shader_emitter *emit,
120 return (emit_instruction(emit, opcode) &&
121 svga_shader_emit_dwords( emit, dcl.values, Elements(dcl.values)));
126 * Emit declaration for PS front/back-face input register.
129 emit_vface_decl(struct svga_shader_emitter *emit)
131 if (!emit->emitted_vface)
    [all...]
svga_tgsi.c 53 static void svga_destroy_shader_emitter( struct svga_shader_emitter *emit )
55 if (emit->buf != err_buf)
56 FREE(emit->buf);
61 static boolean svga_shader_expand( struct svga_shader_emitter *emit )
64 unsigned newsize = emit->size * 2;
66 if(emit->buf != err_buf)
67 new_buf = REALLOC(emit->buf, emit->size, newsize);
72 emit->ptr = err_buf;
73 emit->buf = err_buf
264 struct svga_shader_emitter emit; local
    [all...]
svga_tgsi_insn.c 37 static boolean emit_vs_postamble( struct svga_shader_emitter *emit );
38 static boolean emit_ps_postamble( struct svga_shader_emitter *emit );
86 translate_dst_register( struct svga_shader_emitter *emit,
98 dest = emit->output_map[reg->Register.Index];
146 svga_arl_needs_adjustment( const struct svga_shader_emitter *emit )
150 for (i = 0; i < emit->num_arl_consts; ++i) {
151 if (emit->arl_consts[i].arl_num == emit->current_arl)
158 svga_arl_adjustment( const struct svga_shader_emitter *emit )
162 for (i = 0; i < emit->num_arl_consts; ++i)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestPointSprite.java 55 final ParticleEmitter emit = new ParticleEmitter("Emitter", Type.Point, 10000); local
56 emit.setShape(new EmitterBoxShape(new Vector3f(-1.8f, -1.8f, -1.8f),
58 emit.setGravity(0, 0, 0);
59 emit.setLowLife(60);
60 emit.setHighLife(60);
61 emit.getParticleInfluencer().setInitialVelocity(new Vector3f(0, 0, 0));
62 emit.setImagesX(15);
63 emit.setStartSize(0.05f);
64 emit.setEndSize(0.05f);
65 emit.setStartColor(ColorRGBA.White)
    [all...]
TestMovingParticle.java 51 private ParticleEmitter emit; field in class:TestMovingParticle
61 emit = new ParticleEmitter("Emitter", Type.Triangle, 300);
62 emit.setGravity(0, 0, 0);
63 emit.setVelocityVariation(1);
64 emit.setLowLife(1);
65 emit.setHighLife(1);
66 emit.setInitialVelocity(new Vector3f(0, .5f, 0));
67 emit.setImagesX(15);
70 emit.setMaterial(mat);
72 rootNode.attachChild(emit);
    [all...]
TestParticleExportingCloning.java 55 ParticleEmitter emit = new ParticleEmitter("Emitter", Type.Triangle, 200); local
56 emit.setShape(new EmitterSphereShape(Vector3f.ZERO, 1f));
57 emit.setGravity(0, 0, 0);
58 emit.setLowLife(5);
59 emit.setHighLife(10);
60 emit.setInitialVelocity(new Vector3f(0, 0, 0));
61 emit.setImagesX(15);
64 emit.setMaterial(mat);
66 ParticleEmitter emit2 = emit.clone();
69 rootNode.attachChild(emit);
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IContent.java 20 void emit (final HTMLWriter out); method in interface:IContent
  /external/chromium_org/tools/traceline/traceline/
assembler.h 319 void emit(unsigned char b) {
333 emit(bytes[i]);
362 emit(0x01); emit(0xc0 | (src << 3) | dst);
366 emit(0x83); emit(0xc0 | dst); emit(d & 0xff);
368 emit(0x81); emit(0xc0 | dst); emit_dword(d);
373 emit(0x81); emit(0xe0 | r); emit_dword(mask)
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestMovingParticle.java 53 private ParticleEmitter emit; field in class:TestMovingParticle
63 emit = new ParticleEmitter("Emitter", Type.Triangle, 300);
64 emit.setGravity(0, 0, 0);
65 emit.setVelocityVariation(1);
66 emit.setLowLife(1);
67 emit.setHighLife(1);
68 emit.setInitialVelocity(new Vector3f(0, .5f, 0));
69 emit.setImagesX(15);
72 emit.setMaterial(mat);
74 rootNode.attachChild(emit);
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 457 // Emit updated ModR/M byte containing the given register.
461 // Emit the rest of the encoded operand.
472 emit(opcode);
483 emit(opcode ^ 0x02);
487 emit(opcode);
498 emit(0x66);
500 emit(opcode ^ 0x02);
503 emit(0x66);
505 emit(opcode);
515 emit(0x66)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_emit.c 50 draw_pt_emit_prepare(struct pt_emit *emit,
54 struct draw_context *draw = emit->draw;
67 emit->prim = prim;
69 draw->render->set_primitive(draw->render, emit->prim);
73 emit->vinfo = vinfo = draw->render->get_vertex_info(draw->render);
84 output_format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
85 emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
90 if (vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
109 if (!emit->translate ||
110 translate_key_compare(&emit->translate->key, &hw_key) != 0)
273 struct pt_emit *emit = CALLOC_STRUCT(pt_emit); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_emit.c 50 draw_pt_emit_prepare(struct pt_emit *emit,
54 struct draw_context *draw = emit->draw;
67 emit->prim = prim;
69 draw->render->set_primitive(draw->render, emit->prim);
73 emit->vinfo = vinfo = draw->render->get_vertex_info(draw->render);
84 output_format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
85 emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
90 if (vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
109 if (!emit->translate ||
110 translate_key_compare(&emit->translate->key, &hw_key) != 0)
273 struct pt_emit *emit = CALLOC_STRUCT(pt_emit); local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 559 // Emit updated ModR/M byte containing the given register.
563 // Emit the rest of the encoded operand.
574 emit(opcode);
585 emit(opcode ^ 0x02);
589 emit(opcode);
600 emit(0x66);
602 emit(opcode ^ 0x02);
605 emit(0x66);
607 emit(opcode);
617 emit(0x66)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 35 emit = code.append
44 emit(OPCODES[OP_IGNORE[op]])
45 emit(_sre.getlower(av, flags))
47 emit(OPCODES[op])
48 emit(av)
51 emit(OPCODES[OP_IGNORE[op]])
55 emit(OPCODES[op])
57 skip = _len(code); emit(0)
62 emit(OPCODES[ANY_ALL])
64 emit(OPCODES[ANY]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 35 emit = code.append
44 emit(OPCODES[OP_IGNORE[op]])
45 emit(_sre.getlower(av, flags))
47 emit(OPCODES[op])
48 emit(av)
51 emit(OPCODES[OP_IGNORE[op]])
55 emit(OPCODES[op])
57 skip = _len(code); emit(0)
62 emit(OPCODES[ANY_ALL])
64 emit(OPCODES[ANY]
    [all...]

Completed in 2412 milliseconds

1 2 3 4 5 6 7 8 91011>>