Home
last modified time | relevance | path

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

1234

/external/gemmlowp/meta/generators/
Dgemv_1xMxK_neon.py62 def GenerateZipVector(emitter, aligned, leftovers): argument
83 def GenerateMulCols(emitter, result_type, lhs_add, rhs_add, aligned, cols, argument
127 def GenerateQuantized8BitMul(emitter, aligned, cols, leftovers): argument
136 def GenerateFullMul(emitter, result_type, aligned, cols, leftovers): argument
140 def BuildName(output_type, aligned, cols, leftover): argument
170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument
197 def GenerateGemvCall(emitter, output_type, aligned, m_mod, leftovers): argument
204 def GenerateGemvSwitch2(emitter, output_type, aligned, n_mod): argument
218 def GenerateGemvSwitch1(emitter, output_type, aligned): argument
Dgemm_NxMxK_neon.py76 def ZipName(rows, leftovers, aligned): argument
80 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument
109 def GenerateMulRows(emitter, result, result_type, lhs_add, rhs_add, aligned, argument
134 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument
159 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument
173 def BuildName(output_type, aligned, rows, cols, leftover): argument
209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument
237 def GenerateGemmCall(emitter, output_type, aligned, m_mod, n_mod, leftovers): argument
244 def GenerateGemmSwitch3(emitter, output_type, aligned, m_mod, n_mod): argument
258 def GenerateGemmSwitch2(emitter, output_type, aligned, m_mod): argument
[all …]
Dqnt_Nx8_neon.py26 def BuildName(lanes, leftovers, aligned): argument
269 def GenerateQntNx8(emitter, qnt_lanes, leftovers, aligned): argument
335 def BuildMultiQuantizeName(aligned, rows): argument
342 def GenerateMultiQuantize(emitter, aligned, rows): argument
Dzip_Nx8_neon.py55 def BuildName(zip_lanes, leftovers, aligned): argument
224 def GenerateZipNx8(emitter, zip_lanes, leftovers, aligned): argument
/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/swiftshader/src/Common/
DMemory.cpp57 unsigned char *aligned = nullptr; in allocateRaw() local
106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
/external/swiftshader/src/System/
DMemory.cpp58 unsigned char *aligned = nullptr; in allocateRaw() local
105 unsigned char *aligned = (unsigned char *)memory; in deallocate() local
/external/llvm/test/MC/ARM/
Ddirective-align.s13 aligned: label
/external/llvm-project/llvm/test/MC/ARM/
Ddirective-align.s13 aligned: label
/external/clang/test/CodeGenObjC/
Dblock-over-align.m7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
/external/llvm-project/clang/test/CodeGenObjC/
Dblock-over-align.m7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
/external/llvm-project/polly/lib/External/isl/
Disl_multi_align_templ.c17 isl_bool aligned; in MULTI() local
Disl_multi_apply_templ.c59 isl_bool aligned; in MULTI() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-no-malloc-custom.cpp25 int *aligned = (int *)align_malloc(20 * sizeof(int), 16); in malloced_array() local
/external/compiler-rt/test/asan/TestCases/Darwin/
Dmalloc_set_zone_name-mprotect.cc26 bool aligned = false; in main() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Dmalloc_set_zone_name-mprotect.cpp26 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c84 boolean aligned, in lp_build_gather_elem()
169 boolean aligned, in lp_build_gather_elem_vec()
413 boolean aligned, in lp_build_gather()
/external/llvm-project/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp34 [[gnu::aligned(8)]] int aligned; variable
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp35 [[gnu::aligned(8)]] int aligned; variable
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Drocm-runtime-wrappers.cpp161 mgpuMemGetDeviceMemRef1dFloat(float *allocated, float *aligned, int64_t offset, in mgpuMemGetDeviceMemRef1dFloat()
169 mgpuMemGetDeviceMemRef1dInt32(int32_t *allocated, int32_t *aligned, in mgpuMemGetDeviceMemRef1dInt32()
/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/llvm-project/clang/test/SemaObjC/
Dmethod-attributes.m67 -(id)method2 __attribute__((aligned(16)));
76 -(id)method1 __attribute__((aligned(16))) {
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dprecision.hpp20 aligned = aligned_highp, enumerator

1234