| /third_party/node/deps/v8/src/heap/ |
| H A D | spaces-inl.h | 138 AllocateRawAligned( int size_in_bytes, AllocationAlignment alignment) AllocateRawAligned() argument 212 AllocateFastAligned( int size_in_bytes, int* result_aligned_size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateFastAligned() argument 240 AllocateRaw(int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRaw() argument 278 AllocateRawAligned( int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRawAligned() argument 302 AllocateRawSlow( int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRawSlow() argument [all...] |
| H A D | code-range.cc | 34 GetAddressHint(size_t code_range_size, size_t alignment) GetAddressHint() argument
|
| H A D | local-heap.cc | 385 PerformCollectionAndAllocateAgain( int object_size, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) PerformCollectionAndAllocateAgain() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-internal.cc | 428 AllocationAlignment alignment = in RUNTIME_FUNCTION() local 460 AllocationAlignment alignment = in RUNTIME_FUNCTION() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_blorp.c | 49 stream_state(struct iris_batch *batch, struct u_upload_mgr *uploader, unsigned size, unsigned alignment, uint32_t *out_offset, struct iris_bo **out_bo) stream_state() argument 130 blorp_alloc_dynamic_state(struct blorp_batch *blorp_batch, uint32_t size, uint32_t alignment, uint32_t *offset) blorp_alloc_dynamic_state() argument 143 blorp_alloc_general_state(struct blorp_batch *blorp_batch, uint32_t size, uint32_t alignment, uint32_t *offset) blorp_alloc_general_state() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.c | 66 int alignment = num_components == 3 ? 3 : num_components - 1; in ppir_codegen_encode_varying() local 601 int alignment = num_components == 4 ? 2 : num_components - 1; in ppir_codegen_encode_store_temp() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 331 LLVMValueRef alignment = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | blob.c | 86 blob_align(struct blob *blob, size_t alignment) in blob_align() argument 103 blob_reader_align(struct blob_reader *blob, size_t alignment) in blob_reader_align() argument
|
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | lcra.c | 103 unsigned alignment = (BA & 0xffff) - 1; in lcra_restrict_range() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer.h | 97 unsigned alignment; member
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_blorp.c | 53 stream_state(struct crocus_batch *batch, unsigned size, unsigned alignment, uint32_t *out_offset, struct crocus_bo **out_bo) stream_state() argument 152 blorp_alloc_dynamic_state(struct blorp_batch *blorp_batch, uint32_t size, uint32_t alignment, uint32_t *offset) blorp_alloc_dynamic_state() argument 163 blorp_alloc_general_state(struct blorp_batch *blorp_batch, uint32_t size, uint32_t alignment, uint32_t *offset) blorp_alloc_general_state() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | pixel.c | 88 GLint alignment = state->storeUnpack.alignment; in FillBitmap() local 171 GLint alignment = state->storeUnpack.alignment; in __glFillImage() local 276 GLint alignment = state->storePack.alignment; in EmptyBitmap() local 398 GLint alignment = state->storePack.alignment; __glEmptyImage() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_buffer_common.c | 106 r600_init_resource_fields(struct r600_common_screen *rscreen, struct r600_resource *res, uint64_t size, unsigned alignment) r600_init_resource_fields() argument 571 r600_buffer_create(struct pipe_screen *screen, const struct pipe_resource *templ, unsigned alignment) r600_buffer_create() argument 590 r600_aligned_buffer_create(struct pipe_screen *screen, unsigned flags, unsigned usage, unsigned size, unsigned alignment) r600_aligned_buffer_create() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBufferSparseResidency.cpp | 394 const deUint32 alignment = static_cast<deUint32>(bufferMemRequirements.alignment); in iterate() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | PoolAlloc.cpp | 48 static size_t AlignedHeaderSize(uint8_t *allocationBasePtr, size_t alignment) in AlignedHeaderSize() argument 84 static uint8_t *GetDataPointer(uint8_t *memory, size_t alignment) in GetDataPointer() argument 57 AllocationSize(uint8_t *allocationBasePtr, size_t size, size_t alignment, size_t *preAllocationPaddingOut) AllocationSize() argument 172 initialize(int pageSize, int alignment) initialize() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkAllocationCallbackUtil.hpp | 79 size_t alignment; member 88 size_t alignment; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_format_utils.h | 64 uint8_t alignment = 0; member
|
| /third_party/skia/src/gpu/ |
| H A D | GrSubRunAllocator.h | 105 static constexpr size_t AlignUp(int size, int alignment) { in AlignUp() argument 121 allocateBytes(int size, int alignment) allocateBytes() argument [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkMemory.cpp | 267 GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size, VkDeviceSize alignment, VkMappedMemoryRange* range) global() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Math.hpp | 388 inline T align(T value, unsigned int alignment) in align() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
| H A D | Image.hpp | 51 GLint alignment = 4; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | ExecutableMemory.cpp | 67 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() argument 236 void *allocate(size_t bytes, size_t alignment) in allocate() argument [all...] |
| H A D | LLVMJIT.cpp | 328 T alignUp(T val, T alignment) in alignUp() argument 333 void *alignedAlloc(size_t size, size_t alignment) in alignedAlloc() argument
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| H A D | ComputeTests.cpp | 27 size_t alignUp(size_t val, size_t alignment) in alignUp() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | BufferD3D12.cpp | 112 size_t alignment = D3D12BufferSizeAlignment(GetUsage()); in Initialize() local
|