Searched refs:staging (Results 1 - 8 of 8) sorted by relevance

/external/owasp/sanitizer/
H A DMakefile176 out/run_me_before_committing_release.sh: clean out/staging.tstamp
177 tools/update_tree_in_svn.py out/staging distrib > $@
179 out/staging.tstamp: out/javadoc.tstamp out/classes.tstamp
180 mkdir -p out/staging
182 rm -rf out/staging/javadoc
183 cp -r out/javadoc out/staging/javadoc
185 for doc_html in $$(find out/staging/javadoc -name \*.html); do \
189 mkdir -p out/staging/lib
191 cp "$$jar" out/staging/lib/; \
192 cp "$$(dirname $$jar)"/COPYING out/staging/li
[all...]
/external/owasp/sanitizer/tools/
H A Dstage_to_maven_central.sh88 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
89 -DrepositoryId=sonatype-nexus-staging \
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer.c58 transfer->staging = NULL;
147 rtransfer->staging = (struct r600_resource*)
150 return rctx->ws->buffer_map(rtransfer->staging->cs_buf, rctx->cs, PIPE_TRANSFER_WRITE);
167 if (rtransfer->staging) {
171 /* Copy the staging buffer into the original one. */
173 &rtransfer->staging->b.b, &box);
174 pipe_resource_reference((struct pipe_resource**)&rtransfer->staging, NULL);
H A Dr600_resource.h35 struct r600_resource *staging; member in struct:r600_transfer
142 struct r600_texture **staging);
H A Dr600_texture.c34 /* Copy from a full GPU texture to a transfer's staging one. */
40 ctx->resource_copy_region(ctx, &rtransfer->staging->b.b,
46 /* Copy from a transfer's staging texture to a full GPU one. */
57 &rtransfer->staging->b.b,
562 struct r600_texture **staging)
566 struct r600_texture **flushed_depth_texture = staging ?
567 staging : &rtex->flushed_depth_texture;
569 if (!staging && rtex->flushed_depth_texture)
580 resource.usage = staging ? PIPE_USAGE_STAGING : PIPE_USAGE_STATIC;
584 if (staging)
560 r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_texture **staging) argument
[all...]
H A Dr600_blit.c132 struct r600_texture *staging,
139 struct r600_texture *flushed_depth_texture = staging ?
140 staging : texture->flushed_depth_texture;
145 if (!staging && !texture->dirty_level_mask)
173 if (!staging && !(texture->dirty_level_mask & (1 << level)))
218 if (!staging &&
130 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument
H A Dr600_pipe.h518 struct r600_texture *staging,
/external/strace/maint/
H A Dioctls_gen.sh85 android_dir="$inc_dir/../drivers/staging/android"
87 "$mydir"/ioctls_sym.sh "$android_dir" staging/android >> ioctls_sym.h

Completed in 141 milliseconds