Home
last modified time | relevance | path

Searched defs:staging (Results 1 – 25 of 54) sorted by relevance

123

/third_party/node/deps/npm/lib/install/
Dactions.js35 actions[actionName] = (staging, pkg, log) => { argument
73 function runAction (action, staging, pkg, log) { argument
104 function doOne (cmd, staging, pkg, log, next) { argument
113 function doParallel (type, staging, actionsToRun, log, next) { argument
136 function doSerial (type, staging, actionsToRun, log, next) { argument
143 function doReverseSerial (type, staging, actionsToRun, log, next) { argument
149 function runSerial (type, staging, actionsToRun, log, next) { argument
181 function prepareAction (action, staging, log) { argument
Dmodule-staging-path.js6 function moduleStagingPath (staging, pkg) { argument
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_staging_mgr.c35 virgl_staging_alloc_buffer(struct virgl_staging_mgr *staging, unsigned min_size) in virgl_staging_alloc_buffer()
77 virgl_staging_init(struct virgl_staging_mgr *staging, struct pipe_context *pipe, in virgl_staging_init()
87 virgl_staging_destroy(struct virgl_staging_mgr *staging) in virgl_staging_destroy()
94 virgl_staging_alloc(struct virgl_staging_mgr *staging, in virgl_staging_alloc()
/third_party/node/deps/npm/lib/install/action/
Dextract.js48 function extract (staging, pkg, log) { argument
105 function readBundled (pkg, staging, extractTo) { argument
116 function stageBundledModule (bundler, child, staging, parentPath) { argument
Dfinalize.js18 module.exports = function (staging, pkg, log) { argument
93 module.exports.rollback = function (top, staging, pkg) { argument
Dinstall.js5 module.exports = function (staging, pkg, log, next) { argument
Dpostinstall.js5 module.exports = function (staging, pkg, log, next) { argument
Dpreinstall.js5 module.exports = function (staging, pkg, log, next) { argument
Dglobal-link.js6 module.exports = function (staging, pkg, log, next) { argument
Dbuild.js7 module.exports = function (staging, pkg, log, next) { argument
Dprepare.js8 module.exports = function (staging, pkg, log, next) { argument
Dglobal-install.js8 module.exports = function (staging, pkg, log, next) { argument
Dfetch.js11 function fetch (staging, pkg, log, next) { argument
Dunbuild.js7 module.exports = function (staging, pkg, log) { argument
Drefresh-package-json.js12 module.exports = function (staging, pkg, log) { argument
Dremove.js15 module.exports = function (staging, pkg, log, next) { argument
Dmove.js18 module.exports = function (staging, pkg, log, next) { argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_constants.c112 …olve_constant(bi_builder *b, uint32_t value, struct va_src_info info, bool is_signed, bool staging) in va_resolve_constant()
187 bool staging = (s < valhall_opcodes[I->op].nr_staging_srcs); in va_lower_constants() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c283 void *data, struct r600_resource *staging, in r600_buffer_get_transfer()
392 struct r600_resource *staging = NULL; in r600_buffer_transfer_map() local
419 struct r600_resource *staging; in r600_buffer_transfer_map() local
/third_party/node/deps/npm/test/tap/
Duninstall-in-reverse.js13 '../../lib/install/action/unbuild.js': function (staging, pkg, log, next) { argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c316 struct si_resource *staging, unsigned offset) in si_buffer_get_transfer()
415 struct si_resource *staging = NULL; in si_buffer_transfer_map() local
447 struct si_resource *staging; in si_buffer_transfer_map() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.h74 void *staging; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp64 StagingBufferBase* staging; member
252 void Buffer::CopyFromStaging(StagingBufferBase* staging, in CopyFromStaging()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.h110 } staging; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp88 StagingBufferBase* staging; member
308 void Buffer::CopyFromStaging(StagingBufferBase* staging, in CopyFromStaging()

123