Home
last modified time | relevance | path

Searched defs:atom_size (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs65 atom_size: Option<DeviceAlignment>, field
136 let atom_size = (property_flags.intersects(MemoryPropertyFlags::HOST_VISIBLE) in new() localVariable
205 pub(crate) fn atom_size(&self) -> Option<DeviceAlignment> { in atom_size() method
336 let atom_size = self in debug_validate_memory_range() localVariable
964 atom_size: DeviceAlignment, field
998 let atom_size = region.atom_size.unwrap_or(DeviceAlignment::MIN); in new() localVariable
1546 atom_size: DeviceAlignment, field
1593 let atom_size = region.atom_size.unwrap_or(DeviceAlignment::MIN); in new() localVariable
2085 atom_size: DeviceAlignment, field
2107 let atom_size = region.atom_size.unwrap_or(DeviceAlignment::MIN); in new() localVariable
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_statsd_cpp_gen/gen/external/perfetto/protos/perfetto/trace/statsd/
Dstatsd_atom.gen.cc30 int StatsdAtom::atom_size() const { return static_cast<int>(atom_.size()); } in atom_size() function in perfetto::protos::gen::StatsdAtom
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs1191 atom_size: DeviceAlignment, field
1246 let atom_size = device.physical_device().properties().non_coherent_atom_size; in new() localVariable
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_statsd_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/statsd/
Dstatsd_atom.pb.h383 inline int StatsdAtom::atom_size() const { in atom_size() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_statsd_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/statsd/
H A Dstatsd_atom.pb.h383 inline int StatsdAtom::atom_size() const { in atom_size() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs320 let atom_size = allocation.atom_size().unwrap_or(DeviceAlignment::MIN); in allocate() localVariable
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/libtimestats_atoms_proto/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.pb.h1955 inline int SurfaceflingerStatsGlobalInfoWrapper::atom_size() const { in atom_size() function
1999 inline int SurfaceflingerStatsLayerInfoWrapper::atom_size() const { in atom_size() function
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1992 const uint64_t atom_size = in WriteAtom() local
/aosp_15_r20/external/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1992 const uint64_t atom_size = in WriteAtom() local
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1992 const uint64_t atom_size = in WriteAtom() local
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp440 const VkDeviceSize atom_size = m_device->props.limits.nonCoherentAtomSize; in TEST_F() local
H A Dvkpositivelayertests.cpp3011 const VkDeviceSize atom_size = m_device->props.limits.nonCoherentAtomSize; in TEST_F() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp11855 uint64_t atom_size = phys_dev_props.limits.nonCoherentAtomSize; in ValidateMappedMemoryRangeDeviceLimits() local
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h39417 size_t atom_size; member
115615 unsigned int atom_size; member
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h57049 unsigned int atom_size; member
115920 size_t atom_size; member
H A Dvmlinux.h57049 unsigned int atom_size; member
115920 size_t atom_size; member
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h79236 size_t atom_size; member
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h110178 size_t atom_size; member
H A Dvmlinux_600.h110178 size_t atom_size; member
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h90897 size_t atom_size; member
H A Dvmlinux_602.h90897 size_t atom_size; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h48699 size_t atom_size; member
H A Dvmlinux_518.h48699 size_t atom_size; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h32758 size_t atom_size; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h48872 size_t atom_size; member

12