/aosp_15_r20/frameworks/base/tools/aapt2/tools/ |
H A D | finalize_res.py | 101 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 D | virgl_staging_mgr.c | 35 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 D | virgl_context.h | 84 struct virgl_staging_mgr staging; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Copy.cpp | 72 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 D | Utils.cpp | 216 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 D | Mm.cpp | 235 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 D | PrepackNode.cpp | 55 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 D | r600_buffer_common.c | 266 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 D | r600_texture.c | 1134 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 D | CompareFilesBetweenReleases2.java | 30 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 D | si_buffer.c | 307 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 D | si_shader.c | 917 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 D | va_lower_constants.c | 113 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 D | valhall.py | 179 …opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], staging = None, unit = No… argument
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ |
H A D | ComputeGraph.cpp | 537 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 D | BindingUtils.cpp | 69 api::StagingBuffer& staging, in bind_staging_to_descriptor_set()
|
/aosp_15_r20/packages/modules/Bluetooth/floss/build/ |
D | build-in-container.py | 197 staging = os.path.abspath(args.staging_dir) if args.staging_dir else None variable
|
/aosp_15_r20/external/cronet/build/apple/ |
H A D | tweak_info_plist.py | 169 def _AddBreakpadKeys(plist, branding, platform, staging): argument
|
/aosp_15_r20/external/angle/build/apple/ |
H A D | tweak_info_plist.py | 169 def _AddBreakpadKeys(plist, branding, platform, staging): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.h | 73 void *staging; member
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/containers/ |
H A D | Value.h | 31 ValueRef staging; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.h | 100 } staging; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | renderermtl_utils.cpp | 44 T staging[kDstFlatSize] = {0}; in ExpandMatrix() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 96 void *staging; /* staging buffer */ member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/tests/ |
H A D | virgl_staging_mgr_test.cpp | 143 struct virgl_staging_mgr staging; member in VirglStagingMgr
|