Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/musl/Benchmark/musl/
Dutil.cpp39 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/
Dtest_ops_wrapper.py26 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/
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/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()
DMath.cpp87 bool IsPtrAligned(const void* ptr, size_t alignment) { in IsPtrAligned()
93 bool IsAligned(uint32_t value, size_t alignment) { in IsAligned()
/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/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/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/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/mesa3d/src/vulkan/util/
Dvk_alloc.c22 size_t alignment, in vk_default_alloc()
33 size_t alignment, in vk_default_realloc()
/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/flatbuffers/rust/flatbuffers/src/
Dpush.rs37 fn alignment() -> PushAlignment { in alignment() method
53 fn alignment() -> PushAlignment { in alignment() method
/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()
Daligned_memory.cpp23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc()
/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/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()
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.h345 uint64_t alignment, in gpu_mem_alloc()
425 unsigned alignment, unsigned heap, uint64_t flags, in amdgpu_bo_alloc_wrap()
454 unsigned alignment, unsigned heap, uint64_t alloc_flags, in amdgpu_bo_alloc_and_map()
/third_party/skia/src/core/
DSkArenaAlloc.h125 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
/third_party/skia/src/gpu/
DGrSubRunAllocator.cpp45 void* GrBagOfBytes::alignedBytes(int size, int alignment) { in alignedBytes()
61 void GrBagOfBytes::needMoreBytes(int requestedSize, int alignment) { in needMoreBytes()
/third_party/skia/tests/
DMemsetTest.cpp51 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) { in test_16() local
68 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) { in test_32() local
/third_party/vixl/src/
Dpool-manager.h123 LocationBase(uint32_t type, int size, int alignment) in LocationBase()
265 void Update(T min, T max, int alignment) { in Update()
283 void RestrictAlignment(int alignment) { in RestrictAlignment()
395 PoolManager(PandaAllocator* allocator, int header_size, int alignment, int buffer_alignment) in PoolManager()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/scipy/
Dops_wrapper.py23 def matrix_set_diag(input_x, diagonal, k=0, alignment="RIGHT_LEFT"): argument
/third_party/skia/third_party/externals/tint/src/utils/
Dmath.h30 inline T RoundUp(T alignment, T value) { in RoundUp()

12345678910>>...17