Home
last modified time | relevance | path

Searched defs:align_to (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c82 align_nblocksx(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksx()
88 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dstruct_layout.rs32 pub fn align_to(size: usize, align: usize) -> usize { in align_to() function
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h127 size_t align_to = 1 << align_log2_; in Allocate() local
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3391 sg_memalign(uint32_t num_bytes, uint32_t align_to, uint8_t ** buff_to_free, in sg_memalign()
/third_party/tzdata/
Dzic.c507 align_to(ptrdiff_t size, ptrdiff_t alignment) in align_to() function