| /third_party/musl/Benchmark/musl/ |
| D | util.cpp | 25 char* AlignUpMemoy(char* origPtr, size_t alignment) in AlignUpMemoy() 39 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() 45 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) in GetAlignedPtr() 51 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled() 58 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fi… in GetAlignedPtrFilled()
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLMemoryLayout.h | 47 size_t alignment(const Type& type) const { in alignment() function 62 size_t alignment = this->alignment(*f.fType); in alignment() local 118 size_t alignment = this->alignment(*f.fType); in size() local 125 size_t alignment = this->alignment(type); in size() local
|
| /third_party/skia/src/sksl/ |
| D | SkSLMemoryLayout.h | 49 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/flutter/skia/third_party/externals/dawn/src/common/ |
| D | Math.cpp | 55 bool IsPtrAligned(const void* ptr, size_t alignment) { in IsPtrAligned() 61 void* AlignVoidPtr(void* ptr, size_t alignment) { in AlignVoidPtr() 68 bool IsAligned(uint32_t value, size_t alignment) { in IsAligned() 76 uint32_t Align(uint32_t value, size_t alignment) { in Align()
|
| D | Math.h | 36 T* AlignPtr(T* ptr, size_t alignment) { in AlignPtr() 41 const T* AlignPtr(const T* ptr, size_t alignment) { in AlignPtr()
|
| /third_party/libjpeg-turbo/simd/arm/ |
| D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) argument 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
| D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) argument 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Memory.cpp | 76 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/ |
| D | Math.h | 56 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/ |
| D | vkAllocationCallbackUtil.cpp | 37 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/ |
| D | os_memory_aligned.h | 54 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/ |
| D | VkMemory.cpp | 22 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/flutter/skia/src/gpu/vk/ |
| D | GrVkMemory.cpp | 139 VkDeviceSize alignment = gpu->physicalDeviceProperties().limits.nonCoherentAtomSize; in MapAlloc() local 169 VkDeviceSize size, VkDeviceSize alignment, in GetNonCoherentMappedMemoryRange() 200 VkDeviceSize alignment = gpu->physicalDeviceProperties().limits.nonCoherentAtomSize; in FlushMappedAlloc() local 219 VkDeviceSize alignment = gpu->physicalDeviceProperties().limits.nonCoherentAtomSize; in InvalidateMappedAlloc() local
|
| D | GrVkAMDMemoryAllocator.cpp | 209 VkDeviceSize alignment = devProps->limits.nonCoherentAtomSize; in getAllocInfo() local 239 VkDeviceSize alignment = physDevProps->limits.nonCoherentAtomSize; in flushMappedMemory() local 258 VkDeviceSize alignment = physDevProps->limits.nonCoherentAtomSize; in invalidateMappedMemory() local
|
| /third_party/mesa3d/src/vulkan/util/ |
| D | vk_alloc.c | 22 size_t alignment, in vk_default_alloc() 33 size_t alignment, in vk_default_realloc()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_resource.c | 29 setup_slices(struct fd_resource *rsc, uint32_t alignment, in setup_slices() 75 uint32_t alignment; in fd3_setup_slices() local
|
| /third_party/flutter/skia/include/gpu/ |
| D | GrTypes.h | 151 static inline constexpr uint32_t GrUIAlignUp(uint32_t x, uint32_t alignment) { in GrUIAlignUp() 154 static inline constexpr size_t GrSizeAlignUp(size_t x, size_t alignment) { in GrSizeAlignUp() 161 static inline constexpr uint32_t GrUIAlignUpPad(uint32_t x, uint32_t alignment) { in GrUIAlignUpPad() 164 static inline constexpr size_t GrSizeAlignUpPad(size_t x, size_t alignment) { in GrSizeAlignUpPad() 171 static inline constexpr uint32_t GrUIAlignDown(uint32_t x, uint32_t alignment) { in GrUIAlignDown() 174 static inline constexpr size_t GrSizeAlignDown(size_t x, uint32_t alignment) { in GrSizeAlignDown()
|
| /third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
| D | byte_stream_wrappers.h | 49 void ReadAlignment(uint8_t alignment) { in ReadAlignment() 89 void WriteAlignment(uint8_t alignment) { in WriteAlignment()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | EmulatedIntrinsics.cpp | 60 …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/flutter/skia/src/core/ |
| D | SkArenaAlloc.h | 77 uint32_t alignment = ToU32(alignof(T)); in make() local 159 char* allocObject(uint32_t size, uint32_t alignment) { in allocObject() 178 uint32_t alignment = ToU32(alignof(T)); in commonArrayAlloc() local
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | PoolAlloc.cpp | 48 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/skia/third_party/externals/swiftshader/src/Common/ |
| D | Memory.cpp | 52 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/ |
| D | amdgpu_test.h | 346 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/ |
| D | pool.c | 82 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()
|
| /third_party/skia/src/core/ |
| D | SkArenaAlloc.h | 125 uint32_t alignment = SkToU32(alignof(T)); variable 215 char* allocObject(uint32_t size, uint32_t alignment) { in allocObject() 243 uint32_t alignment = SkToU32(alignof(T)); in allocUninitializedArray() local
|