Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/third_party/musl/Benchmark/musl/
Dutil.cpp38 char* AlignUpMemoy(char* origPtr, size_t alignment) in AlignUpMemoy()
52 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr()
58 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) in GetAlignedPtr()
64 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled()
71 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fi… in GetAlignedPtrFilled()
/third_party/skia/src/sksl/
DSkSLMemoryLayout.h49 size_t alignment(const Type& type) const { in alignment() function
64 size_t alignment = this->alignment(*f.fType); in alignment() local
125 size_t alignment = this->alignment(*f.fType); in size() local
132 size_t alignment = this->alignment(type); in size() local
/third_party/node/deps/v8/src/heap/
Dheap-allocator-inl.h57 int size_in_bytes, AllocationOrigin origin, AllocationAlignment alignment) { in AllocateRaw()
164 AllocationAlignment alignment) { in AllocateRaw()
194 AllocationAlignment alignment) { in AllocateRawData()
215 AllocationAlignment alignment) { in AllocateRawWith()
Devacuation-allocator-inl.h18 AllocationAlignment alignment) { in Allocate()
84 int object_size, AllocationAlignment alignment) { in AllocateInLAB()
119 int object_size, AllocationOrigin origin, AllocationAlignment alignment) { in AllocateInNewSpace()
Dconcurrent-allocator-inl.h22 AllocationAlignment alignment, in AllocateRaw()
38 int object_size, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateInLab()
Dspaces-inl.h139 int size_in_bytes, AllocationAlignment alignment) { in AllocateRawAligned()
214 AllocationAlignment alignment, AllocationOrigin origin) { in AllocateFastAligned()
241 AllocationAlignment alignment, in AllocateRaw()
279 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawAligned()
303 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawSlow()
Dheap-allocator.cc42 AllocationAlignment alignment) { in AllocateRawLargeInternal()
81 AllocationAlignment alignment) { in AllocateRawWithLightRetrySlowPath()
105 AllocationAlignment alignment) { in AllocateRawWithRetryOrFailSlowPath()
Dlocal-heap-inl.h21 AllocationAlignment alignment) { in AllocateRaw()
72 AllocationAlignment alignment) { in AllocateRawOrFail()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Dalign.h23 #define ALIGN(alignment) __declspec(align(alignment)) argument
25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate()
102 void *allocateUninitialized(size_t bytes, size_t alignment) in allocateUninitialized()
107 void *allocateZero(size_t bytes, size_t alignment) in allocateZero()
114 void *allocateZeroOrPoison(size_t bytes, size_t alignment) in allocateZeroOrPoison()
/third_party/skia/third_party/externals/dawn/src/common/
DMath.h56 T Align(T value, size_t alignment) { in Align()
65 DAWN_FORCE_INLINE T* AlignPtr(T* ptr, size_t alignment) { in AlignPtr()
73 DAWN_FORCE_INLINE const T* AlignPtr(const T* ptr, size_t alignment) { in AlignPtr()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp37 static VKAPI_ATTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAl… in systemAllocate()
50 …* VKAPI_CALL systemReallocate (void*, void* pOriginal, size_t size, size_t alignment, VkSystemAllo… in systemReallocate()
80 … void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllo… in allocationCallback()
85 …eallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllo… in reallocationCallback()
130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSys… in allocation()
143 …llocationCallbackRecord::reallocation (void* original, size_t size, size_t alignment, VkSystemAllo… in reallocation()
202 void* ChainedAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocation… in allocate()
207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocati… in reallocate()
239 void* AllocationCallbackRecorder::allocate (size_t size, size_t alignment, VkSystemAllocationScope … in allocate()
248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate()
[all …]
/third_party/mesa3d/src/util/
Dos_memory_aligned.h54 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned()
71 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned()
118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) in os_realloc_aligned()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkMemory.cpp22 void *allocateDeviceMemory(size_t bytes, size_t alignment) in allocateDeviceMemory()
38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, V… in allocateHostMemory()
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.c22 size_t alignment, in vk_default_alloc()
33 size_t alignment, in vk_default_realloc()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_resource.c29 setup_slices(struct fd_resource *rsc, uint32_t alignment, in setup_slices()
75 uint32_t alignment; in fd3_setup_slices() local
/third_party/node/deps/v8/src/heap/cppgc/
Dallocation.cc45 cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, in Allocate()
65 cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, in Allocate()
Dobject-allocator.h93 void* ObjectAllocator::AllocateObject(size_t size, AlignVal alignment, in AllocateObject()
114 void* ObjectAllocator::AllocateObject(size_t size, AlignVal alignment, in AllocateObject()
139 size_t size, AlignVal alignment, in AllocateObjectOnSpace()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp60 …alue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zero… in gather()
84 …<Pointer<EL>> base, RValue<T> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment) in scatter()
130 …e<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zero… in Gather()
137 …lue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zero… in Gather()
144 …<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment) in Scatter()
149 …nter<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment) in Scatter()
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp48 static size_t AlignedHeaderSize(uint8_t *allocationBasePtr, size_t alignment) in AlignedHeaderSize()
59 size_t alignment, in AllocationSize()
84 static uint8_t *GetDataPointer(uint8_t *memory, size_t alignment) in GetDataPointer()
172 void PoolAllocator::initialize(int pageSize, int alignment) in initialize()
/third_party/node/deps/v8/src/base/sanitizer/
Dlsan-virtual-address-space.cc27 size_t alignment, in AllocatePages()
66 Address hint, size_t size, size_t alignment, in AllocateSubspace()
/third_party/node/deps/v8/src/base/platform/
Dplatform-fuchsia.cc63 zx_vm_option_t GetAlignmentOptionFromAlignment(size_t alignment) { in GetAlignmentOptionFromAlignment()
93 PlacementMode placement, size_t size, size_t alignment, in MapVmo()
135 size_t alignment, OS::MemoryPermission access) { in CreateAndMapVmo()
185 PlacementMode placement, size_t size, size_t alignment, in CreateAddressSpaceReservationInternal()
247 void* OS::Allocate(void* address, size_t size, size_t alignment, in Allocate()
307 void* hint, size_t size, size_t alignment, in CreateAddressSpaceReservation()
380 size_t alignment) { in GetFreeMemoryRangesWithin()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp52 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw()
90 void *allocate(size_t bytes, size_t alignment) in allocate()
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.h346 uint64_t alignment, in gpu_mem_alloc()
426 unsigned alignment, unsigned heap, uint64_t flags, in amdgpu_bo_alloc_wrap()
455 unsigned alignment, unsigned heap, uint64_t alloc_flags, in amdgpu_bo_alloc_and_map()
/third_party/mesa3d/src/asahi/lib/
Dpool.c82 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment) in agx_pool_alloc_aligned()
115 agx_pool_upload_aligned(struct agx_pool *pool, const void *data, size_t sz, unsigned alignment) in agx_pool_upload_aligned()

12345678910>>...20