HomeSort by relevance Sort by last modified time
    Searched refs:emit (Results 1 - 25 of 559) 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...]
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/chromium_org/v8/src/x64/
assembler-x64.cc 400 // Emit updated ModR/M byte containing the given register.
404 // Emit the rest of the encoded operand.
418 emit(opcode);
432 emit(opcode ^ 0x02);
436 emit(opcode);
447 emit(0x66);
449 emit(opcode ^ 0x02);
452 emit(0x66);
454 emit(opcode);
464 emit(0x66)
    [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/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...]
draw_vs_variant.c 42 /* A first pass at incorporating vertex fetch/emit functionality into
57 struct translate *emit; member in struct:draw_vs_variant_generic
175 vsvg->emit->set_buffer( vsvg->emit,
181 vsvg->emit->set_buffer( vsvg->emit,
187 vsvg->emit->run( vsvg->emit,
238 vsvg->emit->set_buffer( vsvg->emit,
273 struct translate_key fetch, emit; local
    [all...]
draw_pt_so_emit.c 54 void draw_pt_so_emit_prepare(struct pt_so_emit *emit)
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,
189 struct draw_context *draw = emit->draw;
193 if (!emit->has_so
228 struct pt_so_emit *emit = CALLOC_STRUCT(pt_so_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...]
draw_vs_variant.c 42 /* A first pass at incorporating vertex fetch/emit functionality into
57 struct translate *emit; member in struct:draw_vs_variant_generic
175 vsvg->emit->set_buffer( vsvg->emit,
181 vsvg->emit->set_buffer( vsvg->emit,
187 vsvg->emit->run( vsvg->emit,
238 vsvg->emit->set_buffer( vsvg->emit,
273 struct translate_key fetch, emit; local
    [all...]
draw_pt_so_emit.c 54 void draw_pt_so_emit_prepare(struct pt_so_emit *emit)
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,
189 struct draw_context *draw = emit->draw;
193 if (!emit->has_so
228 struct pt_so_emit *emit = CALLOC_STRUCT(pt_so_emit); local
    [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 862 milliseconds

1 2 3 4 5 6 7 8 91011>>