HomeSort by relevance Sort by last modified time
    Searched refs:staging (Results 1 - 25 of 32) sorted by null

1 2

  /test/vts-testcase/kernel/linux_kselftest/staging/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/kernel/linux_kselftest/staging
  /test/vts-testcase/kernel/ltp/staging/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/kernel/ltp/staging
  /external/v8/tools/foozzie/testdata/
failure_output.txt 12 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition --turbo-filter=~ --hydrogen-filter=~ --validate-asm --nocrankshaft
14 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition-staging --validate-asm
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_transfer.h 47 /* use staging resource */
50 /* use staging system buffer */
63 } staging; member in struct:ilo_transfer
ilo_transfer.c 49 * range can be discarded. We can allocate and map a staging bo on
53 * staging bo, but should copy only the flushed regions over.
59 * - When PIPE_TRANSFER_MAP_DIRECTLY is set, no staging area is allowed.
136 * Return true if usage allows the use of staging bo to avoid blocking.
153 * Allocate the staging resource. It is always linear and its size matches
189 xfer->staging.res = res->screen->resource_create(res->screen, &templ);
191 if (xfer->staging.res && xfer->staging.res->target != PIPE_BUFFER) {
192 assert(ilo_texture(xfer->staging.res)->image.tiling ==
196 return (xfer->staging.res != NULL)
967 const struct ilo_texture *staging = ilo_texture(xfer->staging.res); local
1104 struct pipe_resource templ, *staging; local
    [all...]
  /test/vts-testcase/security/poc/config/staging/
Android.mk 24 VTS_CONFIG_SRC_DIR := testcases/security/poc/config/staging
  /external/owasp/sanitizer/
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/lib/"$$(basename $$jar .jar)"-COPYING;
    [all...]
  /external/linux-kselftest/tools/testing/selftests/android/ion/
Makefile 2 INCLUDEDIR := -I. -I../../../../../drivers/staging/android/uapi/
  /external/owasp/sanitizer/tools/
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/radeon/
r600_buffer_common.c 282 void *data, struct r600_resource *staging,
295 transfer->staging = staging;
365 struct r600_resource *staging = NULL; local
368 256, &offset, (struct pipe_resource**)&staging, (void**)&data);
370 if (staging) {
373 ptransfer, data, staging, offset);
380 /* Use a staging buffer in cached GTT for reads. */
386 struct r600_resource *staging; local
388 staging = (struct r600_resource*) pipe_buffer_create
    [all...]
r600_texture.c 139 /* Copy from a full GPU texture to a transfer's staging one. */
144 struct pipe_resource *dst = &rtransfer->staging->b.b;
157 /* Copy from a transfer's staging texture to a full GPU one. */
163 struct pipe_resource *src = &rtransfer->staging->b.b;
1559 struct r600_texture *staging; local
    [all...]
r600_pipe_common.h 218 struct r600_resource *staging; member in struct:r600_transfer
651 struct r600_texture *staging,
798 struct r600_texture **staging);
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_transfer.c 80 } else if (trans->staging) {
89 trans->staging, ptrans->box.x, ptrans->box.y,
97 trans->staging, ptrans->stride,
104 FREE(trans->staging);
302 trans->staging = MALLOC(size);
303 if (!trans->staging)
310 etna_texture_untile(trans->staging,
316 util_copy_box(trans->staging, rsc->base.format, ptrans->stride,
329 return trans->staging;
etnaviv_context.h 72 void *staging; member in struct:etna_transfer
  /build/make/core/tasks/
sdk-addon.mk 26 staging := $(intermediates) macro
77 $(eval _dest := $(call append-path,$(call append-path,$(staging),$(_root)),$(call word-colon,3,$(cf)))) \
83 addon_img_source_prop := $(call append-path,$(staging),$(addon_dir_img))/images/$(TARGET_CPU_ABI)/source.properties
105 $(full_target): PRIVATE_STAGING_DIR := $(call append-path,$(staging),$(addon_dir_leaf))
116 $(full_target_img): PRIVATE_STAGING_DIR := $(call append-path,$(staging),$(addon_dir_img))/images/$(TARGET_CPU_ABI)
  /hardware/intel/img/psb_video/
psb-video.spec 34 BuildRequires: kernel-staging-drivers-headers
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 314 trans->staging, trans->base.stride,
319 trans->staging, trans->base.stride,
335 uint8_t *source = trans->staging +
385 assert(!"Unexpected staging transfer type");
402 if (trans->staging)
414 if (trans->staging && !(ptrans->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
433 free(trans->staging);
571 trans->staging = malloc(trans->base.stride * trans->base.box.height);
572 if (!trans->staging)
595 trans->staging, trans->base.stride
    [all...]
freedreno_resource.h 126 void *staging; member in struct:fd_transfer
  /external/autotest/client/cros/
webstore_test.py 45 # TODO: staging and PNL don't work in these tests (crbug/396660)
46 TestEnv = enum('staging', 'pnl', 'prod', 'sandbox')
104 TestEnv.staging: 'staging.corp',
105 TestEnv.sandbox: 'staging.sandbox',
109 TestEnv.staging: 'download-staging.corp',
110 TestEnv.sandbox: 'download-staging.sandbox',
146 TestEnv.staging:
147 'https://webstore-staging.corp.google.com'
    [all...]
  /device/common/
generate-packages.sh 125 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk
129 sed -i "s/$ONE_FILE_BASE/$ATMEL_FILE/" moto/staging/device-partial.mk
144 cp -R $COMPANY/staging/* $MAKEFILEDIR || echo \ \ \ \ Error copying makefiles
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 108 struct r600_texture *staging,
115 struct r600_texture *flushed_depth_texture = staging ?
116 staging : texture->flushed_depth_texture;
121 if (!staging && !texture->dirty_level_mask)
148 if (!staging && !(texture->dirty_level_mask & (1 << level)))
188 if (!staging &&
  /external/tensorflow/tensorflow/contrib/
__init__.py 74 from tensorflow.contrib import staging
  /build/soong/ui/build/
cleanbuild.go 123 // PRODUCT_OUT staging directory, things can get out of sync if different
  /external/curl/packages/vms/
stage_curl_install.com 63 $! If we are staging files, make sure that the libcurl.pc and curl-config
  /external/autotest/site_utils/deployment/
commandline.py 474 help='skip staging test image (for script testing)')

Completed in 666 milliseconds

1 2