Home
last modified time | relevance | path

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

1234

/aosp_15_r20/frameworks/base/tools/aapt2/tools/
H A Dfinalize_res.py101 staging = stagingFile.read() variable
103 staging = stagingSplit[1] variable
104 staging = re.sub( variable
107 staging = re.sub(r' *\n', '\n', staging) variable
108 staging = re.sub(r'\n{3,}', '\n\n', staging) variable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A 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()
H A Dvirgl_context.h84 struct virgl_staging_mgr staging; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DCopy.cpp72 api::StorageBuffer staging(context, v_dst.texture_dtype(), v_dst.gpu_numel()); in transfer_cpu_to_vulkan() local
91 api::StorageBuffer staging(context, v_src.texture_dtype(), v_src.gpu_numel()); in transfer_vulkan_to_cpu() local
164 api::StorageBuffer staging(context, api::kFloat, dst.gpu_numel()); in pack_cpu_to_vulkan() local
189 api::StorageBuffer staging(context, api::kFloat, src.gpu_numel()); in pack_vulkan_to_cpu() local
H A DUtils.cpp216 void pack_staging_to_vtensor(api::VulkanBuffer& staging, vTensor& v_self) { in pack_staging_to_vtensor()
223 api::VulkanBuffer& staging, in pack_vtensor_to_staging()
H A DMm.cpp235 api::StorageBuffer staging( in pack_biases_quantized_weights() local
271 api::StorageBuffer staging( in pack_biases_quantized_weights() local
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/
H A DPrepackNode.cpp55 api::StagingBuffer staging(graph->context(), packed->dtype(), numel); in create_staging_buffer() local
62 api::StagingBuffer staging(graph->context(), tref->dtype, numel); in create_staging_buffer() local
72 api::StagingBuffer staging = create_staging_buffer(graph); in encode() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c266 void *data, struct r600_resource *staging, in r600_buffer_get_transfer()
375 struct r600_resource *staging = NULL; in r600_buffer_transfer_map() local
402 struct r600_resource *staging; in r600_buffer_transfer_map() local
H A Dr600_texture.c1134 struct r600_texture **staging) in r600_init_flushed_depth_texture()
1406 struct r600_texture *staging; in r600_texture_transfer_map() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCompareFilesBetweenReleases2.java30 Set<String> staging = getFiles(stagingFile, SKIP); in main() local
74 private static void showDiff(Set<String> staging, Set<String> lastRelease, Set<String> skip) { in showDiff()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c307 struct si_resource *staging, unsigned offset) in si_buffer_get_transfer()
406 struct si_resource *staging = NULL; in si_buffer_transfer_map() local
438 struct si_resource *staging; in si_buffer_transfer_map() local
H A Dsi_shader.c917 struct pipe_resource **staging, in pre_upload_binary()
971 struct pipe_resource *staging, in post_upload_binary()
1020 struct pipe_resource *staging = NULL; in upload_binary_elf() local
1087 struct pipe_resource *staging = NULL; in upload_binary_raw() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/
H A Dva_lower_constants.c113 bool is_signed, bool staging) in va_resolve_constant()
197 bool staging = (s < valhall_opcodes[I->op].nr_staging_srcs); in va_lower_constants() local
H A Dvalhall.py179 …opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], staging = None, unit = No… argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/
H A DComputeGraph.cpp537 StagingPtr staging = get_staging(idx); in copy_into_staging() local
546 StagingPtr staging = get_staging(idx); in copy_from_staging() local
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/utils/
H A DBindingUtils.cpp69 api::StagingBuffer& staging, in bind_staging_to_descriptor_set()
/aosp_15_r20/packages/modules/Bluetooth/floss/build/
Dbuild-in-container.py197 staging = os.path.abspath(args.staging_dir) if args.staging_dir else None variable
/aosp_15_r20/external/cronet/build/apple/
H A Dtweak_info_plist.py169 def _AddBreakpadKeys(plist, branding, platform, staging): argument
/aosp_15_r20/external/angle/build/apple/
H A Dtweak_info_plist.py169 def _AddBreakpadKeys(plist, branding, platform, staging): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.h73 void *staging; member
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/containers/
H A DValue.h31 ValueRef staging; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.h100 } staging; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Drenderermtl_utils.cpp44 T staging[kDstFlatSize] = {0}; in ExpandMatrix() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c96 void *staging; /* staging buffer */ member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp143 struct virgl_staging_mgr staging; member in VirglStagingMgr

1234