Searched refs:staging (Results 1 - 8 of 8) sorted by relevance
/external/owasp/sanitizer/ |
H A D | Makefile | 176 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 D | stage_to_maven_central.sh | 88 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \ 89 -DrepositoryId=sonatype-nexus-staging \
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer.c | 58 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 D | r600_resource.h | 35 struct r600_resource *staging; member in struct:r600_transfer 142 struct r600_texture **staging);
|
H A D | r600_texture.c | 34 /* 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 D | r600_blit.c | 132 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 D | r600_pipe.h | 518 struct r600_texture *staging,
|
/external/strace/maint/ |
H A D | ioctls_gen.sh | 85 android_dir="$inc_dir/../drivers/staging/android" 87 "$mydir"/ioctls_sym.sh "$android_dir" staging/android >> ioctls_sym.h
|
Completed in 141 milliseconds