Home
last modified time | relevance | path

Searched defs:alignment (Results 76 - 100 of 497) sorted by relevance

12345678910>>...20

/third_party/littlefs/
H A Dlfs_util.h117 static inline uint32_t lfs_aligndown(uint32_t a, uint32_t alignment) { in lfs_aligndown() argument
121 static inline uint32_t lfs_alignup(uint32_t a, uint32_t alignment) { in lfs_alignup() argument
/third_party/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) null_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtestlib.c116 unsigned int align(unsigned int value, unsigned int alignment) in align() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_atomicbuf.c43 st_binding_to_sb(struct gl_buffer_binding *binding, struct pipe_shader_buffer *sb, unsigned alignment) st_binding_to_sb() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_mempool.c75 panvk_pool_alloc_aligned(struct panvk_pool *pool, size_t sz, unsigned alignment) in panvk_pool_alloc_aligned() argument
/third_party/mesa3d/src/util/
H A Dos_memory_fd.c102 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *driver_id) in os_malloc_aligned_fd() argument
H A Du_mm.c107 SliceBlock(struct mem_block *p, int startofs, int size, int reserved, UNUSED int alignment) SliceBlock() argument
H A Du_memory.h66 align_calloc(size_t size, unsigned long alignment) in align_calloc() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_pool.h75 pan_pool_upload_aligned(struct pan_pool *pool, const void *data, size_t sz, unsigned alignment) in pan_pool_upload_aligned() argument
/third_party/libdrm/radeon/
H A Dradeon_bo_int.h15 uint32_t alignment; member
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_truncate.c46 static long long alignment; variable
H A Ddio_sparse.c40 static long long alignment; variable
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-qnx.cc151 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
H A Dplatform-solaris.cc68 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
H A Dplatform-openbsd.cc125 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
H A Dplatform-darwin.cc95 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
/third_party/node/deps/v8/src/heap/
H A Dheap-allocator-inl.h56 AllocateRaw( int size_in_bytes, AllocationOrigin origin, AllocationAlignment alignment) AllocateRaw() argument
161 AllocateRaw(int size_in_bytes, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) AllocateRaw() argument
191 AllocateRawData(int size_in_bytes, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawData() argument
213 AllocateRawWith( int size, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawWith() argument
[all...]
H A Dheap-allocator.cc40 AllocateRawLargeInternal( int size_in_bytes, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawLargeInternal() argument
79 AllocateRawWithLightRetrySlowPath( int size, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawWithLightRetrySlowPath() argument
103 AllocateRawWithRetryOrFailSlowPath( int size, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawWithRetryOrFailSlowPath() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_struct.c177 lp_build_pointer_get_unaligned(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, unsigned alignment) lp_build_pointer_get_unaligned() argument
209 lp_build_pointer_set_unaligned(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value, unsigned alignment) lp_build_pointer_set_unaligned() argument
H A Dlp_bld_debug.cpp62 lp_check_alignment(const void *ptr, unsigned alignment) in lp_check_alignment() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h97 UINT64 alignment, member
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_mempool.c124 panfrost_pool_alloc_aligned(struct panfrost_pool *pool, size_t sz, unsigned alignment) in panfrost_pool_alloc_aligned() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp107 const VkDeviceSize alignment = properties.limits.minUniformBufferOffsetAlignment; in getOptimalUniformBufferChunkSize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.cpp107 const VkDeviceSize alignment = properties.limits.minUniformBufferOffsetAlignment; in getOptimalUniformBufferChunkSize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DImageVk.cpp112 size_t alignment = vk::GetValidImageCopyBufferAlignment(mImage->getIntendedFormatID(), in initialize() local

Completed in 12 milliseconds

12345678910>>...20