Home
last modified time | relevance | path

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

12

/external/deqp/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 …]
/external/llvm/test/MC/ARM/
Ddirective-align.s13 aligned: label
/external/pixman/test/
Dutils-prng.c76 store_rand_128_data (void *addr, prng_rand_128_data_t *d, int aligned) in store_rand_128_data()
106 int aligned) in randmemset_internal()
/external/compiler-rt/test/asan/TestCases/Darwin/
Dmalloc_set_zone_name-mprotect.cc26 bool aligned = false; in main() local
/external/deqp/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
/external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/
Dmemset.S68 aligned: label
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp18 [[gnu::aligned(8)]] int aligned; variable
/external/chromium_org/media/base/
Dsinc_resampler_perftest.cc33 bool aligned, in RunConvolveBenchmark()
Dvector_math_perftest.cc36 bool aligned, in RunBenchmark()
/external/deqp/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
/external/clang/test/SemaObjC/
Dmethod-attributes.m67 -(id)method2 __attribute__((aligned(16)));
76 -(id)method1 __attribute__((aligned(16))) {
/external/eigen/Eigen/src/Core/util/
DMemory.h108 …void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(1… in handmade_aligned_malloc() local
131 …void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(1… variable
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_pointer.h87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); in align_pointer() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_pointer.h87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); in align_pointer() local
/external/skia/src/pathops/
DSkOpContour.h94 void alignCoincidence(const SkOpSegment::AlignedSpan& aligned) { in alignCoincidence()
99 void alignMultiples(SkTDArray<SkOpSegment::AlignedSpan>* aligned) { in alignMultiples()
DSkPathOpsCommon.cpp14 SkTDArray<SkOpSegment::AlignedSpan>* aligned) { in alignMultiples()
25 const SkTDArray<SkOpSegment::AlignedSpan>& aligned) { in alignCoincidence()
709 SkTDArray<SkOpSegment::AlignedSpan> aligned; in HandleCoincidence() local
/external/chromium_org/third_party/skia/src/pathops/
DSkOpContour.h94 void alignCoincidence(const SkOpSegment::AlignedSpan& aligned) { in alignCoincidence()
99 void alignMultiples(SkTDArray<SkOpSegment::AlignedSpan>* aligned) { in alignMultiples()
DSkPathOpsCommon.cpp14 SkTDArray<SkOpSegment::AlignedSpan>* aligned) { in alignMultiples()
25 const SkTDArray<SkOpSegment::AlignedSpan>& aligned) { in alignCoincidence()
711 SkTDArray<SkOpSegment::AlignedSpan> aligned; in HandleCoincidence() local
/external/deqp/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
/external/llvm/include/llvm/Support/
DEndian.h26 enum {aligned = 0, unaligned = 1}; enumerator
/external/valgrind/main/memcheck/tests/common/
Dsh-mem-vec128.tmpl.c156 static void do_partial_load_case ( U4 nInitialValid, Bool aligned ) in do_partial_load_case()
/external/e2fsprogs/e2fsck/
Dmtrace.h177 __ptr_t aligned; /* The address that memaligned returned. */ member
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
292 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
393 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
/external/openfst/src/test/
Dfst_test.h212 const string aligned = FLAGS_tmpdir + "/aligned.fst"; in TestIO() local
/external/chromium_org/third_party/skia/bench/
DGameBench.cpp31 bool aligned = false, bool useAtlas = false, in GameBench()

12