Home
last modified time | relevance | path

Searched defs:alignment (Results 176 - 200 of 497) sorted by relevance

12345678910>>...20

/third_party/ffmpeg/libavcodec/
H A Dmicrodvddec.c331 int alignment = ASS_DEFAULT_ALIGNMENT; in microdvd_init() local
H A Dsrtenc.c187 static void srt_alignment_cb(void *priv, int alignment) in srt_alignment_cb() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dmemory.cpp583 clSVMAlloc(cl_context d_ctx, cl_svm_mem_flags flags, size_t size, unsigned int alignment) clSVMAlloc() argument
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp153 const unsigned alignment; member in VirglStagingMgrWithAlignment
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c164 kms_sw_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) kms_sw_displaytarget_create() argument
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c400 xlib_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) xlib_displaytarget_create() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp166 VARYING_PULL_CONSTANT_LOAD(const fs_builder &bld, const fs_reg &dst, const fs_reg &surf_index, const fs_reg &varying_offset, uint32_t const_offset, uint8_t alignment) VARYING_PULL_CONSTANT_LOAD() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_usefont.c222 GLint skiprows, skippixels, alignment; in glXUseXFont() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c149 unsigned size, alignment; in rvid_join_surfaces() local
/third_party/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c118 dri_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) dri_sw_displaytarget_create() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bo.c151 pvr_srv_winsys_buffer_create(struct pvr_winsys *ws, uint64_t size, uint64_t alignment, enum pvr_winsys_bo_type type, uint32_t ws_flags, struct pvr_winsys_bo **const bo_out) pvr_srv_winsys_buffer_create() argument
365 pvr_srv_heap_alloc_reserved(struct pvr_winsys_heap *heap, const pvr_dev_addr_t reserved_dev_addr, uint64_t size, uint64_t alignment) pvr_srv_heap_alloc_reserved() argument
426 pvr_srv_winsys_heap_alloc(struct pvr_winsys_heap *heap, uint64_t size, uint64_t alignment) pvr_srv_winsys_heap_alloc() argument
[all...]
/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

Completed in 22 milliseconds

12345678910>>...20