HomeSort by relevance Sort by last modified time
    Searched refs:emit (Results 76 - 100 of 1082) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-270-overflow.d 1 #source: emit-relocs-270-overflow.s
2 #ld: -T relocs.ld --defsym tempy=0x10000 --defsym tempy1=-0x10001 -e0 --emit-relocs
emit-relocs-271-overflow.d 1 #source: emit-relocs-271-overflow.s
2 #ld: -T relocs.ld --defsym tempy=0x100000000 --defsym tempy1=-0x100000001 -e0 --emit-relocs
emit-relocs-272-overflow.d 1 #source: emit-relocs-272-overflow.s
2 #ld: -T relocs.ld --defsym tempy=0x1000000000000 --defsym tempy1=-0x1000000000001 -e0 --emit-relocs
emit-relocs-275.d 1 #source: emit-relocs-275.s
2 #ld: -T relocs.ld --defsym tempy=0x200011000 --defsym tempy2=0x45000 --defsym tempy3=0x1234 -e0 --emit-relocs
emit-relocs-282.d 1 #source: emit-relocs-282.s
2 #ld: -T relocs.ld --defsym target=0xc000 -e0 --emit-relocs
emit-relocs-283.d 1 #source: emit-relocs-283.s
2 #ld: -T relocs.ld --defsym target=0xc000 -e0 --emit-relocs
emit-relocs-309-up.d 1 #name: aarch64-emit-relocs-309-up
2 #source: emit-relocs-309.s
emit-relocs-local-addend.d 1 #source: emit-relocs-local-addend-foo.s
2 #source: emit-relocs-local-addend-bar.s
3 #ld: -T relocs.ld -e0 --emit-relocs
emit-relocs-264-bad.d 1 #source: emit-relocs-264.s
emit-relocs-266-bad.d 1 #source: emit-relocs-266.s
emit-relocs-268-bad.d 1 #source: emit-relocs-268.s
emit-relocs-269-bad.d 1 #source: emit-relocs-269.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
emit-relocs1-vxworks.d 1 #source: emit-relocs1.s
2 #ld: -Ttext 0x10000 --defsym target=0xc000 -e0 --emit-relocs
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 30 * the draw_vbuf code to emit hardware-specific vertex layouts into hw
50 * Vertex attribute emit modes
53 EMIT_OMIT, /**< don't emit the attribute */
77 unsigned emit:8; /**< EMIT_x */ member in struct:vertex_info::__anon29396
114 enum attrib_emit emit,
126 vinfo->attrib[n].emit = emit;
139 static inline enum pipe_format draw_translate_vinfo_format(enum attrib_emit emit)
141 switch (emit) {
163 static inline unsigned draw_translate_vinfo_size(enum attrib_emit emit)
    [all...]
  /system/tools/hidl/
DocComment.h 32 void emit(Formatter& out) const;
42 mDocComment->emit(out);
  /external/clang/tools/scan-build-py/tests/functional/src/build/
Makefile 17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c
18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.c
20 $(OBJDIR)/emit-two.o: $(SRCDIR)/emit-two.c
21 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-two.c
29 $(PROGRAM): $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.o
30 $(CC) $(LDFLAGS) -o $@ $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.
    [all...]
  /external/webrtc/webrtc/base/
sigslottester_unittest.cc 26 source1.emit(10);
30 source1.emit(20);
42 source2.emit(10, 'x');
47 source2.emit(20, 'y');
60 source1.emit("hello");
71 source1.emit(NULL);
81 source1.emit(NULL);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_draw.c 58 struct fd3_emit *emit)
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,
138 struct fd3_emit emit = { local
163 emit.key.ucp_enables = ctx->rasterizer->clip_plane_enable;
165 fixup_shader_state(ctx, &emit.key)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
emit-rtl.h 1 /* Exported functions from emit-rtl.c
80 return crtl->emit.x_first_insn;
89 crtl->emit.x_first_insn = insn;
97 return crtl->emit.x_last_insn;
106 crtl->emit.x_last_insn = insn;
114 return crtl->emit.x_cur_insn_uid;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_alu.c 770 bld_base->op_actions[TGSI_OPCODE_AND].emit = emit_and;
771 bld_base->op_actions[TGSI_OPCODE_ARL].emit = emit_arl;
772 bld_base->op_actions[TGSI_OPCODE_BFI].emit = emit_bfi;
773 bld_base->op_actions[TGSI_OPCODE_BREV].emit = build_tgsi_intrinsic_nomem;
776 bld_base->op_actions[TGSI_OPCODE_CEIL].emit = build_tgsi_intrinsic_nomem;
778 bld_base->op_actions[TGSI_OPCODE_CLAMP].emit = build_tgsi_intrinsic_nomem;
781 bld_base->op_actions[TGSI_OPCODE_CMP].emit = emit_cmp;
782 bld_base->op_actions[TGSI_OPCODE_COS].emit = build_tgsi_intrinsic_nomem;
784 bld_base->op_actions[TGSI_OPCODE_DABS].emit = build_tgsi_intrinsic_nomem;
786 bld_base->op_actions[TGSI_OPCODE_DFMA].emit = build_tgsi_intrinsic_nomem
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_draw.c 47 struct fd4_emit *emit)
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,
127 struct fd4_emit emit = { local
156 fixup_shader_state(ctx, &emit.key);
162 if (!(fd4_emit_get_vp(&emit) && fd4_emit_get_fp(&emit))
    [all...]
  /frameworks/compile/mclinker/include/mcld/
Linker.h 50 /// emit - To emit output mcld::Module to a FileOutputBuffer.
51 bool emit(FileOutputBuffer& pOutput);
53 /// emit - To open a file for output in pPath and to emit output mcld::Module
55 bool emit(const Module& pModule, const std::string& pPath);
57 /// emit - To emit output mcld::Module in the pFileDescriptor.
58 bool emit(const Module& pModule, int pFileDescriptor);
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 20 emit();
23 bool MsgHandler::emit() { function in class:mcld::MsgHandler
25 return m_Engine.emit();
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
parse_number.cpp 57 std::function<void(uint32_t)> emit, std::string* error_msg) {
124 emit(low);
125 emit(high);
127 emit(uint32_t(decoded_bits));
134 std::function<void(uint32_t)> emit, std::string* error_msg) {
157 emit(static_cast<uint32_t>(hVal.value().getAsFloat().get_value()));
166 emit(BitwiseCast<uint32_t>(fVal));
178 emit(low);
179 emit(high);
192 std::function<void(uint32_t)> emit,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 35 nv10_emit_cull_face(struct gl_context *ctx, int emit)
50 nv10_emit_front_face(struct gl_context *ctx, int emit)
60 nv10_emit_line_mode(struct gl_context *ctx, int emit)
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit)
79 nv10_emit_point_mode(struct gl_context *ctx, int emit)
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit)
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit)
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit)

Completed in 1173 milliseconds

1 2 34 5 6 7 8 91011>>