Home
last modified time | relevance | path

Searched defs:aligned (Results 26 - 50 of 106) sorted by relevance

12345

/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/
H A Dx86_64cpuid.s
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/
H A Dx86_64cpuid.s
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.h48 bool aligned; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc200 void* aligned = reinterpret_cast<void*>(y == 0 ? x : (x + kAlignment - y)); in PoolAlignedAlloc() local
/third_party/vk-gl-cts/framework/common/
H A DtcuFloatFormat.cpp244 const deUint64 aligned = fraction << (numDigits * 4 - m_fractionBits); in floatToHex() local
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
228 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); in init() local
296 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); in init() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fb.c85 int aligned = width; in amdgpu_align_pitch() local
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c160 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local
232 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dsorgf119.c60 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) gf119_sor_dp_vcpi() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_fb.c89 int aligned = width; in radeon_align_pitch() local
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c163 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local
235 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local
/third_party/mbedtls/programs/test/
H A Dmetatest.c216 } aligned; in test_memory_poison() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dioctl.c231 u64 aligned; in align_up() local
240 u64 aligned; in align_down() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c81 lp_build_gather_elem(struct gallivm_state *gallivm, unsigned length, unsigned src_width, unsigned dst_width, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem() argument
164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, unsigned length, unsigned src_width, LLVMTypeRef src_type, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem_vec() argument
408 lp_build_gather(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, boolean vector_justify) lp_build_gather() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp89 unsigned char *aligned = nullptr; in allocateRaw() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexAttrib.cpp62 SrcScalarType aligned[4]; in readOrder() local
76 SrcScalarType aligned[4]; in readUnormOrder() local
91 SrcScalarType aligned[4]; readSnormClamp() local
106 SrcScalarType aligned[4]; readSnormScale() local
117 deUint16 aligned[4]; readHalf() local
128 deInt32 aligned[4]; readFixed() local
139 double aligned[4]; readDouble() local
157 deUint32 aligned; readUint2101010Rev() local
169 deUint32 aligned; readInt2101010Rev() local
184 deUint32 aligned; readUnorm2101010RevOrder() local
200 deUint32 aligned; readSnorm2101010RevClampOrder() local
216 deUint32 aligned; readSnorm2101010RevScaleOrder() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
227 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); in init() local
295 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); in init() local
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dpmb.c416 unsigned long aligned; in pmb_remap_caller() local
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dpmb.c416 unsigned long aligned; in pmb_remap_caller() local
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dlart.c518 __u32 aligned = to & ~(BUSWIDTH - 1); in flash_write() local
/kernel/linux/linux-5.10/mm/
H A Dslob.c240 slob_t *prev, *cur, *aligned = NULL; in slob_page_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c330 ia_css_frame_info_init(struct ia_css_frame_info *info, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int aligned) ia_css_frame_info_init() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_gem.c809 int aligned = width; in radeon_align_pitch() local
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake.c417 int aligned; in filter_frame() local

Completed in 19 milliseconds

12345