Home
last modified time | relevance | path

Searched defs:alignment (Results 201 - 225 of 497) sorted by relevance

12345678910>>...20

/third_party/node/deps/v8/src/heap/
H A Dspaces-inl.h138 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 Dcode-range.cc34 GetAddressHint(size_t code_range_size, size_t alignment) GetAddressHint() argument
H A Dlocal-heap.cc385 PerformCollectionAndAllocateAgain( int object_size, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) PerformCollectionAndAllocateAgain() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc428 AllocationAlignment alignment = in RUNTIME_FUNCTION() local
460 AllocationAlignment alignment = in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c49 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 Dcodegen.c66 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 Dlp_bld_gather.c331 LLVMValueRef alignment = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() local
[all...]
/third_party/mesa3d/src/util/
H A Dblob.c86 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 Dlcra.c103 unsigned alignment = (BA & 0xffff) - 1; in lcra_restrict_range() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h97 unsigned alignment; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c53 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 Dpixel.c88 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 Dr600_buffer_common.c106 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 DvktSparseResourcesBufferSparseResidency.cpp394 const deUint32 alignment = static_cast<deUint32>(bufferMemRequirements.alignment); in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp48 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 DvkAllocationCallbackUtil.hpp79 size_t alignment; member
88 size_t alignment; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_format_utils.h64 uint8_t alignment = 0; member
/third_party/skia/src/gpu/
H A DGrSubRunAllocator.h105 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 DGrVkMemory.cpp267 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 DMath.hpp388 inline T align(T value, unsigned int alignment) in align() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp51 GLint alignment = 4; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp67 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 DLLVMJIT.cpp328 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 DComputeTests.cpp27 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 DBufferD3D12.cpp112 size_t alignment = D3D12BufferSizeAlignment(GetUsage()); in Initialize() local

Completed in 23 milliseconds

12345678910>>...20