/third_party/ffmpeg/libavcodec/arm/ |
D | pixblockdsp_neon.S | 23 .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/ |
D | rrVertexAttrib.cpp | 62 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/ |
D | buffer-swap.js | 6 aligned: ['true', 'false'], property 60 function createBuffer(len, aligned) { argument 77 function main({ method, len, n, aligned = 'true' }) { property
|
/third_party/ffmpeg/tests/checkasm/ |
D | pixblockdsp.c | 48 #define check_get_pixels(type, aligned) \ argument 65 #define check_diff_pixels(type, aligned) \ argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Memory.cpp | 57 unsigned char *aligned = nullptr; in allocateRaw() local 106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
|
/third_party/ffmpeg/libavutil/x86/ |
D | pixelutils_init.c | 52 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/ |
D | Memory.cpp | 82 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/ |
D | es2sVertexArrayTests.cpp | 88 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/ |
D | lp_bld_gather.c | 85 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/ |
D | ioctl.c | 231 u64 aligned; in align_up() local 240 u64 aligned; in align_down() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | MathTests.cpp | 145 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local 191 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
|
/third_party/ffmpeg/libavutil/ |
D | pixelutils.c | 66 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/ |
D | binding.cc | 22 char* aligned = buf + (alignment - static_offset) + offset; in Alloc() local
|
/third_party/musl/libc-test/src/functional/ |
D | string_memcpy.c | 10 static void *aligned(void *p) { in aligned() function
|
D | string_strchr.c | 6 static void *aligned(void *p) in aligned() function
|
D | string_memset.c | 12 static char *aligned(void *p) in aligned() function
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 87 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/ |
D | precision.hpp | 20 aligned = aligned_highp, enumerator
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mempool.c | 135 unsigned aligned = ALIGN_POT(sz, sysconf(_SC_PAGESIZE)); in panfrost_pool_alloc_aligned() local
|
/third_party/skia/modules/sksg/src/ |
D | SkSGText.cpp | 29 auto aligned = fPosition; in alignedPosition() local
|
/third_party/mesa3d/src/util/ |
D | u_pointer.h | 87 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/ |
D | pool_urbg.cc | 200 void* aligned = reinterpret_cast<void*>(y == 0 ? x : (x + kAlignment - y)); in PoolAlignedAlloc() local
|
/third_party/mesa3d/src/intel/common/ |
D | intel_aux_map.c | 155 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/ |
D | es2fVertexArrayTest.cpp | 87 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/ |
D | lima_resource.h | 48 bool aligned; member
|