Searched refs:usage (Results 101 - 125 of 983) sorted by relevance

1234567891011>>

/external/llvm/utils/release/
H A Dtag.sh26 function usage() { function
27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]"
28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]"
95 usage
100 usage
110 usage
123 usage
/external/openfst/src/extensions/pdt/
H A Dpdtcompose.cc41 string usage = "Compose a PDT and an FST.\n\n Usage: "; local
42 usage += argv[0];
43 usage += " in.pdt in.fst [out.pdt]\n";
44 usage += " in.fst in.pdt [out.pdt]\n";
47 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer.c43 unsigned usage,
53 transfer->transfer.usage = usage;
93 if (transfer->usage & PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE &&
94 !(transfer->usage & PIPE_TRANSFER_UNSYNCHRONIZED)) {
95 assert(transfer->usage & PIPE_TRANSFER_WRITE);
108 rbuffer->b.b.bind, rbuffer->b.b.usage);
134 else if ((transfer->usage & PIPE_TRANSFER_DISCARD_RANGE) &&
135 !(transfer->usage & PIPE_TRANSFER_UNSYNCHRONIZED) &&
139 assert(transfer->usage
40 r600_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
197 r600_init_resource(struct r600_screen *rscreen, struct r600_resource *res, unsigned size, unsigned alignment, unsigned bind, unsigned usage) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c48 svga_buffer_needs_hw_storage(unsigned usage) argument
50 return usage & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER);
69 unsigned usage,
84 transfer->usage = usage;
87 if (usage & PIPE_TRANSFER_WRITE) {
88 if (usage & PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE) {
112 if (usage & PIPE_TRANSFER_UNSYNCHRONIZED) {
148 if (usage & PIPE_TRANSFER_DONTBLOCK) {
212 map = sws->buffer_map(sws, sbuf->hwbuf, transfer->usage);
66 svga_buffer_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c71 unsigned usage,
80 transfer->usage = usage;
108 enum pipe_transfer_usage usage; local
115 usage = transfer->usage;
116 if (!(usage & PIPE_TRANSFER_WRITE)) {
117 usage |= PIPE_TRANSFER_UNSYNCHRONIZED;
120 map = rws->buffer_map(rbuf->cs_buf, r300->cs, usage);
68 r300_buffer_get_transfer(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
H A Dr300_transfer.c83 unsigned usage,
106 trans->transfer.usage = usage;
113 (referenced_hw && !(usage & PIPE_TRANSFER_READ) &&
128 base.usage = PIPE_USAGE_STAGING;
130 if (usage & PIPE_TRANSFER_READ) {
133 if (usage & PIPE_TRANSFER_WRITE) {
140 if (usage & PIPE_TRANSFER_READ) {
145 if (usage & PIPE_TRANSFER_WRITE) {
185 if (usage
80 r300_texture_get_transfer(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box) argument
[all...]
/external/v8/tools/
H A Dv8-info.sh45 usage() { function
47 usage: $0 OPTIONS
55 Example usage: $0 -i 3.19.10$
59 Example usage: $0 -v 14981
63 Example usage: $0 -m 3.18
67 Example usage: $0 -p 3.19.12.1
71 Example usage: $0 -u 3.19.10:3.19.11
143 h) usage
157 usage
/external/cmockery/cmockery_0_1_2/
H A Dmkinstalldirs17 usage="\
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
/external/libexif/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/external/libmtp/examples/
H A Dalbumart.c36 static void usage(void) { function
62 usage();
76 usage();
84 usage();
89 usage();
94 usage();
/external/libpng/contrib/tools/
H A Dcvtcolor.c25 usage(const char *prog) function
28 "%s: usage: %s [-linear|-sRGB] [-gray|-color] component{1,4}\n",
42 usage(prog);
81 usage(prog);
87 usage(prog);
140 usage(prog);
153 usage(prog);
/external/llvm/autoconf/
H A Dmkinstalldirs17 usage="\
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_batchbuffer.c71 enum i915_winsys_buffer_usage usage,
77 if (usage == I915_USAGE_SAMPLER) {
79 } else if (usage == I915_USAGE_RENDER) {
81 } else if (usage == I915_USAGE_2D_TARGET) {
83 } else if (usage == I915_USAGE_2D_SOURCE) {
85 } else if (usage == I915_USAGE_VERTEX) {
69 i915_sw_batchbuffer_reloc(struct i915_winsys_batchbuffer *ibatch, struct i915_winsys_buffer *buffer, enum i915_winsys_buffer_usage usage, unsigned pre_add, boolean fenced) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c81 unsigned usage; local
83 usage = PIPE_BIND_RENDER_TARGET;
84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
151 unsigned usage; local
153 usage = PIPE_BIND_SAMPLER_VIEW;
154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py14 def usage(): function
88 usage()
125 usage()
132 usage()
146 usage()
156 usage()
H A Dp2p_flush.py15 def usage(): function
88 usage()
125 usage()
132 usage()
146 usage()
155 usage()
H A Dp2p_stop_find.py13 def usage(): function
90 usage()
130 usage()
137 usage()
151 usage()
161 usage()
/external/bouncycastle/
H A Dimport_bouncycastle.sh40 function usage() { function
84 shift || usage "No command specified. Try import, regenerate, or generate."
87 shift || usage "No tar file specified."
93 shift || usage "No patch file specified."
95 [ -d $BOUNCYCASTLE_BCPROV_DIR ] || usage "$BOUNCYCASTLE_BCPROV_DIR not found, did you mean to use generate?"
96 [ -d $BOUNCYCASTLE_BCPROV_DIR_ORIG ] || usage "$BOUNCYCASTLE_BCPROV_DIR_ORIG not found, did you mean to use generate?"
99 [ -d $BOUNCYCASTLE_BCPKIX_DIR ] || usage "$BOUNCYCASTLE_BCPROV_DIR not found, did you mean to use generate?"
100 [ -d $BOUNCYCASTLE_BCPKIX_DIR_ORIG ] || usage "$BOUNCYCASTLE_BCPKIX_DIR_ORIG not found, did you mean to use generate?"
103 usage "Unknown patch file $patch specified"
107 shift || usage "N
[all...]
/external/e2fsprogs/misc/
H A Duuidgen.c29 static void usage(const char *progname) function
59 usage(argv[0]);
/external/elfutils/src/src/
H A Dmake-debug-archive.in27 usage()
42 usage >&2
61 x--help) usage; exit 0 ;;
72 usage
/external/iproute2/ip/
H A Dlink_veth.c20 static void usage(void) function
36 usage();
/external/jemalloc/bin/
H A Djemalloc-config.in3 usage() {
8 --help | -h : Print usage.
31 usage
77 usage
/external/libpng/
H A Dlibpng-config.in28 usage()
55 usage 1
71 usage 0
120 usage
/external/linux-tools-perf/src/tools/perf/scripts/python/
H A Dsyscall-counts.py18 usage = "perf script -s syscall-counts.py [comm]\n"; variable
23 sys.exit(usage)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c52 unsigned usage,
60 transfer->usage = usage;
79 data = rctx->ws->buffer_map(rbuffer->cs_buf, rctx->cs, transfer->usage);
120 unsigned bind, unsigned usage)
128 if (usage == PIPE_USAGE_STAGING) {
134 switch(usage) {
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
49 r600_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
117 si_init_resource(struct r600_screen *rscreen, struct si_resource *res, unsigned size, unsigned alignment, unsigned bind, unsigned usage) argument

Completed in 761 milliseconds

1234567891011>>