| /third_party/musl/Benchmark/musl/ |
| D | util.cpp | 39 char* AlignUpMemoy(char* origPtr, size_t alignment) in AlignUpMemoy() 53 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() 59 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) in GetAlignedPtr() 65 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled() 72 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fi… in GetAlignedPtrFilled()
|
| /third_party/mindspore/mindspore-src/source/tests/st/scipy_st/ |
| D | test_ops_wrapper.py | 26 def pack_diagonals_in_matrix(matrix, num_rows, num_cols, alignment=None): argument 55 def square_matrix(alignment=None, data_type=None): argument 133 def tall_matrix(alignment=None, data_type=None): argument 220 def fat_matrix(alignment=None, data_type=None): argument
|
| /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/skia/m133/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/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/m133/src/sksl/ |
| D | SkSLMemoryLayout.h | 94 size_t alignment(const Type& type) const { in alignment() function 116 size_t alignment = this->alignment(*f.fType); in alignment() local 186 size_t alignment = this->alignment(*f.fType); in size() local 193 size_t alignment = this->alignment(type); in size() local
|
| /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/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/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/grpc/src/core/ext/transport/chaotic_good/ |
| D | message_chunker.h | 39 PayloadChunker(uint32_t max_chunk_size, uint32_t alignment, in PayloadChunker() 90 MessageChunker(uint32_t max_chunk_size, uint32_t alignment) in MessageChunker() 123 uint32_t alignment() const { return alignment_; } in alignment() function
|
| /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/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_resource.c | 11 setup_slices(struct fd_resource *rsc, uint32_t alignment, in setup_slices() 57 uint32_t alignment; in fd3_setup_slices() 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/asahi/lib/ |
| D | pool.h | 49 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment) in agx_pool_alloc_aligned() 63 unsigned alignment) in agx_pool_upload_aligned()
|
| D | pool.c | 57 unsigned alignment, struct agx_bo **out_bo) in agx_pool_alloc_aligned_with_bo() 93 size_t sz, unsigned alignment, in agx_pool_upload_aligned_with_bo()
|
| /third_party/mesa3d/src/asahi/vulkan/ |
| D | hk_descriptor_set_layout.c | 34 uint32_t *alignment) in hk_descriptor_stride_align_for_type() 205 uint32_t stride, alignment; in hk_CreateDescriptorSetLayout() local 326 uint32_t stride, alignment; in hk_GetDescriptorSetLayoutSupport() local 350 uint32_t stride, alignment; in hk_GetDescriptorSetLayoutSupport() local
|
| D | hk_buffer.c | 21 uint32_t alignment = 16; in hk_get_buffer_alignment() local 100 const uint32_t alignment = hk_get_buffer_alignment( in hk_CreateBuffer() local 160 const uint32_t alignment = hk_get_buffer_alignment( in hk_GetDeviceBufferMemoryRequirements() local
|
| /third_party/mesa3d/src/imagination/common/ |
| D | pvr_util.h | 36 const uint32_t alignment) in pvr_dev_addr_is_aligned() 43 const uint32_t alignment) in ptr_is_aligned()
|
| /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/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_mempool.c | 134 unsigned alignment) in panfrost_pool_alloc_aligned() 145 long alignment = sysconf(_SC_PAGESIZE); in panfrost_pool_alloc_aligned() local
|
| /third_party/flatbuffers/rust/flatbuffers/src/ |
| D | push.rs | 37 fn alignment() -> PushAlignment { in alignment() method 53 fn alignment() -> PushAlignment { in alignment() method
|
| /third_party/mesa3d/src/nouveau/vulkan/ |
| D | nvk_descriptor_set_layout.c | 34 uint32_t *stride, uint32_t *alignment) in nvk_descriptor_stride_align_for_type() 241 uint32_t stride, alignment; in nvk_CreateDescriptorSetLayout() local 409 uint32_t stride, alignment; in nvk_GetDescriptorSetLayoutSupport() local 435 uint32_t stride, alignment; in nvk_GetDescriptorSetLayoutSupport() 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()
|