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

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.h28 * create resources with a STAGING or DYNAMIC usage, copy between them
50 /* pt->usage == PIPE_USAGE_DYNAMIC || pt->usage == PIPE_USAGE_STAGING should be a good value to pass for direct */
56 unsigned usage,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.h35 unsigned usage,
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/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.h61 unsigned usage);
H A Dst_manager.h40 void *eglimg, unsigned usage);
/external/e2fsprogs/tests/progs/
H A Dtest_rel.c145 const char *usage = "Usage: %s name max_blocks\n"; local
150 printf(usage, argv[0]);
174 const char *usage = "usage: %s old_block new_block [owner] [offset]"; local
183 printf(usage, argv[0]);
215 const char *usage = "%s block"; local
223 printf(usage, argv[0]);
305 const char *usage = "%s old_block new_block"; local
312 printf(usage, argv[0]);
330 const char *usage local
352 const char *usage = "Usage: %s name max_inode\\n"; local
382 const char *usage = "%s old new max_refs"; local
418 const char *usage = "%s inode"; local
444 const char *usage = "%s orig_inode"; local
536 const char *usage = "%s inode block offset"; local
573 const char *usage = "%s inode"; local
614 const char *usage = "%s old new"; local
640 const char *usage = "%s inode"; local
715 const char *usage = "Usage: test_rel [-R request] [-f cmd_file]"; local
[all...]
/external/qemu/distrib/sdl-1.2.15/Xcode/
H A Dpackage4 set usage = "Usage: $prog [-f] root-dir info-file [tiff-file] [-d dest-dir] [-r resource-dir] [-traditional | -gnutar]"
27 echo $usage
36 echo $usage
40 echo $usage
50 echo $usage
54 echo $usage
65 echo $usage
69 echo $usage
93 echo $usage
98 echo $usage
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py15 def usage(): function
92 usage()
136 usage()
143 usage()
154 usage()
165 usage()
174 usage()
H A Dp2p_listen.py15 def usage(): function
89 usage()
126 usage()
133 usage()
144 usage()
155 usage()
164 usage()
/external/iproute2/ip/
H A Dip.c39 static void usage(void) __attribute__((noreturn));
41 static void usage(void) function
59 usage();
172 usage();
178 usage();
190 usage();
228 usage();
237 usage();
245 usage();
270 usage();
[all...]
/external/jpeg/
H A Djpegtran.c45 usage (void) function
48 fprintf(stderr, "usage: %s [switches] ", progname);
103 usage();
166 usage();
174 usage();
191 usage();
197 usage();
213 usage();
215 usage();
233 usage();
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djpegtran.c45 usage (void) function
48 fprintf(stderr, "usage: %s [switches] ", progname);
103 usage();
166 usage();
174 usage();
191 usage();
197 usage();
213 usage();
215 usage();
233 usage();
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/content/browser/quota/
H A Dquota_manager_unittest.cc325 void DidGetUsageAndQuota(QuotaStatusCode status, int64 usage, int64 quota) { argument
327 usage_ = usage;
348 void DidGetGlobalUsage(int64 usage, argument
350 usage_ = usage;
354 void DidGetHostUsage(int64 usage) { argument
355 usage_ = usage;
393 QuotaStatusCode status, int64 usage, int64 quota) {
408 int64 usage() const { return usage_; } function in class:content::QuotaManagerTest
484 EXPECT_EQ(10 + 15 + 30 + 35, info.usage);
486 EXPECT_EQ(20, info.usage);
392 DidGetUsageAndQuotaAdditional( QuotaStatusCode status, int64 usage, int64 quota) argument
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/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/chromium_org/sdch/open-vcdiff/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dresize_util.c20 static void usage(char *progname) { function
52 usage(argv[0]);
60 usage(argv[0]);
65 usage(argv[0]);
72 usage(argv[0]);
78 usage(argv[0]);
/external/chromium_org/third_party/libxml/src/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/external/chromium_org/third_party/mesa/src/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

Completed in 627 milliseconds

1234567891011>>