Home
last modified time | relevance | path

Searched defs:alignment (Results 1 - 25 of 400) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/angle2/src/common/
H A Daligned_memory.cpp23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() argument
47 << "size=" << size << ", alignment=" << alignment; in AlignedAlloc() local
[all...]
H A DPoolAlloc_unittest.cpp60 int alignment = GetParam(); in TEST_P() local
/third_party/libdrm/amdgpu/
H A Dhandle_table.c35 uint32_t alignment = sysconf(_SC_PAGESIZE) / sizeof(void*); in handle_table_insert() local
/third_party/libdrm/tests/radeon/
H A Drbo.h38 unsigned alignment; member
H A Drbo.c36 rbo(int fd, unsigned handle, unsigned size, unsigned alignment, void *ptr) rbo() argument
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-allocator-inl.h21 AllocateRaw(int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateRaw() argument
37 AllocateInLab( int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateInLab() argument
H A Dlocal-factory.cc46 AllocateRaw(int size, AllocationType allocation, AllocationAlignment alignment) AllocateRaw() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dallocation.cc44 Allocate( cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, GCInfoIndex index) Allocate() argument
64 Allocate( cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, GCInfoIndex index, CustomSpaceIndex space_index) Allocate() argument
H A Dvirtual-memory.cc13 VirtualMemory(PageAllocator* page_allocator, size_t size, size_t alignment, void* hint) VirtualMemory() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_binder.h43 uint32_t alignment; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkMemory.cpp22 void *allocateDeviceMemory(size_t bytes, size_t alignment) in allocateDeviceMemory() argument
38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument
/third_party/skia/third_party/externals/tint/src/utils/
H A Dmath.h30 inline T RoundUp(T alignment, T value) { in RoundUp() argument
/third_party/lame/libmp3lame/i386/
H A Dnasm.h212 ; %1 does not align if it LE bytes to next alignment variable
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c94 virgl_staging_alloc(struct virgl_staging_mgr *staging, unsigned size, unsigned alignment, unsigned *out_offset, struct virgl_hw_res **outbuf, void **ptr) virgl_staging_alloc() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_bo.c72 pvr_bo_alloc(struct pvr_device *device, struct pvr_winsys_heap *heap, uint64_t size, uint64_t alignment, uint64_t flags, struct pvr_bo **const pvr_bo_out) pvr_bo_alloc() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.c45 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space() argument
/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc18 uintptr_t alignment = args[1].As<v8::Integer>()->Value(); in Alloc() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.c76 unsigned long alignment = desc->alignment; in allocate() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c42 uint32_t layers_in_level, alignment; in fd4_setup_slices() local
/third_party/mesa3d/src/vulkan/util/
H A Dvk_alloc.c20 vk_default_alloc(void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) vk_default_alloc() argument
30 vk_default_realloc(void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) vk_default_realloc() argument
/third_party/mesa3d/src/panfrost/util/
H A Dlcra.h40 unsigned *alignment; member
/third_party/mesa3d/src/util/
H A Dos_memory_aligned.h54 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() argument
71 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() argument
118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) os_realloc_aligned() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes) in gather() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DBuddyAllocatorTests.cpp311 constexpr uint64_t alignment = 4; in TEST() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeArrayBuffer.cpp35 void* ArrayBuffer_AlignedMalloc (size_t numBytes, size_t alignment) in ArrayBuffer_AlignedMalloc() argument

Completed in 7 milliseconds

12345678910>>...16