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

1 2 3 4 5 6 7 8 91011>>

  /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/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/clang/test/CodeGen/
builtins-arm-msvc-compat-only.c 1 // RUN: %clang_cc1 -triple thumbv7-windows -fms-extensions -emit-llvm -o - %s \
3 // RUN: %clang_cc1 -triple armv7-eabi -emit-llvm %s -o /dev/null 2>&1 \
7 void emit() { function
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_emit.c 5 int32_t viddec_emit_flush_current_wkld(viddec_emitter *emit)
7 if(emit->cur.data != NULL)
9 emit->cur.data->num_items = emit->cur.num_items;
11 if(emit->next.data != NULL)
13 emit->next.data->num_items = emit->next.num_items;
15 emit->cur.num_items = emit->next.num_items;
16 emit->next.num_items = 0
    [all...]
  /external/tlsdate/tests/run-routeup/
subproc.sh 8 # Always emit a bogus time so that stdin retriggers.
9 src/test/emit "0"
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IContent.java 20 void emit (final HTMLWriter out); method in interface:IContent
  /external/v8/src/x64/
assembler-x64.cc 434 // Emit updated ModR/M byte containing the given register.
456 // Emit the rest of the encoded operand.
470 emit(opcode);
484 emit(opcode ^ 0x02);
488 emit(opcode);
499 emit(0x66);
501 emit(opcode ^ 0x02);
504 emit(0x66);
506 emit(opcode);
516 emit(0x66)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_emitter.h 31 int32_t viddec_emit_assoc_tag(viddec_emitter *emit, uint32_t id, uint32_t using_next);
33 int32_t viddec_emit_contr_tag(viddec_emitter *emit, viddec_input_buffer_t *ibuf, uint8_t incomplete, uint32_t using_next);
35 int32_t viddec_emit_flush_current_wkld(viddec_emitter *emit);
65 static inline void viddec_emit_set_codec(viddec_emitter *emit, uint32_t codec_type)
67 emit->cur.data->codec = codec_type;
70 static inline void viddec_emit_set_codec_errors(viddec_emitter *emit, uint32_t codec_error)
72 emit->cur.result |= codec_error;
73 WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_PM_WORKLOAD_STATUS, (int)emit->cur.result, (int)emit->cur.data,
74 (int)emit->cur.num_items, 0, 0, 0)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-309-low-bad.d 1 #name: aarch64-emit-relocs-309-low-bad
2 #source: emit-relocs-309.s
emit-relocs-309-low.d 1 #name: aarch64-emit-relocs-309-low
2 #source: emit-relocs-309.s
emit-relocs-309-up-bad.d 1 #name: aarch64-emit-relocs-309-up-bad
2 #source: emit-relocs-309.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
apuinfo-nul1.s 5 # some other tools emit these
apuinfo-nul.s 5 # some other tools emit these
  /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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr13947.d 1 #ld: -shared --emit-relocs
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/llvm/utils/TableGen/
Attributes.cpp 26 void emit(raw_ostream &OS);
49 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
56 Attributes(RK).emit(OS);

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>