/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | aligned_memory.cpp | 23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() argument 47 << "size=" << size << ", alignment=" << alignment; in AlignedAlloc() local [all...] |
H A D | PoolAlloc_unittest.cpp | 60 int alignment = GetParam(); in TEST_P() local
|
/third_party/libdrm/amdgpu/ |
H A D | handle_table.c | 35 uint32_t alignment = sysconf(_SC_PAGESIZE) / sizeof(void*); in handle_table_insert() local
|
/third_party/libdrm/tests/radeon/ |
H A D | rbo.h | 38 unsigned alignment; member
|
H A D | rbo.c | 36 rbo(int fd, unsigned handle, unsigned size, unsigned alignment, void *ptr) rbo() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-allocator-inl.h | 21 AllocateRaw(int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateRaw() argument 37 AllocateInLab( int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateInLab() argument
|
H A D | local-factory.cc | 46 AllocateRaw(int size, AllocationType allocation, AllocationAlignment alignment) AllocateRaw() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | allocation.cc | 44 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 D | virtual-memory.cc | 13 VirtualMemory(PageAllocator* page_allocator, size_t size, size_t alignment, void* hint) VirtualMemory() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_binder.h | 43 uint32_t alignment; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkMemory.cpp | 22 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 D | math.h | 30 inline T RoundUp(T alignment, T value) { in RoundUp() argument
|
/third_party/lame/libmp3lame/i386/ |
H A D | nasm.h | 212 ; %1 does not align if it LE bytes to next alignment variable
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_staging_mgr.c | 94 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 D | pvr_bo.c | 72 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 D | v3d_cl.c | 45 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 D | binding.cc | 18 uintptr_t alignment = args[1].As<v8::Integer>()->Value(); in Alloc() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | allocate.c | 76 unsigned long alignment = desc->alignment; in allocate() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_resource.c | 42 uint32_t layers_in_level, alignment; in fd4_setup_slices() local
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_alloc.c | 20 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 D | lcra.h | 40 unsigned *alignment; member
|
/third_party/mesa3d/src/util/ |
H A D | os_memory_aligned.h | 54 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 D | EmulatedIntrinsics.cpp | 60 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 D | BuddyAllocatorTests.cpp | 311 constexpr uint64_t alignment = 4; in TEST() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deArrayBuffer.cpp | 35 void* ArrayBuffer_AlignedMalloc (size_t numBytes, size_t alignment) in ArrayBuffer_AlignedMalloc() argument
|