Home
last modified time | relevance | path

Searched defs:align (Results 351 - 375 of 1339) sorted by relevance

1...<<11121314151617181920>>...54

/third_party/mesa3d/src/amd/common/
H A Dac_rtld.h46 uint32_t align; member
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c65 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) in agx_assign_regs() argument
166 unsigned align = (I->dest[d].size == AGX_SIZE_16) ? 1 : 2; in agx_ra_assign_local() local
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp73 clover_arg_size_align(const glsl_type *type, unsigned *size, unsigned *align) in clover_arg_size_align() argument
/third_party/musl/src/misc/
H A Dioctl.c110 int align = map->force_align ? sizeof(time_t) : alignof(time_t); in convert_ioctl_struct() local
140 long long align; in ioctl() member
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_compact.cpp34 unsigned align; member
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c157 GLint saved_align, align; in _mesa_cpal_compressed_teximage2d() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c126 const unsigned align = compiler->scalar_stage[nir->info.stage] ? 4 : 16; in anv_nir_compute_push_layout() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.h71 uint64_t align; member
95 uint64_t align; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.h72 uint64_t align; member
97 uint64_t align; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c207 shared_type_info(const struct glsl_type *type, unsigned *size, unsigned *align) in shared_type_info() argument
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiodio_sparse.c55 static void aiodio_sparse(char *filename, long long align, long long ws, in aiodio_sparse() argument
H A Daiodio_append.c43 static void aiodio_append(char *filename, int bcount, long long align, long long ws, int naio) in aiodio_append() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc117 void Align(uintptr_t align) { in Align() argument
[all...]
/third_party/mesa3d/src/vulkan/util/
H A Dvk_alloc.h44 vk_alloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc() argument
52 vk_zalloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc() argument
66 vk_realloc(const VkAllocationCallbacks *alloc, void *ptr, size_t size, size_t align, VkSystemAllocationScope scope) vk_realloc() argument
126 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc2() argument
138 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc2() argument
181 size_t align; global() member
191 vk_multialloc_add_size_align(struct vk_multialloc *ma, void **ptr, size_t size, size_t align) vk_multialloc_add_size_align() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c62 size_t align; member
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java248 private static String export(CsvTable<?> csv, boolean align) { in export() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs199 mod align; modules
/third_party/rust/crates/libc/src/unix/bsd/apple/b32/
H A Dmod.rs116 mod align; modules
/third_party/pulseaudio/src/tests/
H A Dcpu-remap-test.c37 run_remap_test_float( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_float() argument
92 run_remap_test_s16( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_s16() argument
146 run_remap_test_s32( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_s32() argument
[all...]
H A Dcpu-mix-test.c50 run_mix_test( pa_do_mix_func_t func, pa_do_mix_func_t orig_func, int align, int channels, bool correct, bool perf) run_mix_test() argument
H A Dcpu-volume-test.c39 run_volume_test( pa_do_volume_func_t func, pa_do_volume_func_t orig_func, int align, int channels, bool correct, bool perf) run_volume_test() argument
H A Dcpu-sconv-test.c36 run_conv_test_float_to_s16( pa_convert_func_t func, pa_convert_func_t orig_func, int align, bool correct, bool perf) run_conv_test_float_to_s16() argument
88 run_conv_test_s16_to_float( pa_convert_func_t func, pa_convert_func_t orig_func, int align, bool correct, bool perf) run_conv_test_s16_to_float() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.hpp356 inline T align(T value, unsigned int alignment) in align() function
362 inline T align(T value) in align() function
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c62 size_t align; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdapistd.c158 int ci, align, orig_downsampled_width; in jpeg_crop_scanline() local
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...54