Home
last modified time | relevance | path

Searched defs:alignment (Results 126 - 150 of 400) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/glx/
H A Dxfont.c226 GLint skiprows, skippixels, alignment; in DRI_glXUseXFont() local
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys_helper.c138 pvr_winsys_helper_heap_alloc(struct pvr_winsys_heap *const heap, uint64_t size, uint64_t alignment, struct pvr_winsys_vma *const vma_out) pvr_winsys_helper_heap_alloc() argument
196 pvr_buffer_create_and_map(struct pvr_winsys *const ws, heap_alloc_reserved_func heap_alloc_reserved, struct pvr_winsys_heap *heap, pvr_dev_addr_t dev_addr, uint64_t size, uint64_t alignment, struct pvr_winsys_vma **const vma_out) pvr_buffer_create_and_map() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dobject_id.c113 u32 alignment; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.cpp229 const unsigned alignment = util_next_power_of_two(size); in st_setup_current() local
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c139 blorp_alloc_dynamic_state(struct blorp_batch *batch, uint32_t size, uint32_t alignment, uint32_t *offset) blorp_alloc_dynamic_state() argument
154 blorp_alloc_general_state(struct blorp_batch *batch, uint32_t size, uint32_t alignment, uint32_t *offset) blorp_alloc_general_state() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java87 private int alignment; field in HolidayBorderPanel
345 public HolidayBorderPanel setAlignment(int alignment) { in setAlignment() argument
[all...]
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiocp.c42 static long long alignment; variable
/third_party/libdrm/radeon/
H A Dradeon_bo_gem.c60 bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, uint32_t alignment, uint32_t domains, uint32_t flags) bo_open() argument
/third_party/libdrm/tests/amdgpu/
H A Dsecurity_tests.c120 amdgpu_bo_alloc_map(struct amdgpu_device *dev, unsigned size, unsigned alignment, unsigned gem_domain, uint64_t alloc_flags, struct sec_amdgpu_bo *sbo) amdgpu_bo_alloc_map() argument
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc210 AllocateAlignedRegion( size_t size, size_t alignment) AllocateAlignedRegion() argument
239 AllocateRegion(Address hint, size_t size, size_t alignment) AllocateRegion() argument
[all...]
H A Dmacros.h353 constexpr inline bool IsAligned(T value, U alignment) { in IsAligned() argument
357 inline void* AlignedAddress(void* address, size_t alignment) { in AlignedAddress() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc99 void* OS::Allocate(void* hint, size_t size, size_t alignment, in Allocate() argument
274 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
H A Dplatform-aix.cc132 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/cppgc/
H A Dobject-allocator.cc119 OutOfLineAllocate(NormalPageSpace& space, size_t size, AlignVal alignment, GCInfoIndex gcinfo) OutOfLineAllocate() argument
137 OutOfLineAllocateImpl(NormalPageSpace& space, size_t size, AlignVal alignment, GCInfoIndex gcinfo) OutOfLineAllocateImpl() argument
/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

Completed in 16 milliseconds

12345678910>>...16