Home
last modified time | relevance | path

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

12345678910>>...23

/third_party/boost/boost/align/detail/
Dis_aligned.hpp15 namespace alignment { namespace
18 is_aligned(const volatile void* ptr, std::size_t alignment) BOOST_NOEXCEPT in is_aligned()
25 is_aligned(std::size_t alignment, const volatile void* ptr) BOOST_NOEXCEPT in is_aligned()
Dalign_up.hpp15 namespace alignment { namespace
18 align_up(void* ptr, std::size_t alignment) BOOST_NOEXCEPT in align_up()
Dalign_down.hpp15 namespace alignment { namespace
18 align_down(void* ptr, std::size_t alignment) BOOST_NOEXCEPT in align_down()
Daligned_alloc_mingw.hpp16 namespace alignment { namespace
19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
Daligned_alloc_sunos.hpp16 namespace alignment { namespace
19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
Daligned_alloc_android.hpp16 namespace alignment { namespace
19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
Daligned_alloc_msvc.hpp16 namespace alignment { namespace
19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
Daligned_alloc_posix.hpp16 namespace alignment { namespace
19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
Daligned_alloc_macos.hpp16 namespace alignment { namespace
19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
Dalign.hpp15 namespace alignment { namespace
18 align(std::size_t alignment, std::size_t size, void*& ptr, in align()
/third_party/flutter/skia/src/sksl/
DSkSLMemoryLayout.h47 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/
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/flutter/skia/third_party/externals/dawn/src/common/
DMath.cpp55 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()
DMath.h36 T* AlignPtr(T* ptr, size_t alignment) { in AlignPtr()
41 const T* AlignPtr(const T* ptr, size_t alignment) { in AlignPtr()
/third_party/boost/boost/align/
Dis_aligned.hpp16 namespace alignment { namespace
20 is_aligned(T value, std::size_t alignment) BOOST_NOEXCEPT in is_aligned()
Dalign_down.hpp15 namespace alignment { namespace
19 align_down(T value, std::size_t alignment) BOOST_NOEXCEPT in align_down()
Dalign_up.hpp15 namespace alignment { namespace
19 align_up(T value, std::size_t alignment) BOOST_NOEXCEPT in align_up()
/third_party/boost/boost/atomic/detail/
Dstorage_traits.hpp77 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u; member
86 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 1u; member
95 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 2u; member
104 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 4u; member
113 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 8u; member
124 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u; member
169 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u; member
/third_party/boost/boost/gil/
Dimage.hpp61 explicit image(std::size_t alignment=0, in image()
67 std::size_t alignment=0, in image()
75 std::size_t alignment=0, in image()
84 std::size_t alignment = 0, in image()
93 std::size_t alignment = 0, in image()
239 void recreate(const point_t& dims, std::size_t alignment = 0) in recreate()
259 void recreate(x_coord_t width, y_coord_t height, std::size_t alignment = 0) in recreate()
264 void recreate(const point_t& dims, const Pixel& p_in, std::size_t alignment = 0) in recreate()
284 void recreate( x_coord_t width, y_coord_t height, const Pixel& p_in, std::size_t alignment = 0 ) in recreate()
290 void recreate(const point_t& dims, std::size_t alignment, const Alloc alloc_in) in recreate()
[all …]
/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/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/boost/libs/container/test/
Dmemory_resource_logger.hpp26 std::size_t alignment; member
40 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate()
54 virtual void do_deallocate(void* p, std::size_t bytes, std::size_t alignment) in do_deallocate()
/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 …]

12345678910>>...23