Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 25 of 61) sorted by relevance

123

/third_party/ffmpeg/libavcodec/arm/
Dpixblockdsp_neon.S23 .macro vld1_8 dst, src, incr, aligned
31 .macro get_pixels suffix, aligned
50 .macro diff_pixels suffix, aligned=0
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp62 SrcScalarType aligned[4]; in readOrder() local
76 SrcScalarType aligned[4]; in readUnormOrder() local
91 SrcScalarType aligned[4]; in readSnormClamp() local
106 SrcScalarType aligned[4]; in readSnormScale() local
117 deUint16 aligned[4]; in readHalf() local
128 deInt32 aligned[4]; in readFixed() local
139 double aligned[4]; in readDouble() local
157 deUint32 aligned; in readUint2101010Rev() local
169 deUint32 aligned; in readInt2101010Rev() local
184 deUint32 aligned; in readUnorm2101010RevOrder() local
[all …]
/third_party/node/benchmark/buffers/
Dbuffer-swap.js6 aligned: ['true', 'false'], property
60 function createBuffer(len, aligned) { argument
77 function main({ method, len, n, aligned = 'true' }) { property
/third_party/ffmpeg/tests/checkasm/
Dpixblockdsp.c48 #define check_get_pixels(type, aligned) \ argument
65 #define check_diff_pixels(type, aligned) \ argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp57 unsigned char *aligned = nullptr; in allocateRaw() local
106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
/third_party/ffmpeg/libavutil/x86/
Dpixelutils_init.c52 void ff_pixelutils_sad_init_x86(av_pixelutils_sad_fn *sad, int aligned) in ff_pixelutils_sad_init_x86()
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp82 unsigned char *aligned = nullptr; in allocate() local
123 unsigned char *aligned = (unsigned char *)memory; in freeMemory() local
/third_party/vk-gl-cts/modules/gles2/stress/
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[… in init() local
296 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets… in init() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c85 boolean aligned, in lp_build_gather_elem()
169 boolean aligned, in lp_build_gather_elem_vec()
412 boolean aligned, in lp_build_gather()
/third_party/ntfs-3g/libntfs-3g/
Dioctl.c231 u64 aligned; in align_up() local
240 u64 aligned; in align_down() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp145 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
191 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
/third_party/ffmpeg/libavutil/
Dpixelutils.c66 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits, int aligned, void *log_ctx) in av_pixelutils_get_sad_fn()
/third_party/node/test/addons/buffer-free-callback/
Dbinding.cc22 char* aligned = buf + (alignment - static_offset) + offset; in Alloc() local
/third_party/musl/libc-test/src/functional/
Dstring_memcpy.c10 static void *aligned(void *p) { in aligned() function
Dstring_strchr.c6 static void *aligned(void *p) in aligned() function
Dstring_memset.c12 static char *aligned(void *p) in aligned() function
/third_party/vk-gl-cts/modules/gles3/stress/
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/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dprecision.hpp20 aligned = aligned_highp, enumerator
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_mempool.c135 unsigned aligned = ALIGN_POT(sz, sysconf(_SC_PAGESIZE)); in panfrost_pool_alloc_aligned() local
/third_party/skia/modules/sksg/src/
DSkSGText.cpp29 auto aligned = fPosition; in alignedPosition() local
/third_party/mesa3d/src/util/
Du_pointer.h87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); in align_pointer() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc200 void* aligned = reinterpret_cast<void*>(y == 0 ? x : (x + kAlignment - y)); in PoolAlignedAlloc() local
/third_party/mesa3d/src/intel/common/
Dintel_aux_map.c155 uint64_t aligned = align64(gpu, align); in align_and_verify_space() local
185 UNUSED bool aligned = align_and_verify_space(ctx, size, align); in add_sub_table() local
/third_party/vk-gl-cts/modules/gles2/functional/
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[… in init() local
295 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets… in init() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.h48 bool aligned; member

123