HomeSort by relevance Sort by last modified time
    Searched refs:emit (Results 1 - 25 of 668) 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, ARRAY_SIZE(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 55 svga_shader_expand(struct svga_shader_emitter *emit)
58 unsigned newsize = emit->size * 2;
60 if (emit->buf != err_buf)
61 new_buf = REALLOC(emit->buf, emit->size, newsize);
66 emit->ptr = err_buf;
67 emit->buf = err_buf;
68 emit->size = sizeof(err_buf);
72 emit->size = newsize;
73 emit->ptr = new_buf + (emit->ptr - emit->buf)
174 struct svga_shader_emitter emit; local
    [all...]
svga_tgsi_vgpu10.c 78 * generate extra code to emit clip distances.
230 emit_post_helpers(struct svga_shader_emitter_v10 *emit);
233 emit_vertex(struct svga_shader_emitter_v10 *emit,
239 expand(struct svga_shader_emitter_v10 *emit)
242 unsigned newsize = emit->size * 2;
244 if (emit->buf != err_buf)
245 new_buf = REALLOC(emit->buf, emit->size, newsize);
250 emit->ptr = err_buf;
251 emit->buf = err_buf
268 struct svga_shader_emitter_v10 *emit = CALLOC(1, sizeof(*emit)); local
6491 struct svga_shader_emitter_v10 *emit; local
    [all...]
svga_tgsi_insn.c 38 static boolean emit_vs_postamble( struct svga_shader_emitter *emit );
39 static boolean emit_ps_postamble( struct svga_shader_emitter *emit );
87 translate_dst_register( struct svga_shader_emitter *emit,
99 dest = emit->output_map[reg->Register.Index];
100 emit->num_output_writes++;
165 svga_arl_needs_adjustment( const struct svga_shader_emitter *emit )
169 for (i = 0; i < emit->num_arl_consts; ++i) {
170 if (emit->arl_consts[i].arl_num == emit->current_arl)
178 svga_arl_adjustment( const struct svga_shader_emitter *emit )
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.h 44 /* grouped together emit-state for prog/vertex/state emit: */
62 fd3_emit_get_vp(struct fd3_emit *emit)
64 if (!emit->vp) {
65 struct fd3_shader_stateobj *so = emit->prog->vp;
66 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
68 return emit->vp;
72 fd3_emit_get_fp(struct fd3_emit *emit)
    [all...]
fd3_draw.c 58 struct fd3_emit *emit, unsigned index_offset)
60 const struct pipe_draw_info *info = emit->info;
63 fd3_emit_state(ctx, ring, emit);
65 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
66 fd3_emit_vertex_bufs(ring, emit);
83 fd3_emit_get_vp(emit)->writes_psize &&
88 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY,
122 struct fd3_emit emit = { local
147 emit.key.ucp_enables = ctx->rasterizer->clip_plane_enable;
149 fixup_shader_state(ctx, &emit.key)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.h 44 /* grouped together emit-state for prog/vertex/state emit: */
71 fd4_emit_get_vp(struct fd4_emit *emit)
73 if (!emit->vp) {
74 struct fd4_shader_stateobj *so = emit->prog->vp;
75 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
77 return emit->vp;
81 fd4_emit_get_fp(struct fd4_emit *emit)
    [all...]
fd4_draw.c 47 struct fd4_emit *emit, unsigned index_offset)
49 const struct pipe_draw_info *info = emit->info;
52 fd4_emit_state(ctx, ring, emit);
54 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
55 fd4_emit_vertex_bufs(ring, emit);
67 fd4_emit_get_vp(emit)->writes_psize &&
72 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY,
106 struct fd4_emit emit = { local
135 fixup_shader_state(ctx, &emit.key);
141 if (!(fd4_emit_get_vp(&emit) && fd4_emit_get_fp(&emit))
    [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
  /external/python/cpython3/Parser/
asdl_c.py 87 self.emit("_Py_IDENTIFIER(%s);" % name, 0)
90 def emit(self, s, depth, reflow=True): member in class:EmitVisitor
124 self.emit(s, depth)
125 self.emit("", depth)
130 self.emit(s, depth)
131 self.emit("", depth)
136 self.emit(s, depth)
137 self.emit("", depth)
155 def emit(s, depth=depth): function in function:StructVisitor.sum_with_constructors
156 self.emit(s % sys._getframe(1).f_locals, depth
288 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_function
322 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_union
331 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_struct
1153 def emit(s, d): function in function:ObjVisitor.visitField
    [all...]
  /external/python/cpython2/Parser/
asdl_c.py 89 def emit(self, s, depth, reflow=True): member in class:EmitVisitor
122 self.emit(s, depth)
123 self.emit("", depth)
128 self.emit(s, depth)
129 self.emit("", depth)
134 self.emit(s, depth)
135 self.emit("", depth)
153 def emit(s, depth=depth): function in function:StructVisitor.sum_with_constructors
154 self.emit(s % sys._getframe(1).f_locals, depth)
160 emit("enum _%(name)s_kind {" + ", ".join(enum) + "};"
282 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_function
317 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_union
326 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_struct
1068 def emit(s, d): function in function:ObjVisitor.visitField
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 89 def emit(self, s, depth, reflow=True): member in class:EmitVisitor
122 self.emit(s, depth)
123 self.emit("", depth)
128 self.emit(s, depth)
129 self.emit("", depth)
134 self.emit(s, depth)
135 self.emit("", depth)
153 def emit(s, depth=depth): function in function:StructVisitor.sum_with_constructors
154 self.emit(s % sys._getframe(1).f_locals, depth)
160 emit("enum _%(name)s_kind {" + ", ".join(enum) + "};")
282 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_function
317 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_union
326 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_struct
1047 def emit(s, d): function in function:ObjVisitor.visitField
    [all...]
  /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 664 // Emit updated ModR/M byte containing the given register.
687 // Emit the rest of the encoded operand.
698 emit(opcode);
712 emit(opcode ^ 0x02);
716 emit(opcode);
727 emit(0x66);
729 emit(opcode ^ 0x02);
732 emit(0x66);
734 emit(opcode);
741 emit(0x66)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_emit.c 54 draw_pt_emit_prepare(struct pt_emit *emit,
58 struct draw_context *draw = emit->draw;
71 emit->prim = prim;
73 draw->render->set_primitive(draw->render, emit->prim);
77 emit->vinfo = vinfo = draw->render->get_vertex_info(draw->render);
88 output_format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
89 emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
94 if (vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
118 if (!emit->translate ||
119 translate_key_compare(&emit->translate->key, &hw_key) != 0)
289 struct pt_emit *emit = CALLOC_STRUCT(pt_emit); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_compile.py 66 emit = code.append
83 emit(OPCODES[IN_IGNORE])
84 skip = _len(code); emit(0)
86 emit(OPCODES[NEGATE])
88 emit(OPCODES[LITERAL])
89 emit(k)
90 emit(OPCODES[FAILURE])
93 emit(OPCODES[OP_IGNORE[op]])
94 emit(lo)
96 emit(OPCODES[op])
    [all...]
  /external/python/cpython2/Lib/
sre_compile.py 66 emit = code.append
83 emit(OPCODES[IN_IGNORE])
84 skip = _len(code); emit(0)
86 emit(OPCODES[NEGATE])
88 emit(OPCODES[LITERAL])
89 emit(k)
90 emit(OPCODES[FAILURE])
93 emit(OPCODES[OP_IGNORE[op]])
94 emit(lo)
96 emit(OPCODES[op]
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConditionCodesX8632.h 32 #define X(val, encode, opp, dump, emit) val = encode,
42 #define X(val, emit) val,
IceConditionCodesX8664.h 28 #define X(val, encode, opp, dump, emit) val = encode,
38 #define X(val, emit) val,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 34 emit = code.append
43 emit(OPCODES[OP_IGNORE[op]])
44 emit(_sre.getlower(av, flags))
46 emit(OPCODES[op])
47 emit(av)
50 emit(OPCODES[OP_IGNORE[op]])
54 emit(OPCODES[op])
56 skip = _len(code); emit(0)
61 emit(OPCODES[ANY_ALL])
63 emit(OPCODES[ANY])
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_int64.h 16 body.emit(r0003);
17 body.emit(assign(r0003, imul_high(swizzle_x(r0001), swizzle_x(r0002)), 0x02));
19 body.emit(assign(r0003, mul(swizzle_x(r0001), swizzle_x(r0002)), 0x01));
24 body.emit(assign(r0003, add(swizzle_y(r0003), r0006), 0x02));
26 body.emit(ret(r0003));
44 body.emit(r0008);
45 body.emit(assign(r0008, rshift(swizzle_y(r0007), body.constant(int(31))), 0x02));
50 body.emit(assign(r0008, bit_or(swizzle_y(r0008), r000B), 0x01));
52 body.emit(ret(r0008));
72 body.emit(r000E)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.h 40 /* grouped together emit-state for prog/vertex/state emit: */
56 * figure that out up-front and stash it in the emit.
75 fd5_emit_get_vp(struct fd5_emit *emit)
77 if (!emit->vp) {
78 struct fd5_shader_stateobj *so = emit->prog->vp;
79 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
81 return emit->vp
    [all...]

Completed in 1736 milliseconds

1 2 3 4 5 6 7 8 91011>>